Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleVariableWidthStroker.cpp489 static void splitSegment(const PathSegment& seg, float t, PathSegment* segA, PathSegment* segB);
723 splitSegment(item.fSeg, 0.5f, &left, &right); in strokeSegment()
899 void SkVarWidthStroker::splitSegment(const PathSegment& seg, in splitSegment() function in __anondd06c43e0111::SkVarWidthStroker