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

  /external/pdfium/core/fxge/
cfx_renderdevice.h 121 stroke_color, fill_mode, FXDIB_BLEND_NORMAL);
132 return FillRectWithBlend(pRect, color, FXDIB_BLEND_NORMAL);
146 return SetDIBitsWithBlend(pBitmap, left, top, FXDIB_BLEND_NORMAL);
158 dest_height, 0, FXDIB_BLEND_NORMAL);
191 handle, FXDIB_BLEND_NORMAL);
fx_dib.h 50 #define FXDIB_BLEND_NORMAL 0
337 int blend_type = FXDIB_BLEND_NORMAL,
361 int blend_type = FXDIB_BLEND_NORMAL,
534 int blend_type = FXDIB_BLEND_NORMAL);
675 int blend_type = FXDIB_BLEND_NORMAL);
  /external/pdfium/core/fxge/win32/
fx_win32_print.cpp 82 FXDIB_BLEND_NORMAL);
85 ASSERT(blend_type == FXDIB_BLEND_NORMAL);
427 if (blend_type != FXDIB_BLEND_NORMAL) {
445 if (blend_type != FXDIB_BLEND_NORMAL)
459 if (blend_type != FXDIB_BLEND_NORMAL)
472 if (blend_type != FXDIB_BLEND_NORMAL)
fx_win32_device.cpp 984 if (blend_type != FXDIB_BLEND_NORMAL)
999 (FX_FLOAT)(bbox.bottom + 1), fill_color, FXDIB_BLEND_NORMAL);
1004 fill_color, FXDIB_BLEND_NORMAL);
    [all...]
fx_win32_dwrite.cpp 435 text_bbox.top, FXDIB_BLEND_NORMAL, nullptr);
444 text_bbox.top, FXDIB_BLEND_NORMAL, pClipRgn);
  /external/pdfium/core/fpdfapi/page/
cpdf_generalstate.cpp 34 return FXDIB_BLEND_NORMAL;
66 return FXDIB_BLEND_NORMAL;
84 return pData ? pData->m_BlendType : FXDIB_BLEND_NORMAL;
cpdf_contentparser.cpp 111 pState->SetBlendType(FXDIB_BLEND_NORMAL);
  /external/pdfium/core/fxge/ge/
cfx_renderdevice.cpp 645 FXDIB_BLEND_NORMAL);
653 return FillRectWithBlend(&rect, color, FXDIB_BLEND_NORMAL);
678 FXDIB_BLEND_NORMAL);
732 if ((blend_mode != FXDIB_BLEND_NORMAL && !(m_RenderCaps & FXRC_BLEND_MODE)) ||
755 dest_rect.top, FXDIB_BLEND_NORMAL);
785 FXDIB_BLEND_NORMAL);
810 FXDIB_BLEND_NORMAL);
    [all...]
  /external/pdfium/core/fpdfapi/render/
cpdf_imagerenderer.cpp 46 m_BlendType = FXDIB_BLEND_NORMAL;
158 m_pImageObject->m_GeneralState.GetBlendType() != FXDIB_BLEND_NORMAL ||
257 pNewMatrix, m_Flags, true, FXDIB_BLEND_NORMAL)) {
360 m_Flags, true, FXDIB_BLEND_NORMAL)) {
cpdf_renderstatus.cpp 964 m_curBlend(FXDIB_BLEND_NORMAL) {}
    [all...]
  /external/pdfium/fpdfsdk/
fpdfeditpage.cpp 222 if (blend_type != FXDIB_BLEND_NORMAL)
fpdfview.cpp 731 FXDIB_BLEND_NORMAL, nullptr, false, nullptr);
    [all...]
  /external/pdfium/core/fxge/dib/
fx_dib_composite.cpp 40 case FXDIB_BLEND_NORMAL:
    [all...]
fx_dib_main.cpp     [all...]
  /external/pdfium/core/fxge/agg/
fx_agg_driver.cpp     [all...]
  /external/pdfium/xfa/fxfa/app/
xfa_ffwidget.cpp 568 int blendType = FXDIB_BLEND_NORMAL);
604 m_BlendType(FXDIB_BLEND_NORMAL),
756 if (blend_mode == FXDIB_BLEND_NORMAL) {
    [all...]
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp 347 case FXDIB_BLEND_NORMAL:
    [all...]

Completed in 478 milliseconds