Home
last modified time | relevance | path

Searched refs:fill_mode (Results 1 – 18 of 18) sorted by relevance

/external/pdfium/core/src/fxge/ge/
Dfx_ge_device.cpp75 int fill_mode) { in SetClip_PathFill() argument
77 fill_mode)) { in SetClip_PathFill()
118 int fill_mode, in DrawPath() argument
130 if ((fill_mode & 3) == 0) { in DrawPath()
150 DrawCosmeticLine(x1, y1, x2, y2, fill_color, fill_mode, alpha_flag, in DrawPath()
157 if (!(fill_mode & FXFILL_RECT_AA) && in DrawPath()
196 if ((fill_mode & 3) && stroke_alpha == 0 && !(fill_mode & FX_FILL_STROKE) && in DrawPath()
197 !(fill_mode & FX_FILL_TEXT_MODE)) { in DrawPath()
218 if (fill_mode & FXFILL_NOPATHSMOOTH) { in DrawPath()
226 if ((fill_mode & 3) && fill_alpha && stroke_alpha < 0xff && in DrawPath()
[all …]
Dfx_ge_ps.cpp140 int fill_mode) { in SetClip_PathFill() argument
148 if ((fill_mode & 3) == FXFILL_WINDING) { in SetClip_PathFill()
182 int fill_mode, in DrawPath() argument
212 if (fill_mode && fill_alpha) { in DrawPath()
214 if ((fill_mode & 3) == FXFILL_WINDING) { in DrawPath()
220 } else if ((fill_mode & 3) == FXFILL_ALTERNATE) { in DrawPath()
Dfx_ge_text.cpp1147 int fill_mode = nFlag; in DrawTextPath() local
1150 fill_mode |= FXFILL_WINDING; in DrawTextPath()
1154 fill_mode |= FXFILL_WINDING; in DrawTextPath()
1157 fill_mode |= FX_FILL_TEXT_MODE; in DrawTextPath()
1159 stroke_color, fill_mode, alpha_flag, pIccTransform, in DrawTextPath()
/external/pdfium/core/src/fxge/win32/
Dwin32_int.h43 int fill_mode);
121 int fill_mode) override;
130 int fill_mode,
304 int fill_mode) override;
313 int fill_mode,
Dfx_win32_device.cpp847 int fill_mode, in DrawPath() argument
886 ((m_DeviceClass != FXDC_PRINTER && !(fill_mode & FXFILL_FULLCOVER)) || in DrawPath()
895 stroke_color, fill_mode)) { in DrawPath()
901 int old_fill_mode = fill_mode; in DrawPath()
902 fill_mode &= 3; in DrawPath()
910 if (fill_mode && fill_alpha) { in DrawPath()
911 SetPolyFillMode(m_hDC, fill_mode); in DrawPath()
929 if (fill_mode && fill_alpha) { in DrawPath()
940 } else if (fill_mode && fill_alpha) { in DrawPath()
979 int fill_mode) { in SetClip_PathFill() argument
[all …]
Dfx_win32_print.cpp380 int fill_mode) { in SetClip_PathFill() argument
381 m_PSRenderer.SetClip_PathFill(pPathData, pObject2Device, fill_mode); in SetClip_PathFill()
396 int fill_mode, in DrawPath() argument
404 fill_color, stroke_color, fill_mode & 3, in DrawPath()
Dfx_win32_gdipext.cpp1105 int fill_mode) { in DrawPath() argument
1189 if (fill_mode & FXFILL_NOPATHSMOOTH) { in DrawPath()
1192 } else if (!(fill_mode & FXFILL_FULLCOVER)) { in DrawPath()
1193 if (!bSmooth && (fill_mode & 3)) { in DrawPath()
1200 int new_fill_mode = fill_mode & 3; in DrawPath()
1233 fill_mode & FX_STROKE_TEXT_MODE); in DrawPath()
/external/pdfium/core/include/fxge/
Dfx_ge.h285 int fill_mode);
298 int fill_mode,
320 int fill_mode = 0,
499 int fill_mode) = 0;
512 int fill_mode,
641 int fill_mode);
654 int fill_mode,
/external/pdfium/core/src/fxge/skia/
Dfx_skia_device.cpp332 int fill_mode // fill mode, WINDING or ALTERNATE in SetClip_PathFill() argument
353 path_data.m_PathData.setFillType((fill_mode & 3) == FXFILL_WINDING in SetClip_PathFill()
434 int fill_mode, // fill mode, WINDING or ALTERNATE. 0 for not filled in DrawPath() argument
443 if ((fill_mode & 3) && fill_color) { in DrawPath()
452 path_data.m_PathData.setFillType((fill_mode & 3) == FXFILL_WINDING in DrawPath()
461 fill_mode & FXFILL_FULLCOVER, FALSE, alpha_flag, in DrawPath()
505 fill_mode & FXFILL_FULLCOVER, FALSE, fill_flag, in DrawPath()
Dfx_skia_device.h29 int fill_mode // fill mode, WINDING or ALTERNATE
46 int fill_mode,
/external/pdfium/core/src/fxge/agg/include/
Dfx_agg_driver.h45 int fill_mode) override;
54 int fill_mode,
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp637 int fill_mode = FXFILL_WINDING; in ProcessClipPath() local
638 m_pDevice->SetClip_PathFill(&EmptyPath, nullptr, fill_mode); in ProcessClipPath()
666 int fill_mode = FXFILL_WINDING; in ProcessClipPath() local
668 fill_mode |= FXFILL_NOPATHSMOOTH; in ProcessClipPath()
669 m_pDevice->SetClip_PathFill(pTextClippingPath.get(), nullptr, fill_mode); in ProcessClipPath()
679 int fill_mode = 0; in DrawClipPath() local
681 fill_mode |= FXFILL_NOPATHSMOOTH; in DrawClipPath()
695 fill_mode); in DrawClipPath()
711 int fill_mode = pPathObj->m_FillType; in SelectClipPath() local
713 fill_mode |= FXFILL_NOPATHSMOOTH; in SelectClipPath()
[all …]
Dfpdf_render_pattern.cpp643 int fill_mode; member
680 if (fill_mode & RENDER_NOPATHSMOOTH) { in Draw()
756 int fill_mode, in DrawCoonPatchMeshes() argument
771 patch.fill_mode = fill_mode; in DrawCoonPatchMeshes()
871 int fill_mode = m_Options.m_Flags; in DrawShading() local
903 pColorSpace, fill_mode, alpha); in DrawShading()
/external/pdfium/core/src/fxge/agg/src/
Dfx_agg_driver.cpp318 int fill_mode) { in SetClip_PathFill() argument
319 m_FillFlags = fill_mode; in SetClip_PathFill()
342 rasterizer.filling_rule((fill_mode & 3) == FXFILL_WINDING in SetClip_PathFill()
1210 int fill_mode, in DrawPath() argument
1220 m_FillFlags = fill_mode; in DrawPath()
1221 if ((fill_mode & 3) && fill_color) { in DrawPath()
1228 rasterizer.filling_rule((fill_mode & 3) == FXFILL_WINDING in DrawPath()
1231 if (!RenderRasterizer(rasterizer, fill_color, fill_mode & FXFILL_FULLCOVER, in DrawPath()
1240 if (fill_mode & FX_ZEROAREA_FILL) { in DrawPath()
1248 FALSE, fill_mode & FX_STROKE_TEXT_MODE); in DrawPath()
[all …]
/external/pdfium/core/src/fxge/apple/
Dapple_int.h91 int fill_mode) override;
100 int fill_mode,
/external/mesa3d/src/gallium/auxiliary/util/
Du_inlines.h481 unsigned fill_mode) in util_get_offset() argument
483 switch(fill_mode) { in util_get_offset()
/external/v8/src/crankshaft/
Dhydrogen.h1804 FillMode fill_mode = FILL_WITH_HOLE);
Dhydrogen.cc3613 FillMode fill_mode) { in AllocateArray() argument
3662 if (fill_mode == FILL_WITH_HOLE) { in AllocateArray()