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

  /external/pdfium/core/src/fxge/apple/
apple_int.h 124 int blend_type = FXDIB_BLEND_NORMAL
132 int alpha_flag = 0, void* pIccTransform = NULL, int blend_type = FXDIB_BLEND_NORMAL);
134 int alpha_flag = 0, void* pIccTransform = NULL, int blend_type = FXDIB_BLEND_NORMAL);
142 int alpha_flag = 0, void* pIccTransform = NULL, int blend_type = FXDIB_BLEND_NORMAL);
146 int blend_type = FXDIB_BLEND_NORMAL)
fx_quartz_device.cpp 320 case FXDIB_BLEND_NORMAL:
    [all...]
  /external/pdfium/core/include/fxge/
fx_ge.h 397 int blend_type = FXDIB_BLEND_NORMAL
404 int alpha_flag = 0, void* pIccTransform = NULL, int blend_type = FXDIB_BLEND_NORMAL);
407 int fill_mode = 0, int alpha_flag = 0, void* pIccTransform = NULL, int blend_type = FXDIB_BLEND_NORMAL);
413 FX_BOOL SetDIBits(const CFX_DIBSource* pBitmap, int left, int top, int blend_type = FXDIB_BLEND_NORMAL,
417 FX_DWORD flags = 0, void* pIccTransform = NULL, int blend_type = FXDIB_BLEND_NORMAL);
427 int alpha_flag = 0, void* pIccTransform = NULL, int blend_type = FXDIB_BLEND_NORMAL);
444 int alpha_flag = 0, void* pIccTransform = NULL, int blend_type = FXDIB_BLEND_NORMAL);
563 int blend_type = FXDIB_BLEND_NORMAL
573 int alpha_flag = 0, void* pIccTransform = NULL, int blend_type = FXDIB_BLEND_NORMAL)
579 int alpha_flag = 0, void* pIccTransform = NULL, int blend_type = FXDIB_BLEND_NORMAL)
    [all...]
fx_dib.h 46 #define FXDIB_BLEND_NORMAL 0
334 int blend_type = FXDIB_BLEND_NORMAL, const CFX_ClipRgn* pClipRgn = NULL, FX_BOOL bRgbByteOrder = FALSE, void* pIccTransform = NULL);
341 int blend_type = FXDIB_BLEND_NORMAL, const CFX_ClipRgn* pClipRgn = NULL, FX_BOOL bRgbByteOrder = FALSE, int alpha_flag = 0, void* pIccTransform = NULL);
465 int alpha_flag = 0, void* pIccTransform = NULL, int blend_type = FXDIB_BLEND_NORMAL);
584 int blend_type = FXDIB_BLEND_NORMAL);
  /external/pdfium/core/src/fxge/win32/
