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

  /external/pdfium/core/src/fxge/ge/
fx_ge_device.cpp 82 int fill_mode
85 if (!m_pDeviceDriver->SetClip_PathFill(pPathData, pObject2Device, fill_mode)) {
125 FX_DWORD fill_color, FX_DWORD stroke_color, int fill_mode,
136 if ((fill_mode & 3) == 0) {
154 DrawCosmeticLine(x1, y1, x2, y2, fill_color, fill_mode, alpha_flag, pIccTransform, blend_type);
159 if (!(fill_mode & FXFILL_RECT_AA) && pPathData->IsRect(pObject2Device, &rect_f)) {
194 if((fill_mode & 3) && stroke_alpha == 0 && !(fill_mode & FX_FILL_STROKE) && !(fill_mode & FX_FILL_TEXT_MODE)) {
213 if (fill_mode & FXFILL_NOPATHSMOOTH) {
    [all...]
fx_ge_ps.cpp 138 int fill_mode
148 if ((fill_mode & 3) == FXFILL_WINDING) {
183 int fill_mode,
211 if (fill_mode && fill_alpha) {
213 if ((fill_mode & 3) == FXFILL_WINDING) {
219 } else if ((fill_mode & 3) == FXFILL_ALTERNATE) {
fx_ge_text.cpp 974 int fill_mode = nFlag; local
    [all...]
  /external/pdfium/core/src/fxge/win32/
win32_int.h 27 int fill_mode
85 int fill_mode
96 int fill_mode,
199 int fill_mode
210 int fill_mode,
fx_win32_print.cpp 363 int fill_mode)
365 m_PSRenderer.SetClip_PathFill(pPathData, pObject2Device, fill_mode);
378 int fill_mode, int alpha_flag, void* pIccTransform, int blend_type)
383 return m_PSRenderer.DrawPath(pPathData, pObject2Device, pGraphState, fill_color, stroke_color, fill_mode & 3, alpha_flag, pIccTransform);
fx_win32_device.cpp 749 int fill_mode,
782 if (bDrawAlpha || ((m_DeviceClass != FXDC_PRINTER && !(fill_mode & FXFILL_FULLCOVER)) || pGraphState && pGraphState->m_DashCount)) {
787 if (pPlatform->m_GdiplusExt.DrawPath(m_hDC, pPathData, pMatrix, pGraphState, fill_color, stroke_color, fill_mode)) {
793 int old_fill_mode = fill_mode;
794 fill_mode &= 3;
802 if (fill_mode && fill_alpha) {
803 SetPolyFillMode(m_hDC, fill_mode);
820 if (fill_mode && fill_alpha) {
831 } else if (fill_mode && fill_alpha) {
867 int fill_mode
    [all...]
fx_win32_gdipext.cpp     [all...]
  /external/pdfium/core/src/fxge/agg/include/
fx_agg_driver.h 37 int fill_mode
52 int fill_mode,
  /external/pdfium/core/include/fxge/
fx_ge.h 383 int fill_mode
398 int fill_mode,
411 int fill_mode = 0, int alpha_flag = 0, void* pIccTransform = NULL, int blend_type = FXDIB_BLEND_NORMAL);
548 int fill_mode
564 int fill_mode,
663 int fill_mode
681 int fill_mode,
  /external/pdfium/core/src/fxge/apple/
apple_int.h 109 int fill_mode
120 int fill_mode,
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp 673 int fill_mode = FXFILL_WINDING; local
674 m_pDevice->SetClip_PathFill(&EmptyPath, NULL, fill_mode);
692 int fill_mode = FXFILL_WINDING; local
694 fill_mode |= FXFILL_NOPATHSMOOTH;
696 m_pDevice->SetClip_PathFill(pTextClippingPath, NULL, fill_mode);
716 int fill_mode = 0; local
718 fill_mode |= FXFILL_NOPATHSMOOTH;
731 m_pDevice->DrawPath(pPathData, pObj2Device, &stroke_state, 0, 0xffff0000, fill_mode);
745 int fill_mode = pPathObj->m_FillType; local
747 fill_mode |= FXFILL_NOPATHSMOOTH;
    [all...]
fpdf_render_pattern.cpp 601 int fill_mode; member in struct:CPDF_PatchDrawer
627 if (fill_mode & RENDER_NOPATHSMOOTH) {
668 CPDF_ColorSpace* pCS, int fill_mode, int alpha)
683 patch.fill_mode = fill_mode;
775 int fill_mode = m_Options.m_Flags; member in struct:CPDF_PatchDrawer
799 pFuncs, nFuncs, pColorSpace, fill_mode, alpha);
    [all...]
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_driver.cpp 323 int fill_mode
326 m_FillFlags = fill_mode;
348 rasterizer.filling_rule((fill_mode & 3) == FXFILL_WINDING ? agg::fill_non_zero : agg::fill_even_odd);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_inlines.h 481 unsigned fill_mode)
483 switch(fill_mode) {
  /external/mesa3d/src/gallium/auxiliary/util/
u_inlines.h 481 unsigned fill_mode)
483 switch(fill_mode) {
  /external/chromium_org/v8/src/
code-stubs-hydrogen.cc 720 JSArrayBuilder::FillMode fill_mode = IsFastSmiElementsKind(kind) local
726 fill_mode);
    [all...]
hydrogen.h     [all...]
hydrogen.cc     [all...]

Completed in 912 milliseconds