Home
last modified time | relevance | path

Searched refs:appendPathReversed (Results 1 – 2 of 2) sorted by relevance

/external/skia/samplecode/
DSampleSimpleStroker.cpp117 static void appendPathReversed(const PathRecorder& path, PathRecorder* result);
174 appendPathReversed(fInner, &fOuter); in getFillPath()
304 void SkPathStroker2::appendPathReversed(const PathRecorder& path, PathRecorder* result) { in appendPathReversed() function in __anon22ae24220111::SkPathStroker2
DSampleVariableWidthStroker.cpp480 static void appendPathReversed(const SkPath& path, SkPath* result);
620 appendPathReversed(fInner, &fOuter); in getFillPath()
849 void SkVarWidthStroker::appendPathReversed(const SkPath& path, SkPath* result) { in appendPathReversed() function in __anondd06c43e0111::SkVarWidthStroker