Searched refs:skPath (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/skia/src/gpu/ |
D | GrPath.h | 21 GrPath(GrGpu* gpu, bool isWrapped, const SkPath& skPath, const SkStrokeRec& stroke) in GrPath() argument 23 fSkPath(skPath), in GrPath() 25 fBounds(skPath.getBounds()) { in GrPath()
|
D | SkGrFontScaler.cpp | 197 const SkPath* skPath = fStrike->findPath(glyph); in getGlyphPath() local 198 if (skPath) { in getGlyphPath() 199 *path = *skPath; in getGlyphPath()
|
/external/skia/src/gpu/ |
D | GrPath.h | 21 GrPath(GrGpu* gpu, bool isWrapped, const SkPath& skPath, const SkStrokeRec& stroke) in GrPath() argument 23 fSkPath(skPath), in GrPath() 25 fBounds(skPath.getBounds()) { in GrPath()
|
D | SkGrFontScaler.cpp | 197 const SkPath* skPath = fStrike->findPath(glyph); in getGlyphPath() local 198 if (skPath) { in getGlyphPath() 199 *path = *skPath; in getGlyphPath()
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | Path.h | 116 const SkPath& skPath() const { return m_path; } in skPath() function
|
D | GraphicsContext.cpp | 653 drawOuterPath(focusRingPath.skPath(), paint, width); in drawFocusRing() 654 drawInnerPath(focusRingPath.skPath(), paint, width); in drawFocusRing() 1326 SkPath& path = const_cast<SkPath&>(pathToFill.skPath()); in fillPath() 1412 const SkPath& path = pathToStroke.skPath(); in strokePath() 1477 SkPath& path = const_cast<SkPath&>(pathToClip.skPath()); in clipOut() 1489 SkPath& path = const_cast<SkPath&>(pathToClip.skPath()); in clipPath() 1533 SkPath& path = const_cast<SkPath&>(pathToClip.skPath()); in canvasClip()
|
/external/skia/src/ports/ |
D | SkFontHost_mac.cpp | 1392 SkPath* skPath = (SkPath*)info; in CTPathElement() local 1397 skPath->moveTo(element->points[0].x, -element->points[0].y); in CTPathElement() 1401 skPath->lineTo(element->points[0].x, -element->points[0].y); in CTPathElement() 1405 skPath->quadTo(element->points[0].x, -element->points[0].y, in CTPathElement() 1410 skPath->cubicTo(element->points[0].x, -element->points[0].y, in CTPathElement() 1416 skPath->close(); in CTPathElement()
|
/external/chromium_org/third_party/skia/src/ports/ |
D | SkFontHost_mac.cpp | 1392 SkPath* skPath = (SkPath*)info; in CTPathElement() local 1397 skPath->moveTo(element->points[0].x, -element->points[0].y); in CTPathElement() 1401 skPath->lineTo(element->points[0].x, -element->points[0].y); in CTPathElement() 1405 skPath->quadTo(element->points[0].x, -element->points[0].y, in CTPathElement() 1410 skPath->cubicTo(element->points[0].x, -element->points[0].y, in CTPathElement() 1416 skPath->close(); in CTPathElement()
|
/external/chromium_org/third_party/skia/include/gpu/ |
D | GrContext.h | 955 GrPath* createPath(const SkPath& skPath, const SkStrokeRec& stroke);
|
/external/skia/include/gpu/ |
D | GrContext.h | 955 GrPath* createPath(const SkPath& skPath, const SkStrokeRec& stroke);
|