OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pSource
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/core/src/fxge/dib/
fx_dib_engine.cpp
254
m_pSource
= pSrcBitmap;
351
if (
m_pSource
&& m_bHasAlpha &&
m_pSource
->m_pAlphaMask) {
374
if (
m_pSource
->SkipToScanline(m_CurRow, pPause)) {
386
const uint8_t* src_scan =
m_pSource
->GetScanline(m_CurRow);
392
src_scan_mask =
m_pSource
->m_pAlphaMask->GetScanline(m_CurRow);
789
m_pSource
= pSource;
842
m_ClipRect,
m_pSource
, m_Flags);
844
if (
m_pSource
->GetWidth() *
m_pSource
->GetHeight()
[
all
...]
dib_int.h
84
const CFX_DIBSource*
m_pSource
;
fx_dib_transform.cpp
436
FXDIB_Format transformF = GetTransformedFormat(m_Stretcher.
m_pSource
);
[
all
...]
/external/pdfium/core/include/fxge/
fx_dib.h
622
const CFX_DIBSource*
m_pSource
;
Completed in 2416 milliseconds