/external/pdfium/xfa/fwl/theme/ |
D | cfwl_monthcalendartp.cpp | 131 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()
|
D | cfwl_scrollbartp.cpp | 100 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()
|
D | cfwl_edittp.cpp | 29 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()
|
D | cfwl_widgettp.cpp | 144 pGraphics->StrokePath(&path, &matrix); in DrawFocus() 210 pGraphics->StrokePath(&path, &matrix); in DrawBtn()
|
D | cfwl_pushbuttontp.cpp | 69 pGraphics->StrokePath(&strokePath, &pParams.m_matrix); in DrawBackground()
|
D | cfwl_checkboxtp.cpp | 90 pGraphics->StrokePath(&path, &matrix); in DrawSignCross()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_box.cpp | 330 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()
|
D | cxfa_stroke.cpp | 189 pGS->StrokePath(pPath, &matrix); in Stroke()
|
/external/pdfium/xfa/fxgraphics/ |
D | cxfa_graphics.h | 52 void StrokePath(CXFA_GEPath* path, const CFX_Matrix* matrix);
|
D | cxfa_graphics.cpp | 171 void CXFA_Graphics::StrokePath(CXFA_GEPath* path, const CFX_Matrix* matrix) { in StrokePath() function in CXFA_Graphics
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffline.cpp | 137 pGS->StrokePath(&linePath, &mtRotate); in RenderWidget()
|
D | cxfa_ffpushbutton.cpp | 229 pGraphics->StrokePath(&path, &matrix); in OnDrawWidget()
|
D | cxfa_fffield.cpp | 123 pGS->StrokePath(&path, pMatrix); in DrawFocus()
|
/external/skqp/src/pdf/ |
D | SkPDFUtils.h | 62 void StrokePath(SkWStream* content);
|
D | SkPDFUtils.cpp | 227 void SkPDFUtils::StrokePath(SkWStream* content) { in StrokePath() function in SkPDFUtils
|
D | SkPDFDevice.cpp | 612 SkPDFUtils::StrokePath(contentStream); in drawPoints() 618 SkPDFUtils::StrokePath(contentStream); in drawPoints() 626 SkPDFUtils::StrokePath(contentStream); in drawPoints()
|
/external/skia/src/pdf/ |
D | SkPDFUtils.h | 62 void StrokePath(SkWStream* content);
|
D | SkPDFUtils.cpp | 236 void SkPDFUtils::StrokePath(SkWStream* content) { in StrokePath() function in SkPDFUtils
|
D | SkPDFDevice.cpp | 453 SkPDFUtils::StrokePath(contentStream); in drawPoints() 459 SkPDFUtils::StrokePath(contentStream); in drawPoints() 467 SkPDFUtils::StrokePath(contentStream); in drawPoints()
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_device.cpp | 1040 StrokePath(m_hDC); in DrawPath() 1043 StrokePath(m_hDC); in DrawPath()
|