OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_pDIBSource
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/core/include/fpdfapi/
fpdf_resource.h
832
CFX_DIBSource*
m_pDIBSource
;
/external/pdfium/core/src/fpdfapi/fpdf_render/
render_int.h
353
const CFX_DIBSource*
m_pDIBSource
;
/external/pdfium/xfa/src/fxfa/src/app/
xfa_ffwidget.cpp
490
CFX_DIBSource*
m_pDIBSource
;
512
m_pDIBSource
= NULL;
542
m_pDIBSource
= pDIBSource;
551
if (m_pDevice->StartDIBits(
m_pDIBSource
, m_BitmapAlpha, m_FillArgb,
570
CFX_DIBSource* pDib =
m_pDIBSource
;
571
if (
m_pDIBSource
->HasAlpha() &&
574
m_pCloneConvert =
m_pDIBSource
->CloneConvert(FXDIB_Rgb);
597
if (
m_pDIBSource
->IsOpaqueImage() && m_BitmapAlpha == 255) {
598
if (m_pDevice->StretchDIBits(
m_pDIBSource
, dest_left, dest_top, dest_width,
603
if (
m_pDIBSource
->IsAlphaMask()) {
[
all
...]
Completed in 2433 milliseconds