Home
last modified time | relevance | path

Searched refs:FillPath (Results 1 – 25 of 25) sorted by relevance

/external/pdfium/xfa/fwl/theme/
Dcfwl_monthcalendartp.cpp114 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawTotalBK()
127 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawHeadBk()
144 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawLButton()
148 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawLButton()
178 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawRButton()
182 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawRButton()
237 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawDatesInBK()
245 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawDatesInBK()
Dcfwl_comboboxtp.cpp47 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING, &pParams->m_matrix); in DrawBackground()
72 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING, &pParams->m_matrix); in DrawStrethHandler()
Dcfwl_edittp.cpp51 pGraphics->FillPath(pParams->m_pPath, FXFILL_WINDING, in DrawBackground()
69 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING, in DrawBackground()
Dcfwl_checkboxtp.cpp73 pGraphics->FillPath(m_pCheckPath.get(), FXFILL_WINDING, &mt); in DrawSignCheck()
86 pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawSignCircle()
126 pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawSignDiamond()
140 pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawSignSquare()
177 pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawSignStar()
Dcfwl_widgettp.cpp113 pGraphics->FillPath(&path, FXFILL_ALTERNATE, pMatrix); in DrawBorder()
136 pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in FillSoildRect()
159 pGraphics->FillPath(path, fillMode, pMatrix); in DrawAxialShading()
233 pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawArrow()
Dcfwl_carettp.cpp51 pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawCaretBK()
Dcfwl_listboxtp.cpp78 pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawListBoxItem()
Dcfwl_pushbuttontp.cpp80 pGraphics->FillPath(&fillPath, FXFILL_WINDING, &pParams->m_matrix); in DrawBackground()
Dcfwl_scrollbartp.cpp225 pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawTrack()
/external/skia/src/core/
DSkScan.h42 static void FillPath(const SkPath&, const SkIRect&, SkBlitter*);
52 static void FillPath(const SkPath&, const SkRasterClip&, SkBlitter*);
71 static void FillPath(const SkPath&, const SkRegion& clip, SkBlitter*);
DSkScan_AntiPath.cpp619 void SkScan::FillPath(const SkPath& path, const SkRasterClip& clip, in FillPath() function in SkScan
626 FillPath(path, clip.bwRgn(), blitter); in FillPath()
633 SkScan::FillPath(path, tmp, &aaBlitter); in FillPath()
DSkScan_Path.cpp624 void SkScan::FillPath(const SkPath& path, const SkRegion& origClip, in FillPath() function in SkScan
676 void SkScan::FillPath(const SkPath& path, const SkIRect& ir, in FillPath() function in SkScan
679 FillPath(path, rgn, blitter); in FillPath()
DSkScanPriv.h157 SkScan::FillPath(path, origClip, blitter); in do_fill_path()
DSkRegion_path.cpp354 SkScan::FillPath(path, clip, &builder); in setPath()
DSkDraw.cpp993 proc = SkScan::FillPath; in drawDevPath()
DSkAAClip.cpp1430 SkScan::FillPath(path, snugClip, &blitter); in setPath()
/external/pdfium/xfa/fde/
Dfde_gedevice.cpp303 return FillPath(pBrush, &path, pMatrix); in FillClosedCurve()
311 return FillPath(pBrush, &path, pMatrix); in FillEllipse()
319 return FillPath(pBrush, &path, pMatrix); in FillPolygon()
327 return FillPath(pBrush, &path, pMatrix); in FillRectangle()
344 bool CFDE_RenderDevice::FillPath(CFDE_Brush* pBrush, in FillPath() function in CFDE_RenderDevice
Dfde_gedevice.h93 bool FillPath(CFDE_Brush* pBrush,
/external/skia/tests/
DFillPathTest.cpp45 SkScan::FillPath(path, clip, &blitter); in DEF_TEST()
/external/pdfium/xfa/fxgraphics/
Dcfx_graphics.h64 void FillPath(CFX_Path* path,
Dcfx_graphics.cpp192 void CFX_Graphics::FillPath(CFX_Path* path, in FillPath() function in CFX_Graphics
/external/pdfium/xfa/fxfa/app/
Dxfa_ffwidget.cpp1558 pGS->FillPath(&fillPath, FXFILL_WINDING, pMatrix); in XFA_BOX_Fill_Radial()
1593 pGS->FillPath(&fillPath, FXFILL_WINDING, pMatrix); in XFA_BOX_Fill_Pattern()
1629 pGS->FillPath(&fillPath, FXFILL_WINDING, pMatrix); in XFA_BOX_Fill_Linear()
1673 pGS->FillPath(&fillPath, FXFILL_WINDING, pMatrix); in XFA_BOX_Fill()
1809 pGraphic->FillPath(&pathLT, FXFILL_WINDING, pMatrix); in XFA_Draw3DRect()
1822 pGraphic->FillPath(&pathRB, FXFILL_WINDING, pMatrix); in XFA_Draw3DRect()
1836 pGS->FillPath(&path, FXFILL_ALTERNATE, pMatrix); in XFA_BOX_Stroke_3DRect_Lowered()
1851 pGS->FillPath(&path, FXFILL_ALTERNATE, pMatrix); in XFA_BOX_Stroke_3DRect_Raised()
Dxfa_ffpushbutton.cpp220 pGraphics->FillPath(&path, FXFILL_WINDING, (CFX_Matrix*)pMatrix); in OnDrawWidget()
Dxfa_fffield.cpp90 pGS->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawHighlight()
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp1061 FillPath(m_hDC); in DrawPath()
1069 FillPath(m_hDC); in DrawPath()