Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleVariableWidthStroker.cpp497 PathSegment* approxQuad);
924 PathSegment* approxQuad) { in approximateSegment() argument
965 approxQuad->fPoints[0] = start + offsetStart; in approximateSegment()
966 approxQuad->fPoints[1] = mid + offsetMid; in approximateSegment()
967 approxQuad->fPoints[2] = end + offsetEnd; in approximateSegment()