Home
last modified time | relevance | path

Searched refs:StrokePath (Results 1 – 20 of 20) sorted by relevance

/external/pdfium/xfa/fwl/theme/
Dcfwl_monthcalendartp.cpp131 pParams.m_pGraphics->StrokePath(&path, &matrix); in DrawLButton()
152 pParams.m_pGraphics->StrokePath(&path, &matrix); in DrawLButton()
164 pParams.m_pGraphics->StrokePath(&path, &matrix); in DrawRButton()
185 pParams.m_pGraphics->StrokePath(&path, &matrix); in DrawRButton()
197 pParams.m_pGraphics->StrokePath(&path, &matrix); in DrawHSeparator()
209 pParams.m_pGraphics->StrokePath(&path, &matrix); in DrawWeekNumSep()
244 pParams.m_pGraphics->StrokePath(&path, &matrix); in DrawDatesInCircle()
256 pParams.m_pGraphics->StrokePath(&path, &matrix); in DrawTodayCircle()
Dcfwl_scrollbartp.cpp100 pGraphics->StrokePath(&path, &matrix); in DrawThumbBtn()
130 pGraphics->StrokePath(&path, nullptr); in DrawPaw()
146 pGraphics->StrokePath(&path, &matrix); in DrawPaw()
167 pGraphics->StrokePath(&path, &matrix); in DrawPaw()
183 pGraphics->StrokePath(&path, &matrix); in DrawPaw()
Dcfwl_edittp.cpp29 pParams.m_pGraphics->StrokePath(pParams.m_pPath.Get(), &pParams.m_matrix); in DrawBackground()
69 pParams.m_pGraphics->StrokePath(pParams.m_pPath.Get(), &pParams.m_matrix); in DrawBackground()
Dcfwl_widgettp.cpp144 pGraphics->StrokePath(&path, &matrix); in DrawFocus()
210 pGraphics->StrokePath(&path, &matrix); in DrawBtn()
Dcfwl_pushbuttontp.cpp69 pGraphics->StrokePath(&strokePath, &pParams.m_matrix); in DrawBackground()
Dcfwl_checkboxtp.cpp90 pGraphics->StrokePath(&path, &matrix); in DrawSignCross()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_box.cpp330 pGS->StrokePath(&arcPath, &matrix); in StrokeArcOrRounded()
336 pGS->StrokePath(&arcPath, &matrix); in StrokeArcOrRounded()
343 pGS->StrokePath(&arcPath, &matrix); in StrokeArcOrRounded()
349 pGS->StrokePath(&arcPath, &matrix); in StrokeArcOrRounded()
Dcxfa_stroke.cpp189 pGS->StrokePath(pPath, &matrix); in Stroke()
/external/pdfium/xfa/fxgraphics/
Dcxfa_graphics.h52 void StrokePath(CXFA_GEPath* path, const CFX_Matrix* matrix);
Dcxfa_graphics.cpp171 void CXFA_Graphics::StrokePath(CXFA_GEPath* path, const CFX_Matrix* matrix) { in StrokePath() function in CXFA_Graphics
/external/pdfium/xfa/fxfa/
Dcxfa_ffline.cpp137 pGS->StrokePath(&linePath, &mtRotate); in RenderWidget()
Dcxfa_ffpushbutton.cpp229 pGraphics->StrokePath(&path, &matrix); in OnDrawWidget()
Dcxfa_fffield.cpp123 pGS->StrokePath(&path, pMatrix); in DrawFocus()
/external/skqp/src/pdf/
DSkPDFUtils.h62 void StrokePath(SkWStream* content);
DSkPDFUtils.cpp227 void SkPDFUtils::StrokePath(SkWStream* content) { in StrokePath() function in SkPDFUtils
DSkPDFDevice.cpp612 SkPDFUtils::StrokePath(contentStream); in drawPoints()
618 SkPDFUtils::StrokePath(contentStream); in drawPoints()
626 SkPDFUtils::StrokePath(contentStream); in drawPoints()
/external/skia/src/pdf/
DSkPDFUtils.h62 void StrokePath(SkWStream* content);
DSkPDFUtils.cpp236 void SkPDFUtils::StrokePath(SkWStream* content) { in StrokePath() function in SkPDFUtils
DSkPDFDevice.cpp453 SkPDFUtils::StrokePath(contentStream); in drawPoints()
459 SkPDFUtils::StrokePath(contentStream); in drawPoints()
467 SkPDFUtils::StrokePath(contentStream); in drawPoints()
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp1040 StrokePath(m_hDC); in DrawPath()
1043 StrokePath(m_hDC); in DrawPath()