HomeSort by relevance Sort by last modified time
    Searched refs:bitmap_alpha (Results 1 - 12 of 12) sorted by null

  /external/pdfium/core/src/fxge/win32/
win32_int.h 140 virtual FX_BOOL StartDIBits(const CFX_DIBSource* pBitmap, int bitmap_alpha, FX_DWORD color,
161 virtual FX_BOOL StartDIBits(const CFX_DIBSource* pBitmap, int bitmap_alpha, FX_DWORD color,
221 virtual FX_BOOL StartDIBits(const CFX_DIBSource* pBitmap, int bitmap_alpha, FX_DWORD color,
fx_win32_print.cpp 200 FX_BOOL CGdiPrinterDriver::StartDIBits(const CFX_DIBSource* pSource, int bitmap_alpha, FX_DWORD color,
204 if (bitmap_alpha < 255 || pSource->HasAlpha() || (pSource->IsAlphaMask() && (pSource->GetBPP() != 1 || !m_bSupportROP))) {
407 FX_BOOL CPSPrinterDriver::StartDIBits(const CFX_DIBSource* pBitmap, int bitmap_alpha, FX_DWORD color,
414 if (bitmap_alpha < 255) {
  /external/pdfium/core/src/fxge/agg/include/
fx_agg_driver.h 86 virtual FX_BOOL StartDIBits(const CFX_DIBSource* pBitmap, int bitmap_alpha, FX_DWORD color,
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_image.cpp 30 int bitmap_alpha = 255; local
32 bitmap_alpha = FXSYS_round(pInlines->m_GeneralState.GetObject()->m_FillAlpha * 255);
60 if (renderer.Start(this, pInlines->m_pBitmap, fill_argb, bitmap_alpha, &image_matrix, flags, FALSE, m_curBlend)) {
68 int bitmap_alpha, int blend_mode, int Transparency)
77 if (bitmap_alpha < 255) {
78 pDIBitmap->MultiplyAlpha(bitmap_alpha);
85 if (bitmap_alpha < 255) {
86 ((FX_BYTE*)&fill_argb)[3] = ((FX_BYTE*)&fill_argb)[3] * bitmap_alpha / 255;
531 int bitmap_alpha, const CFX_AffineMatrix* pImage2Device, FX_DWORD flags, FX_BOOL bStdCS, int blendType)
536 m_BitmapAlpha = bitmap_alpha;
    [all...]
render_int.h 130 FX_BOOL OutputDIBSource(const CFX_DIBSource* pOutputBitmap, FX_ARGB fill_argb, int bitmap_alpha,
133 int bitmap_alpha, int blend_mode, int bIsolated);
228 int bitmap_alpha, const CFX_AffineMatrix* pImage2Device, FX_DWORD flags, FX_BOOL bStdCS, int blendType = FXDIB_BLEND_NORMAL);
  /external/pdfium/core/src/fxge/apple/
apple_int.h 142 virtual FX_BOOL StartDIBits(const CFX_DIBSource* pBitmap, int bitmap_alpha, FX_DWORD color,
  /external/pdfium/core/include/fxge/
fx_dib.h 463 void Compose(CFX_DIBitmap* pDest, const CFX_ClipRgn* pClipRgn, int bitmap_alpha,
582 const CFX_DIBSource* pSource, int bitmap_alpha,
fx_ge.h 429 FX_BOOL StartDIBits(const CFX_DIBSource* pBitmap, int bitmap_alpha, FX_DWORD color,
607 virtual FX_BOOL StartDIBits(const CFX_DIBSource* pBitmap, int bitmap_alpha, FX_DWORD color,
  /external/pdfium/core/src/fxge/ge/
fx_ge_device.cpp 392 FX_BOOL CFX_RenderDevice::StartDIBits(const CFX_DIBSource* pBitmap, int bitmap_alpha, FX_DWORD argb,
396 return m_pDeviceDriver->StartDIBits(pBitmap, bitmap_alpha, argb, pMatrix, flags, handle, alpha_flag, pIccTransform, blend_mode);
  /external/pdfium/core/src/fxge/dib/
fx_dib_main.cpp     [all...]
fx_dib_composite.cpp     [all...]
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_driver.cpp     [all...]

Completed in 718 milliseconds