/external/pdfium/core/fxge/win32/ |
H A D | cfx_psrenderer.h | 43 int fill_mode); 53 int fill_mode);
|
H A D | win32_int.h | 59 int fill_mode); 136 int fill_mode) override; 145 int fill_mode, 281 int fill_mode) override; 290 int fill_mode,
|
H A D | fx_win32_print.cpp | 407 int fill_mode) { 408 m_PSRenderer.SetClip_PathFill(pPathData, pObject2Device, fill_mode); 425 int fill_mode, 431 fill_color, stroke_color, fill_mode & 3); 405 SetClip_PathFill(const CFX_PathData* pPathData, const CFX_Matrix* pObject2Device, int fill_mode) argument 420 DrawPath(const CFX_PathData* pPathData, const CFX_Matrix* pObject2Device, const CFX_GraphStateData* pGraphState, FX_ARGB fill_color, FX_ARGB stroke_color, int fill_mode, int blend_type) argument
|
H A D | fx_win32_device.cpp | 982 int fill_mode, 1016 ((m_DeviceClass != FXDC_PRINTER && !(fill_mode & FXFILL_FULLCOVER)) || 1025 stroke_color, fill_mode)) { 1031 int old_fill_mode = fill_mode; 1032 fill_mode &= 3; 1040 if (fill_mode && fill_alpha) { 1041 SetPolyFillMode(m_hDC, fill_mode); 1057 if (fill_mode && fill_alpha) { 1068 } else if (fill_mode && fill_alpha) { 1106 int fill_mode) { 977 DrawPath(const CFX_PathData* pPathData, const CFX_Matrix* pMatrix, const CFX_GraphStateData* pGraphState, uint32_t fill_color, uint32_t stroke_color, int fill_mode, int blend_type) argument 1104 SetClip_PathFill(const CFX_PathData* pPathData, const CFX_Matrix* pMatrix, int fill_mode) argument [all...] |
H A D | cfx_psrenderer.cpp | 155 int fill_mode) { 166 if ((fill_mode & 3) == FXFILL_WINDING) { 202 int fill_mode) { 226 if (fill_mode && fill_alpha) { 228 if ((fill_mode & 3) == FXFILL_WINDING) { 234 } else if ((fill_mode & 3) == FXFILL_ALTERNATE) { 153 SetClip_PathFill(const CFX_PathData* pPathData, const CFX_Matrix* pObject2Device, int fill_mode) argument 197 DrawPath(const CFX_PathData* pPathData, const CFX_Matrix* pObject2Device, const CFX_GraphStateData* pGraphState, uint32_t fill_color, uint32_t stroke_color, int fill_mode) argument
|
H A D | fx_win32_gdipext.cpp | 1107 int fill_mode) { 1186 if (fill_mode & FXFILL_NOPATHSMOOTH) { 1189 } else if (!(fill_mode & FXFILL_FULLCOVER)) { 1190 if (!bSmooth && (fill_mode & 3)) { 1197 int new_fill_mode = fill_mode & 3; 1230 !!(fill_mode & FX_STROKE_TEXT_MODE)); 1101 DrawPath(HDC hDC, const CFX_PathData* pPathData, const CFX_Matrix* pObject2Device, const CFX_GraphStateData* pGraphState, uint32_t fill_argb, uint32_t stroke_argb, int fill_mode) argument
|
/external/pdfium/core/fxge/ |
H A D | cfx_renderdevice.h | 109 int fill_mode); 119 int fill_mode) { 121 stroke_color, fill_mode, FXDIB_BLEND_NORMAL); 128 int fill_mode, 140 int fill_mode, 243 int fill_mode, 114 DrawPath(const CFX_PathData* pPathData, const CFX_Matrix* pObject2Device, const CFX_GraphStateData* pGraphState, uint32_t fill_color, uint32_t stroke_color, int fill_mode) argument
|
H A D | ifx_renderdevicedriver.h | 37 int fill_mode) = 0; 46 int fill_mode,
|
/external/pdfium/core/fxge/agg/ |
H A D | fx_agg_driver.h | 50 int fill_mode) override; 59 int fill_mode,
|
H A D | fx_agg_driver.cpp | 549 int fill_mode) { 550 m_FillFlags = fill_mode; 574 rasterizer.filling_rule((fill_mode & 3) == FXFILL_WINDING 1457 int fill_mode, 1465 m_FillFlags = fill_mode; 1466 if ((fill_mode & 3) && fill_color) { 1473 rasterizer.filling_rule((fill_mode & 3) == FXFILL_WINDING 1477 !!(fill_mode & FXFILL_FULLCOVER), false, 0, 1486 if (fill_mode & FX_ZEROAREA_FILL) { 1493 false, !!(fill_mode 547 SetClip_PathFill(const CFX_PathData* pPathData, const CFX_Matrix* pObject2Device, int fill_mode) argument [all...] |
/external/pdfium/core/fxge/ge/ |
H A D | cfx_renderdevice.cpp | 442 int fill_mode) { 444 fill_mode)) { 487 int fill_mode, 490 uint8_t fill_alpha = (fill_mode & 3) ? FXARGB_A(fill_color) : 0; 499 DrawCosmeticLine(pos1.x, pos1.y, pos2.x, pos2.y, fill_color, fill_mode, 506 if (!(fill_mode & FXFILL_RECT_AA) && 548 if ((fill_mode & 3) && stroke_alpha == 0 && !(fill_mode & FX_FILL_STROKE) && 549 !(fill_mode & FX_FILL_TEXT_MODE)) { 568 if (fill_mode 440 SetClip_PathFill(const CFX_PathData* pPathData, const CFX_Matrix* pObject2Device, int fill_mode) argument 482 DrawPathWithBlend(const CFX_PathData* pPathData, const CFX_Matrix* pObject2Device, const CFX_GraphStateData* pGraphState, uint32_t fill_color, uint32_t stroke_color, int fill_mode, int blend_type) argument 591 DrawFillStrokePath(const CFX_PathData* pPathData, const CFX_Matrix* pObject2Device, const CFX_GraphStateData* pGraphState, uint32_t fill_color, uint32_t stroke_color, int fill_mode, int blend_type) argument 682 DrawCosmeticLine(FX_FLOAT x1, FX_FLOAT y1, FX_FLOAT x2, FX_FLOAT y2, uint32_t color, int fill_mode, int blend_type) argument 1098 int fill_mode = nFlag; local [all...] |
/external/pdfium/core/fxge/skia/ |
H A D | fx_skia_device.h | 48 int fill_mode) override; // fill mode, WINDING or ALTERNATE 64 int fill_mode,
|
H A D | fx_skia_device.cpp | 702 int fill_mode, 710 DrawChanged(pMatrix, pDrawState, fill_color, stroke_color, fill_mode, 716 m_fillFullCover = !!(fill_mode & FXFILL_FULLCOVER); 717 m_fillPath = (fill_mode & 3) && fill_color; 718 m_skPath.setFillType((fill_mode & 3) == FXFILL_ALTERNATE 863 int fill_mode) { 868 skClipPath.setFillType((fill_mode & 3) == FXFILL_ALTERNATE 980 int fill_mode, 986 ((fill_mode & 3) == FXFILL_ALTERNATE) != 1438 int fill_mode // fil 697 DrawPath(const CFX_PathData* pPathData, const CFX_Matrix* pMatrix, const CFX_GraphStateData* pDrawState, uint32_t fill_color, uint32_t stroke_color, int fill_mode, int blend_type) argument 861 SetClipFill(const CFX_PathData* pPathData, const CFX_Matrix* pMatrix, int fill_mode) argument 976 DrawChanged(const CFX_Matrix* pMatrix, const CFX_GraphStateData* pState, uint32_t fill_color, uint32_t stroke_color, int fill_mode, int blend_type, bool group_knockout) const argument 1528 DrawPath( const CFX_PathData* pPathData, const CFX_Matrix* pObject2Device, const CFX_GraphStateData* pGraphState, uint32_t fill_color, uint32_t stroke_color, int fill_mode, int blend_type) argument [all...] |
/external/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pipe_offset.c | 152 unsigned fill_mode = rast->fill_front; local 159 fill_mode = rast->fill_back; 163 switch (fill_mode) { 174 assert(!"invalid fill_mode in offset_first_tri()");
|
/external/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_pipe_rasterizer.c | 109 unsigned fill_mode = translate_fill_mode(rast->templ.fill_front); local 130 fill_mode = SVGA3D_FILLMODE_FILL; 139 fill_mode,
|
/external/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_inlines.h | 479 * \param fill_mode one of PIPE_POLYGON_MODE_POINT/LINE/FILL 483 unsigned fill_mode) 485 switch(fill_mode) { 482 util_get_offset(const struct pipe_rasterizer_state *templ, unsigned fill_mode) argument
|
/external/pdfium/core/fpdfapi/render/ |
H A D | cpdf_renderstatus.cpp | 713 int fill_mode; member in struct:__anon16399::CPDF_PatchDrawer 753 if (fill_mode & RENDER_NOPATHSMOOTH) { 813 int fill_mode, 828 patch.fill_mode = fill_mode; 1390 int fill_mode = FXFILL_WINDING; local 1391 m_pDevice->SetClip_PathFill(&EmptyPath, nullptr, fill_mode); 1419 int fill_mode = FXFILL_WINDING; local 1421 fill_mode |= FXFILL_NOPATHSMOOTH; 1422 m_pDevice->SetClip_PathFill(pTextClippingPath.get(), nullptr, fill_mode); 1439 int fill_mode = pPathObj->m_FillType; local 2070 int fill_mode = m_Options.m_Flags; local [all...] |