Searched refs:AddCubic (Results 1 - 6 of 6) sorted by relevance

/external/skia/gm/
H A Ddegeneratesegments.cpp165 static SkPoint AddCubic(SkPath& path, SkPoint& startPt) { function in class:skiagm::DegenerateSegmentsGM
231 AddCubic,
/external/skqp/gm/
H A Ddegeneratesegments.cpp165 static SkPoint AddCubic(SkPath& path, SkPoint& startPt) { function in class:skiagm::DegenerateSegmentsGM
231 AddCubic,
/external/skia/src/core/
H A DSkGlyphCache.h229 static void AddCubic(const SkPoint pts[3], SkScalar axis, bool yAxis,
H A DSkGlyphCache.cpp286 void SkGlyphCache::AddCubic(const SkPoint pts[4], SkScalar axis, bool yAxis, function in class:SkGlyphCache
364 AddCubic(pts, bounds[0], yAxis, intercept);
365 AddCubic(pts, bounds[1], yAxis, intercept);
/external/skqp/src/core/
H A DSkGlyphCache.h229 static void AddCubic(const SkPoint pts[3], SkScalar axis, bool yAxis,
H A DSkGlyphCache.cpp286 void SkGlyphCache::AddCubic(const SkPoint pts[4], SkScalar axis, bool yAxis, function in class:SkGlyphCache
364 AddCubic(pts, bounds[0], yAxis, intercept);
365 AddCubic(pts, bounds[1], yAxis, intercept);

Completed in 660 milliseconds