/external/skia/src/core/ |
D | SkMiniRecorder.cpp | 95 TRY_TO_STORE(DrawPath, paint, path); in drawPath() 113 CASE(DrawPath); in detachAsPicture() 134 CASE(DrawPath); in flushAndReset()
|
D | SkPictureCommon.h | 121 void operator()(const SkRecords::DrawPath& op) { in operator()
|
/external/pdfium/xfa/src/fdp/src/fde/ |
D | fde_gedevice.cpp | 239 return DrawPath(pPen, fPenWidth, &path, pMatrix); in DrawBezier() 249 return DrawPath(pPen, fPenWidth, &path, pMatrix); in DrawCurve() 257 return DrawPath(pPen, fPenWidth, &path, pMatrix); in DrawEllipse() 265 return DrawPath(pPen, fPenWidth, &path, pMatrix); in DrawLines() 274 return DrawPath(pPen, fPenWidth, &path, pMatrix); in DrawLine() 276 FX_BOOL CFDE_FxgeDevice::DrawPath(IFDE_Pen* pPen, in DrawPath() function in CFDE_FxgeDevice 288 return m_pDevice->DrawPath(&pGePath->m_Path, (const CFX_Matrix*)pMatrix, in DrawPath() 297 return DrawPath(pPen, fPenWidth, &path, pMatrix); in DrawPolygon() 305 return DrawPath(pPen, fPenWidth, &path, pMatrix); in DrawRectangle() 412 return m_pDevice->DrawPath(pPath, (const CFX_Matrix*)pMatrix, NULL, in FillSolidPath()
|
D | fde_gdidevice.cpp | 327 FX_BOOL CFDE_GdiDevice::DrawPath(IFDE_Pen* pPen, in DrawPath() function in CFDE_GdiDevice 340 Gdiplus::Status ret = m_pGraphics->DrawPath(pGdiPen, &pGdiPath->m_Path); in DrawPath() 375 return DrawPath(pPen, fPenWidth, &path, pMatrix); in DrawChord() 414 return DrawPath(pPen, fPenWidth, &path, pMatrix); in DrawRoundRectangle()
|
D | fde_gedevice.h | 65 virtual FX_BOOL DrawPath(IFDE_Pen* pPen,
|
D | fde_gdidevice.h | 80 virtual FX_BOOL DrawPath(IFDE_Pen* pPen,
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_device.cpp | 113 FX_BOOL CFX_RenderDevice::DrawPath(const CFX_PathData* pPathData, in DrawPath() function in CFX_RenderDevice 221 m_pDeviceDriver->DrawPath(&newPath, pMatrix, &graphState, 0, strokecolor, in DrawPath() 267 if (!bitmap_device.GetDeviceDriver()->DrawPath( in DrawPath() 277 return m_pDeviceDriver->DrawPath(pPathData, pObject2Device, pGraphState, in DrawPath() 342 return m_pDeviceDriver->DrawPath(&path, NULL, &graph_state, 0, color, in DrawCosmeticLine()
|
/external/skia/experimental/SkV8Example/ |
D | DrawingMethods.cpp | 90 void DrawingMethods::DrawPath(const v8::FunctionCallbackInfo<v8::Value>& args) { in DrawPath() function in DrawingMethods 171 ADD_METHOD("drawPath", DrawPath); in addAttributesAndMethods()
|
D | DrawingMethods.h | 54 static void DrawPath(const v8::FunctionCallbackInfo<v8::Value>& args);
|
/external/pdfium/xfa/src/fxbarcode/ |
D | BC_TwoDimWriter.cpp | 31 device->DrawPath(&path, matrix, &stateData, m_backgroundColor, in RenderDeviceResult() 54 device->DrawPath(&rect, &matri, &stateData, m_barColor, 0, in RenderDeviceResult()
|
/external/pdfium/core/src/fxge/win32/ |
D | win32_int.h | 37 FX_BOOL DrawPath(HDC hDC, 125 FX_BOOL DrawPath(const CFX_PathData* pPathData, 308 FX_BOOL DrawPath(const CFX_PathData* pPathData,
|
D | fx_win32_print.cpp | 391 FX_BOOL CPSPrinterDriver::DrawPath(const CFX_PathData* pPathData, in DrawPath() function in CPSPrinterDriver 403 return m_PSRenderer.DrawPath(pPathData, pObject2Device, pGraphState, in DrawPath()
|
/external/pdfium/core/src/fxge/skia/ |
D | fx_skia_device.cpp | 44 static void DrawPath(const SkPath& srcPath, 69 void SuperBlitter_skia::DrawPath(const SkPath& srcPath, in DrawPath() function in SuperBlitter_skia 323 SuperBlitter_skia::DrawPath(skPath, (SkBlitter*)&render, rasterClip, *spaint); in SetClipMask() 422 SuperBlitter_skia::DrawPath(skPath, (SkBlitter*)&render, rasterClip, in RenderRasterizerSkia() 428 FX_BOOL CFX_SkiaDeviceDriver::DrawPath( in DrawPath() function in CFX_SkiaDeviceDriver
|
D | fx_skia_device.h | 41 virtual FX_BOOL DrawPath(const CFX_PathData* pPathData,
|
/external/skia/include/private/ |
D | SkMiniRecorder.h | 54 Max<sizeof(SkRecords::DrawPath),
|
D | SkRecords.h | 57 M(DrawPath) \ 290 RECORD(DrawPath, kDraw_Tag,
|
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_pageobjs.cpp | 134 pDevice->DrawPath(&pathUnderline, pUser2Device, NULL, color, 0, in DrawUnderline() 233 pDevice->DrawPath(&pathSelBK, pUser2Device, NULL, crSelBK, 0, in DrawEdit() 350 pDevice->DrawPath(&pathSelBK, pUser2Device, NULL, crSelBK, 0, in DrawRichEdit() 382 pDevice->DrawPath(&pathUnderline, pUser2Device, NULL, crCurText, 0, in DrawRichEdit() 392 pDevice->DrawPath(&pathCrossout, pUser2Device, NULL, crCurText, 0, in DrawRichEdit()
|
/external/pdfium/core/include/fxge/ |
D | fx_ge.h | 293 FX_BOOL DrawPath(const CFX_PathData* pPathData, 507 virtual FX_BOOL DrawPath(const CFX_PathData* pPathData, 649 FX_BOOL DrawPath(const CFX_PathData* pPathData,
|
/external/pdfium/xfa/src/fdp/include/ |
D | fde_rdv.h | 74 virtual FX_BOOL DrawPath(IFDE_Pen* pPen,
|
/external/pdfium/core/src/fxge/agg/include/ |
D | fx_agg_driver.h | 49 FX_BOOL DrawPath(const CFX_PathData* pPathData,
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Caret.cpp | 62 pDevice->DrawPath(&path, pUser2Device, &gsd, 0, ArgbEncode(255, 0, 0, 0), in DrawThisAppearance()
|
D | PWL_Utils.cpp | 1373 pDevice->DrawPath(&path, pUser2Device, NULL, color, 0, FXFILL_WINDING); in DrawFillRect() 1388 pDevice->DrawPath(&path, pUser2Device, NULL, color, 0, FXFILL_ALTERNATE); in DrawFillArea() 1403 pDevice->DrawPath(&path, pUser2Device, &gsd, 0, color, FXFILL_ALTERNATE); in DrawStrokeRect() 1420 pDevice->DrawPath(&path, pUser2Device, &gsd, 0, color, FXFILL_ALTERNATE); in DrawStrokeLine() 1491 pDevice->DrawPath(&path, pUser2Device, NULL, in DrawBorder() 1517 pDevice->DrawPath(&path, pUser2Device, &gsd, 0, in DrawBorder() 1542 pDevice->DrawPath(&pathLT, pUser2Device, &gsd, in DrawBorder() 1562 pDevice->DrawPath(&pathRB, pUser2Device, &gsd, in DrawBorder() 1572 pDevice->DrawPath(&path, pUser2Device, &gsd, in DrawBorder() 1586 pDevice->DrawPath(&path, pUser2Device, &gsd, 0, in DrawBorder() [all …]
|
D | PWL_Note.cpp | 92 pDevice->DrawPath( in DrawThisAppearance() 250 pDevice->DrawPath( in DrawThisAppearance() 277 pDevice->DrawPath( in DrawThisAppearance() 327 pDevice->DrawPath( in DrawThisAppearance()
|
/external/pdfium/xfa/src/fxbarcode/oned/ |
D | BC_OneDimWriter.cpp | 342 device->DrawPath(&path, matrix, &stateData, m_backgroundColor, in RenderDeviceResult() 353 device->DrawPath(&rect, &matri, &stateData, m_barColor, 0, in RenderDeviceResult()
|
/external/pdfium/core/src/fxge/apple/ |
D | apple_int.h | 95 FX_BOOL DrawPath(const CFX_PathData* pPathData,
|