fx_win32_print.cpp 39 &clip_rect, 0, alpha_flag, pIccTransform, FXDIB_BLEND_NORMAL);
42 ASSERT(blend_type == FXDIB_BLEND_NORMAL);
368 if (blend_type != FXDIB_BLEND_NORMAL) {
381 if (blend_type != FXDIB_BLEND_NORMAL) {
390 if (blend_type != FXDIB_BLEND_NORMAL) {
399 if (blend_type != FXDIB_BLEND_NORMAL) {
fx_win32_device.cpp 766 if (blend_type != FXDIB_BLEND_NORMAL) {
780 alpha_flag, pIccTransform, FXDIB_BLEND_NORMAL);
783 alpha_flag, pIccTransform, FXDIB_BLEND_NORMAL);
858 if (blend_type != FXDIB_BLEND_NORMAL) {
    [all...]
fx_win32_dwrite.cpp 446 FXDIB_BLEND_NORMAL,
468 FXDIB_BLEND_NORMAL,
win32_int.h 150 int alpha_flag = 0, void* pIccTransform = NULL, int blend_type = FXDIB_BLEND_NORMAL);
  /external/pdfium/core/src/fxge/ge/
fx_ge_device.cpp 261 return m_pDeviceDriver->SetDIBits(&bitmap, 0, &src_rect, rect.left, rect.top, FXDIB_BLEND_NORMAL);
292 m_pDeviceDriver->SetDIBits(&bitmap, 0, &src_rect, pRect->left, pRect->top, FXDIB_BLEND_NORMAL);
340 if ((blend_mode != FXDIB_BLEND_NORMAL && !(m_RenderCaps & FXRC_BLEND_MODE)) ||
361 return m_pDeviceDriver->SetDIBits(&background, 0, &src_rect, dest_rect.left, dest_rect.top, FXDIB_BLEND_NORMAL);
381 return m_pDeviceDriver->SetDIBits(pBitmap, argb, &src_rect, left, top, FXDIB_BLEND_NORMAL, alpha_flag, pIccTransform);
fx_ge_text.cpp 324 0, 0, FXDIB_BLEND_NORMAL, NULL, FALSE, alpha_flag, pIccTransform)) {
    [all...]
  /external/pdfium/fpdfsdk/src/
fpdfeditpage.cpp 230 int blend_type = pGeneralState ? pGeneralState->m_BlendType : FXDIB_BLEND_NORMAL;
231 if (blend_type != FXDIB_BLEND_NORMAL) return TRUE;
fpdfview.cpp 388 pDst->CompositeBitmap(0, 0, size_x, size_y, pBitmap, 0, 0, FXDIB_BLEND_NORMAL, NULL, FALSE, NULL);
  /external/pdfium/core/src/fpdfapi/fpdf_render/
render_int.h 88 virtual FX_BOOL Start(CPDF_RenderStatus* pRenderStatus, const CPDF_PageObject* pObj, const CFX_AffineMatrix* pObj2Device, FX_BOOL bStdCS, int blendType = FXDIB_BLEND_NORMAL) = 0;
231 FX_BOOL Start(CPDF_RenderStatus* pStatus, const CPDF_PageObject* pObj, const CFX_AffineMatrix* pObj2Device, FX_BOOL bStdCS, int blendType = FXDIB_BLEND_NORMAL);
233 int bitmap_alpha, const CFX_AffineMatrix* pImage2Device, FX_DWORD flags, FX_BOOL bStdCS, int blendType = FXDIB_BLEND_NORMAL);
fpdf_render_image.cpp 31 if (blend_mode == FXDIB_BLEND_NORMAL) {
96 CFX_DIBitmap* pBackdrop = GetBackdrop(m_pCurObj, rect, back_left, back_top, blend_mode > FXDIB_BLEND_NORMAL && bIsolated);
293 m_BlendType = FXDIB_BLEND_NORMAL;
418 pGeneralState->m_OPMode == 0 && pGeneralState->m_BlendType == FXDIB_BLEND_NORMAL && pGeneralState->m_StrokeAlpha == 1 && pGeneralState->m_FillAlpha == 1) {
    [all...]
fpdf_render.cpp 205 m_curBlend = FXDIB_BLEND_NORMAL;
720 int blend_type = pGeneralState ? pGeneralState->m_BlendType : FXDIB_BLEND_NORMAL;
772 if (pSMaskDict == NULL && group_alpha == 1.0f && blend_type == FXDIB_BLEND_NORMAL && !bTextClip && !bGroupTransparent) {
    [all...]
fpdf_render_pattern.cpp     [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 329 return m_pObject ? m_pObject->m_BlendType : FXDIB_BLEND_NORMAL;
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_graph_state.cpp 384 return FXDIB_BLEND_NORMAL;
418 return FXDIB_BLEND_NORMAL;
fpdf_page_parser_old.cpp     [all...]
  /external/pdfium/core/src/fxge/dib/
fx_dib_composite.cpp 67 case FXDIB_BLEND_NORMAL:
    [all...]
fx_dib_main.cpp     [all...]
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_driver.cpp     [all...]

Completed in 1086 milliseconds