Home
last modified time | relevance | path

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

/external/skqp/src/gpu/text/
DGrTextBlob.cpp281 SkPath* sourceOutline = tmpPath.init(); in flush() local
282 path->transform(pathMatrix, sourceOutline); in flush()
283 sourceOutline->setIsVolatile(true); in flush()
284 path = sourceOutline; in flush()