Home
last modified time | relevance | path

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

12

/external/pdfium/xfa/src/fwl/src/theme/
Dmonthcalendartp.cpp376 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawTotalBK()
389 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawHeadBk()
408 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawLButton()
412 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawLButton()
441 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawRButton()
445 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawRButton()
502 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawDatesInBK()
513 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawDatesInBK()
Dcomboboxtp.cpp49 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING, &pParams->m_matrix); in DrawBackground()
74 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING, &pParams->m_matrix); in DrawStrethHandler()
131 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING, &pParams->m_matrix); in DrawDropDownButton()
Dwidgettp.cpp288 pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in Draw3DRect()
296 pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in Draw3DRect()
314 pGraphics->FillPath(&pathLT, FXFILL_WINDING, pMatrix); in Draw3DRect()
325 pGraphics->FillPath(&pathLT, FXFILL_WINDING, pMatrix); in Draw3DRect()
337 pGraphics->FillPath(&pathRB, FXFILL_WINDING, pMatrix); in Draw3DRect()
348 pGraphics->FillPath(&pathRB, FXFILL_WINDING, pMatrix); in Draw3DRect()
409 pGraphics->FillPath(&path, FXFILL_ALTERNATE, pMatrix); in DrawBorder()
431 pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in FillSoildRect()
456 pGraphics->FillPath(path, fillMode, pMatrix); in DrawAxialShading()
477 pGraphics->FillPath(&path, FXFILL_ALTERNATE, pMatrix); in DrawAnnulusRect()
[all …]
Dedittp.cpp34 pGraphics->FillPath(pParams->m_pPath, FXFILL_WINDING, in DrawBackground()
58 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING, in DrawBackground()
Dformtp.cpp403 pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawCloseBox()
411 pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawCloseBox()
417 pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawCloseBox()
423 pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawCloseBox()
469 pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawMinMaxBoxCommon()
477 pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawMinMaxBoxCommon()
483 pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawMinMaxBoxCommon()
489 pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawMinMaxBoxCommon()
557 pGraphics->FillPath(&path, FXFILL_ALTERNATE, pMatrix); in DrawMaximizeBox()
Dscrollbartp.cpp236 pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawTrack()
282 pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawThumbBtn()
300 pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawTrack()
322 pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawMaxMinBtn()
Dcheckboxtp.cpp255 pGraphics->FillPath(m_pCheckPath, FXFILL_WINDING, &mt); in DrawSignCheck()
268 pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawSignCircle()
305 pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawSignDiamond()
319 pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawSignSquare()
353 pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawSignStar()
Dcarettp.cpp43 pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawCaretBK()
Dlistboxtp.cpp88 pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawListBoxItem()
Ddatetimepickertp.cpp88 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawDropDownButton()
Dpushbuttontp.cpp77 pGraphics->FillPath(&fillPath, FXFILL_WINDING, &pParams->m_matrix); in DrawBackground()
/external/skia/src/core/
DSkScan.h36 static void FillPath(const SkPath&, const SkIRect&, SkBlitter*);
46 static void FillPath(const SkPath&, const SkRasterClip&, SkBlitter*);
73 static void FillPath(const SkPath&, const SkRegion& clip, SkBlitter*);
DSkScan_AntiPath.cpp663 SkScan::FillPath(path, origClip, blitter); in AntiFillPath()
735 void SkScan::FillPath(const SkPath& path, const SkRasterClip& clip, in FillPath() function in SkScan
742 FillPath(path, clip.bwRgn(), blitter); in FillPath()
749 SkScan::FillPath(path, tmp, &aaBlitter); in FillPath()
DSkScan_Path.cpp630 void SkScan::FillPath(const SkPath& path, const SkRegion& origClip, in FillPath() function in SkScan
680 void SkScan::FillPath(const SkPath& path, const SkIRect& ir, in FillPath() function in SkScan
683 FillPath(path, rgn, blitter); in FillPath()
DSkRegion_path.cpp356 SkScan::FillPath(path, clip, &builder); in setPath()
/external/skia/tests/
DFillPathTest.cpp42 SkScan::FillPath(path, clip, &blitter); in DEF_TEST()
/external/pdfium/xfa/src/fdp/src/fde/
Dfde_gedevice.cpp313 return FillPath(pBrush, &path, pMatrix); in FillClosedCurve()
320 return FillPath(pBrush, &path, pMatrix); in FillEllipse()
327 return FillPath(pBrush, &path, pMatrix); in FillPolygon()
334 return FillPath(pBrush, &path, pMatrix); in FillRectangle()
391 FX_BOOL CFDE_FxgeDevice::FillPath(IFDE_Brush* pBrush, in FillPath() function in CFDE_FxgeDevice
Dfde_gdidevice.cpp446 FX_BOOL CFDE_GdiDevice::FillPath(IFDE_Brush* pBrush, in FillPath() function in CFDE_GdiDevice
458 Gdiplus::Status ret = m_pGraphics->FillPath(pGdiBrush, &pGdiPath->m_Path); in FillPath()
491 return FillPath(pBrush, &path, pMatrix); in FillChord()
527 return FillPath(pBrush, &path, pMatrix); in FillRoundRectangle()
Dfde_gedevice.h84 virtual FX_BOOL FillPath(IFDE_Brush* pBrush,
Dfde_gdidevice.h116 virtual FX_BOOL FillPath(IFDE_Brush* pBrush,
Dfde_render.cpp235 m_pRenderDevice->FillPath(pBrush, pPath, &m_Transform); in RenderPath()
/external/pdfium/xfa/src/fdp/include/
Dfde_rdv.h93 virtual FX_BOOL FillPath(IFDE_Brush* pBrush,
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffwidget.cpp1471 pGS->FillPath(&fillPath, FXFILL_WINDING, pMatrix); in XFA_BOX_Fill_Radial()
1506 pGS->FillPath(&fillPath, FXFILL_WINDING, pMatrix); in XFA_BOX_Fill_Pattern()
1542 pGS->FillPath(&fillPath, FXFILL_WINDING, pMatrix); in XFA_BOX_Fill_Linear()
1587 pGS->FillPath(&fillPath, FXFILL_WINDING, pMatrix); in XFA_BOX_Fill()
1717 pGraphic->FillPath(&pathLT, FXFILL_WINDING, pMatrix); in XFA_Draw3DRect()
1729 pGraphic->FillPath(&pathRB, FXFILL_WINDING, pMatrix); in XFA_Draw3DRect()
1744 pGS->FillPath(&path, FXFILL_ALTERNATE, pMatrix); in XFA_BOX_Stroke_3DRect_Lowered()
1760 pGS->FillPath(&path, FXFILL_ALTERNATE, pMatrix); in XFA_BOX_Stroke_3DRect_Raised()
Dxfa_ffpushbutton.cpp231 pGraphics->FillPath(&path, FXFILL_WINDING, (CFX_Matrix*)pMatrix); in OnDrawWidget()
/external/pdfium/xfa/include/fxgraphics/
Dfx_graphics.h199 FX_ERR FillPath(CFX_Path* path,

12