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

12

/external/skia/include/private/
H A DSkMiniRecorder.h54 Max<sizeof(SkRecords::DrawPath),
H A DSkRecords.h57 M(DrawPath) \
290 RECORD(DrawPath, kDraw_Tag,
/external/skia/src/core/
H A DSkMiniRecorder.cpp95 TRY_TO_STORE(DrawPath, paint, path);
113 CASE(DrawPath);
134 CASE(DrawPath);
H A DSkPictureCommon.h121 void operator()(const SkRecords::DrawPath& op) {
/external/skia/experimental/SkV8Example/
H A DDrawingMethods.h54 static void DrawPath(const v8::FunctionCallbackInfo<v8::Value>& args);
H A DDrawingMethods.cpp90 void DrawingMethods::DrawPath(const v8::FunctionCallbackInfo<v8::Value>& args) { function in class:DrawingMethods
171 ADD_METHOD("drawPath", DrawPath);
/external/pdfium/xfa/src/fdp/src/fde/
H A Dfde_gedevice.cpp239 return DrawPath(pPen, fPenWidth, &path, pMatrix);
249 return DrawPath(pPen, fPenWidth, &path, pMatrix);
257 return DrawPath(pPen, fPenWidth, &path, pMatrix);
265 return DrawPath(pPen, fPenWidth, &path, pMatrix);
274 return DrawPath(pPen, fPenWidth, &path, pMatrix);
276 FX_BOOL CFDE_FxgeDevice::DrawPath(IFDE_Pen* pPen, function in class:CFDE_FxgeDevice
288 return m_pDevice->DrawPath(&pGePath->m_Path, (const CFX_Matrix*)pMatrix,
297 return DrawPath(pPen, fPenWidth, &path, pMatrix);
305 return DrawPath(pPen, fPenWidth, &path, pMatrix);
412 return m_pDevice->DrawPath(pPat
[all...]
H A Dfde_gdidevice.cpp327 FX_BOOL CFDE_GdiDevice::DrawPath(IFDE_Pen* pPen, function in class:CFDE_GdiDevice
340 Gdiplus::Status ret = m_pGraphics->DrawPath(pGdiPen, &pGdiPath->m_Path);
375 return DrawPath(pPen, fPenWidth, &path, pMatrix);
414 return DrawPath(pPen, fPenWidth, &path, pMatrix);
H A Dfde_gdidevice.h80 virtual FX_BOOL DrawPath(IFDE_Pen* pPen,
H A Dfde_gedevice.h65 virtual FX_BOOL DrawPath(IFDE_Pen* pPen,
H A Dfde_render.cpp229 m_pRenderDevice->DrawPath(pPen, fWidth, pPath, &m_Transform);
/external/pdfium/xfa/src/fxbarcode/
H A DBC_TwoDimWriter.cpp31 device->DrawPath(&path, matrix, &stateData, m_backgroundColor,
54 device->DrawPath(&rect, &matri, &stateData, m_barColor, 0,
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_device.cpp113 FX_BOOL CFX_RenderDevice::DrawPath(const CFX_PathData* pPathData, function in class:CFX_RenderDevice
221 m_pDeviceDriver->DrawPath(&newPath, pMatrix, &graphState, 0, strokecolor,
267 if (!bitmap_device.GetDeviceDriver()->DrawPath(
277 return m_pDeviceDriver->DrawPath(pPathData, pObject2Device, pGraphState,
342 return m_pDeviceDriver->DrawPath(&path, NULL, &graph_state, 0, color,
/external/pdfium/core/src/fxge/win32/
H A Dwin32_int.h37 FX_BOOL DrawPath(HDC hDC,
125 FX_BOOL DrawPath(const CFX_PathData* pPathData,
308 FX_BOOL DrawPath(const CFX_PathData* pPathData,
H A Dfx_win32_print.cpp391 FX_BOOL CPSPrinterDriver::DrawPath(const CFX_PathData* pPathData, function in class:CPSPrinterDriver
403 return m_PSRenderer.DrawPath(pPathData, pObject2Device, pGraphState,
/external/pdfium/core/src/fxge/agg/include/
H A Dfx_agg_driver.h49 FX_BOOL DrawPath(const CFX_PathData* pPathData,
/external/pdfium/core/src/fxge/skia/
H A Dfx_skia_device.h41 virtual FX_BOOL DrawPath(const CFX_PathData* pPathData,
H A Dfx_skia_device.cpp44 static void DrawPath(const SkPath& srcPath,
69 void SuperBlitter_skia::DrawPath(const SkPath& srcPath, function in class:SuperBlitter_skia
323 SuperBlitter_skia::DrawPath(skPath, (SkBlitter*)&render, rasterClip, *spaint);
422 SuperBlitter_skia::DrawPath(skPath, (SkBlitter*)&render, rasterClip,
428 FX_BOOL CFX_SkiaDeviceDriver::DrawPath( function in class:CFX_SkiaDeviceDriver
439 FOXIT_DEBUG1("CFX_SkiaDeviceDriver::DrawPath: entering");
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Caret.cpp62 pDevice->DrawPath(&path, pUser2Device, &gsd, 0, ArgbEncode(255, 0, 0, 0),
/external/pdfium/xfa/src/fdp/include/
H A Dfde_rdv.h74 virtual FX_BOOL DrawPath(IFDE_Pen* pPen,
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_pageobjs.cpp134 pDevice->DrawPath(&pathUnderline, pUser2Device, NULL, color, 0,
233 pDevice->DrawPath(&pathSelBK, pUser2Device, NULL, crSelBK, 0,
350 pDevice->DrawPath(&pathSelBK, pUser2Device, NULL, crSelBK, 0,
382 pDevice->DrawPath(&pathUnderline, pUser2Device, NULL, crCurText, 0,
392 pDevice->DrawPath(&pathCrossout, pUser2Device, NULL, crCurText, 0,
/external/pdfium/core/include/fxge/
H A 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/core/src/fxge/apple/
H A Dapple_int.h95 FX_BOOL DrawPath(const CFX_PathData* pPathData,
/external/pdfium/xfa/src/fxbarcode/oned/
H A DBC_OneDimWriter.cpp342 device->DrawPath(&path, matrix, &stateData, m_backgroundColor,
353 device->DrawPath(&rect, &matri, &stateData, m_barColor, 0,
/external/skia/tests/
H A DDrawPathTest.cpp349 DEF_TEST(DrawPath, reporter) {

Completed in 262 milliseconds

12