/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_pageobjs.cpp | 122 pDevice->DrawPath(&pathUnderline, pUser2Device, NULL, color, 0, FXFILL_WINDING); in DrawUnderline() 227 pDevice->DrawPath(&pathSelBK, pUser2Device, NULL, crSelBK, 0, FXFILL_WINDING); in DrawEdit() 346 pDevice->DrawPath(&pathSelBK, pUser2Device, NULL, crSelBK, 0, FXFILL_WINDING); in DrawRichEdit() 373 pDevice->DrawPath(&pathUnderline, pUser2Device, NULL, crCurText, 0, FXFILL_WINDING); in DrawRichEdit() 382 pDevice->DrawPath(&pathCrossout, pUser2Device, NULL, crCurText, 0, FXFILL_WINDING); in DrawRichEdit()
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_parser.cpp | 357 AddPathObject(FXFILL_WINDING, TRUE); in Handle_CloseFillStrokePath() 364 AddPathObject(FXFILL_WINDING, TRUE); in Handle_FillStrokePath() 724 parser.m_pCurStates->m_ClipPath.AppendPath(ClipPath, FXFILL_WINDING, TRUE); in AddForm() 824 AddPathObject(FXFILL_WINDING, FALSE); in Handle_FillPath() 831 AddPathObject(FXFILL_WINDING, FALSE); in Handle_FillPathOld() 1449 m_PathClipType = FXFILL_WINDING; in Handle_Clip() 1517 m_pCurStates->m_ClipPath.AppendPath(path, FXFILL_WINDING, TRUE); in AddPathObject()
|
D | fpdf_page_parser_old.cpp | 1013 m_pParser->m_pCurStates->m_ClipPath.AppendPath(ClipPath, FXFILL_WINDING, TRUE); in Start()
|
/external/pdfium/core/include/fxge/ |
D | fx_ge.h | 88 #define FXFILL_WINDING 2 macro 280 #define FXFILL_WINDING 2 macro
|
/external/pdfium/core/src/fxge/skia/ |
D | fx_skia_device.cpp | 317 …path_data.m_PathData.setFillType((fill_mode&3) == FXFILL_WINDING? SkPath::kWinding_FillType:SkPath… in SetClip_PathFill() 396 …path_data.m_PathData.setFillType((fill_mode&3) == FXFILL_WINDING? SkPath::kWinding_FillType:SkPath… in DrawPath()
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_ps.cpp | 148 if ((fill_mode & 3) == FXFILL_WINDING) { in SetClip_PathFill() 213 if ((fill_mode & 3) == FXFILL_WINDING) { in DrawPath()
|
D | fx_ge_device.cpp | 106 if (!SetClip_PathFill(&path, NULL, FXFILL_WINDING)) { in SetClip_Rect()
|
D | fx_ge_text.cpp | 952 fill_mode |= FXFILL_WINDING; in DrawTextPath() 956 fill_mode |= FXFILL_WINDING; in DrawTextPath()
|
/external/pdfium/fpdfsdk/src/ |
D | fpdf_transformpage.cpp | 278 if (iClipType == FXFILL_WINDING) in FPDFPage_InsertClipPath()
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_text.cpp | 695 path.m_FillType = FXFILL_WINDING; in DrawTextPathWithPattern() 734 path.m_FillType = bFill ? FXFILL_WINDING : 0; in DrawTextPathWithPattern()
|
D | fpdf_render.cpp | 639 int fill_mode = FXFILL_WINDING; in ProcessClipPath() 658 int fill_mode = FXFILL_WINDING; in ProcessClipPath()
|
D | fpdf_render_image.cpp | 731 m_pRenderStatus->m_pDevice->DrawPath(&path, NULL, NULL, fill_color, 0, FXFILL_WINDING); in StartBitmapAlpha()
|
D | fpdf_render_pattern.cpp | 625 int fillFlags = FXFILL_WINDING | FXFILL_FULLCOVER; in Draw()
|
/external/pdfium/core/src/fxge/apple/ |
D | fx_quartz_device.cpp | 276 if ((fillMode & 3) == FXFILL_WINDING) { in SetClip_PathFill() 405 if ((fillMode & 3) == FXFILL_WINDING) { in DrawPath()
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_print.cpp | 306 m_PSRenderer.SetClip_PathFill(&path, NULL, FXFILL_WINDING); in Init()
|
/external/pdfium/core/src/fxge/agg/agg23/ |
D | fx_agg_driver.cpp | 342 …rasterizer.filling_rule((fill_mode & 3) == FXFILL_WINDING ? agg::fill_non_zero : agg::fill_even_od… in SetClip_PathFill() 1147 …rasterizer.filling_rule((fill_mode & 3) == FXFILL_WINDING ? agg::fill_non_zero : agg::fill_even_od… in DrawPath()
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Utils.cpp | 1427 pDevice->DrawPath(&path, pUser2Device, NULL, color, 0, FXFILL_WINDING); in DrawFillRect() 1550 …DrawPath(&path, pUser2Device, &gsd, 0, PWLColorToFXColor(color,nTransparancy), FXFILL_WINDING); in DrawBorder()
|