Home
last modified time | relevance | path

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

12

/external/skia/src/core/
DSkMiniRecorder.cpp95 TRY_TO_STORE(DrawPath, paint, path); in drawPath()
113 CASE(DrawPath); in detachAsPicture()
134 CASE(DrawPath); in flushAndReset()
DSkPictureCommon.h121 void operator()(const SkRecords::DrawPath& op) { in operator()
/external/pdfium/xfa/src/fdp/src/fde/
Dfde_gedevice.cpp239 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()
Dfde_gdidevice.cpp327 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()
Dfde_gedevice.h65 virtual FX_BOOL DrawPath(IFDE_Pen* pPen,
Dfde_gdidevice.h80 virtual FX_BOOL DrawPath(IFDE_Pen* pPen,
/external/pdfium/core/src/fxge/ge/
Dfx_ge_device.cpp113 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/
DDrawingMethods.cpp90 void DrawingMethods::DrawPath(const v8::FunctionCallbackInfo<v8::Value>& args) { in DrawPath() function in DrawingMethods
171 ADD_METHOD("drawPath", DrawPath); in addAttributesAndMethods()
DDrawingMethods.h54 static void DrawPath(const v8::FunctionCallbackInfo<v8::Value>& args);
/external/pdfium/xfa/src/fxbarcode/
DBC_TwoDimWriter.cpp31 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/
Dwin32_int.h37 FX_BOOL DrawPath(HDC hDC,
125 FX_BOOL DrawPath(const CFX_PathData* pPathData,
308 FX_BOOL DrawPath(const CFX_PathData* pPathData,
Dfx_win32_print.cpp391 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/
Dfx_skia_device.cpp44 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
Dfx_skia_device.h41 virtual FX_BOOL DrawPath(const CFX_PathData* pPathData,
/external/skia/include/private/
DSkMiniRecorder.h54 Max<sizeof(SkRecords::DrawPath),
DSkRecords.h57 M(DrawPath) \
290 RECORD(DrawPath, kDraw_Tag,
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_pageobjs.cpp134 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/
Dfx_ge.h293 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/
Dfde_rdv.h74 virtual FX_BOOL DrawPath(IFDE_Pen* pPen,
/external/pdfium/core/src/fxge/agg/include/
Dfx_agg_driver.h49 FX_BOOL DrawPath(const CFX_PathData* pPathData,
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Caret.cpp62 pDevice->DrawPath(&path, pUser2Device, &gsd, 0, ArgbEncode(255, 0, 0, 0), in DrawThisAppearance()
DPWL_Utils.cpp1373 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 …]
DPWL_Note.cpp92 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/
DBC_OneDimWriter.cpp342 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/
Dapple_int.h95 FX_BOOL DrawPath(const CFX_PathData* pPathData,

12