Home
last modified time | relevance | path

Searched refs:FXFILL_WINDING (Results 1 – 17 of 17) sorted by relevance

/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_pageobjs.cpp122 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/
Dfpdf_page_parser.cpp357 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()
Dfpdf_page_parser_old.cpp1013 m_pParser->m_pCurStates->m_ClipPath.AppendPath(ClipPath, FXFILL_WINDING, TRUE); in Start()
/external/pdfium/core/include/fxge/
Dfx_ge.h88 #define FXFILL_WINDING 2 macro
280 #define FXFILL_WINDING 2 macro
/external/pdfium/core/src/fxge/skia/
Dfx_skia_device.cpp317 …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/
Dfx_ge_ps.cpp148 if ((fill_mode & 3) == FXFILL_WINDING) { in SetClip_PathFill()
213 if ((fill_mode & 3) == FXFILL_WINDING) { in DrawPath()
Dfx_ge_device.cpp106 if (!SetClip_PathFill(&path, NULL, FXFILL_WINDING)) { in SetClip_Rect()
Dfx_ge_text.cpp952 fill_mode |= FXFILL_WINDING; in DrawTextPath()
956 fill_mode |= FXFILL_WINDING; in DrawTextPath()
/external/pdfium/fpdfsdk/src/
Dfpdf_transformpage.cpp278 if (iClipType == FXFILL_WINDING) in FPDFPage_InsertClipPath()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp695 path.m_FillType = FXFILL_WINDING; in DrawTextPathWithPattern()
734 path.m_FillType = bFill ? FXFILL_WINDING : 0; in DrawTextPathWithPattern()
Dfpdf_render.cpp639 int fill_mode = FXFILL_WINDING; in ProcessClipPath()
658 int fill_mode = FXFILL_WINDING; in ProcessClipPath()
Dfpdf_render_image.cpp731 m_pRenderStatus->m_pDevice->DrawPath(&path, NULL, NULL, fill_color, 0, FXFILL_WINDING); in StartBitmapAlpha()
Dfpdf_render_pattern.cpp625 int fillFlags = FXFILL_WINDING | FXFILL_FULLCOVER; in Draw()
/external/pdfium/core/src/fxge/apple/
Dfx_quartz_device.cpp276 if ((fillMode & 3) == FXFILL_WINDING) { in SetClip_PathFill()
405 if ((fillMode & 3) == FXFILL_WINDING) { in DrawPath()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_print.cpp306 m_PSRenderer.SetClip_PathFill(&path, NULL, FXFILL_WINDING); in Init()
/external/pdfium/core/src/fxge/agg/agg23/
Dfx_agg_driver.cpp342 …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/
DPWL_Utils.cpp1427 pDevice->DrawPath(&path, pUser2Device, NULL, color, 0, FXFILL_WINDING); in DrawFillRect()
1550 …DrawPath(&path, pUser2Device, &gsd, 0, PWLColorToFXColor(color,nTransparancy), FXFILL_WINDING); in DrawBorder()