Home
last modified time | relevance | path

Searched refs:CFX_DIBExtractor (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/src/fxge/win32/
Dfx_win32_print.cpp57 CFX_DIBExtractor temp(pSource); in SetDIBits()
100 CFX_DIBExtractor temp(pSource); in StretchDIBits()
130 CFX_DIBExtractor temp(pSource); in StretchDIBits()
143 CFX_DIBExtractor src_bitmap(pSrc); in Transform1bppBitmap()
Dfx_win32_device.cpp1139 CFX_DIBExtractor temp(pSource); in SetDIBits()
1232 CFX_DIBExtractor temp(pSource); in StretchDIBits()
1245 CFX_DIBExtractor temp(pSource); in StretchDIBits()
/external/pdfium/core/include/fxge/
Dfx_dib.h401 class CFX_DIBExtractor {
403 CFX_DIBExtractor(const CFX_DIBSource* pSrc);
405 ~CFX_DIBExtractor();
/external/pdfium/core/src/fxge/dib/
Dfx_dib_main.cpp1491 CFX_DIBExtractor::CFX_DIBExtractor(const CFX_DIBSource* pSrc) { function in CFX_DIBExtractor
1507 CFX_DIBExtractor::~CFX_DIBExtractor() {