#include "plstdpch.h"
#include "plbitmap.h"
#include "plexcept.h"
#include "plfilterquantize.h"
#include "plpixel24.h"
#include "plpixel32.h"
Include dependency graph for plbitmap.cpp:
Go to the source code of this file.
Functions | |
template<class DestPixelC> | |
void | createTrueColorCopy (PLBmp &rDestBmp, const PLBmp &rSrcBmp, DestPixelC Dummy) |
|
Definition at line 57 of file plbitmap.cpp. References PLBmp::GetBitsPerPixel(), PLBmp::GetHeight(), PLBmp::GetLineArray(), PLBmp::GetPalette(), PLBmp::GetWidth(), PLBmp::Lock(), PLASSERT, PLBYTE, PLPixel32::Set(), and PLBmp::Unlock(). Referenced by PLBmp::CreateCopy(). |
Here is the call graph for this function: