Home
last modified time | relevance | path

Searched defs:DrawPath (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
DGrInOrderDrawBuffer.h107 struct DrawPath : public ::SkNoncopyable { struct
110 SkAutoTUnref<const GrPath> fPath;
111 SkPath::FillType fFill;
112 GrDeviceCoordTexture fDstCopy;
DGrInOrderDrawBuffer.cpp388 GrInOrderDrawBuffer::DrawPath::DrawPath() {} in DrawPath() function in GrInOrderDrawBuffer::DrawPath
/external/skia/src/gpu/
DGrInOrderDrawBuffer.h107 struct DrawPath : public ::SkNoncopyable { struct
110 SkAutoTUnref<const GrPath> fPath;
111 SkPath::FillType fFill;
112 GrDeviceCoordTexture fDstCopy;
DGrInOrderDrawBuffer.cpp388 GrInOrderDrawBuffer::DrawPath::DrawPath() {} in DrawPath() function in GrInOrderDrawBuffer::DrawPath
/external/skia/tests/
DDrawPathTest.cpp309 DEF_TEST(DrawPath, reporter) { in DEF_TEST() argument
/external/chromium_org/skia/ext/
Dlazy_pixel_ref_utils_unittest.cc404 TEST(LazyPixelRefUtilsTest, DrawPath) { in TEST() argument
/external/chromium_org/ui/gfx/
Dcanvas.cc327 void Canvas::DrawPath(const SkPath& path, const SkPaint& paint) { in DrawPath() function in gfx::Canvas