Searched defs:DrawPath (Results 1 - 11 of 11) sorted by relevance

/external/skia/src/gpu/
H A DGrInOrderDrawBuffer.h110 struct DrawPath : public ::SkNoncopyable { struct in class:GrInOrderDrawBuffer
111 DrawPath();
207 DrawPath* recordDrawPath();
229 GrSTAllocator<kDrawPathPreallocCnt, DrawPath> fDrawPath;
H A DGrInOrderDrawBuffer.cpp416 GrInOrderDrawBuffer::DrawPath::DrawPath() {} function in class:GrInOrderDrawBuffer::DrawPath
451 DrawPath* cp = this->recordDrawPath();
624 const DrawPath& cp = fDrawPath[currDrawPath];
970 GrInOrderDrawBuffer::DrawPath* GrInOrderDrawBuffer::recordDrawPath() {
/external/chromium_org/third_party/skia/src/gpu/
H A DGrInOrderDrawBuffer.h127 struct DrawPath : public ::SkNoncopyable { struct in class:GrInOrderDrawBuffer
128 DrawPath(const GrPath* path) : fPath(path) {} function in struct:GrInOrderDrawBuffer::DrawPath
257 DrawPath* recordDrawPath(const GrPath*);
281 typedef GrTAllocator<DrawPath> DrawPathAllocator;
290 GrSTAllocator<kDrawPathPreallocCnt, DrawPath> fDrawPath;
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_device.cpp122 FX_BOOL CFX_RenderDevice::DrawPath(const CFX_PathData* pPathData, function in class:CFX_RenderDevice
216 m_pDeviceDriver->DrawPath(&newPath, pMatrix, &graphState, 0, strokecolor, smooth_path, alpha_flag, pIccTransform, blend_type);
257 if (!bitmap_device.GetDeviceDriver()->DrawPath(pPathData, &matrix, pGraphState, fill_color, stroke_color, fill_mode, alpha_flag, pIccTransform, blend_type)) {
263 return m_pDeviceDriver->DrawPath(pPathData, pObject2Device, pGraphState, fill_color, stroke_color, fill_mode, alpha_flag, pIccTransform, blend_type);
309 return m_pDeviceDriver->DrawPath(&path, NULL, &graph_state, 0, color, fill_mode, alpha_flag, pIccTransform, blend_type);
H A Dfx_ge_ps.cpp178 FX_BOOL CFX_PSRenderer::DrawPath(const CFX_PathData* pPathData, function in class:CFX_PSRenderer
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_print.cpp375 FX_BOOL CPSPrinterDriver::DrawPath(const CFX_PathData* pPathData, function in class:CPSPrinterDriver
383 return m_PSRenderer.DrawPath(pPathData, pObject2Device, pGraphState, fill_color, stroke_color, fill_mode & 3, alpha_flag, pIccTransform);
H A Dfx_win32_device.cpp744 FX_BOOL CGdiDeviceDriver::DrawPath(const CFX_PathData* pPathData, function in class:CGdiDeviceDriver
787 if (pPlatform->m_GdiplusExt.DrawPath(m_hDC, pPathData, pMatrix, pGraphState, fill_color, stroke_color, fill_mode)) {
H A Dfx_win32_gdipext.cpp847 BOOL CGdiplusExt::DrawPath(HDC hDC, const CFX_PathData* pPathData, function in class:CGdiplusExt
/external/chromium_org/ui/gfx/
H A Dcanvas.cc304 void Canvas::DrawPath(const SkPath& path, const SkPaint& paint) { function in class:gfx::Canvas
/external/pdfium/core/src/fxge/apple/
H A Dfx_quartz_device.cpp374 FX_BOOL CFX_QuartzDeviceDriver::DrawPath(const CFX_PathData* pathData, function in class:CFX_QuartzDeviceDriver
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusGraphics.h878 Status DrawPath(IN const Pen* pen, function in class:Graphics

Completed in 605 milliseconds