Home
last modified time | relevance | path

Searched refs:sourceOutline (Results 1 – 2 of 2) 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()
/external/skia/src/gpu/text/
DGrTextBlob.cpp495 SkPath* sourceOutline = tmpPath.init(); in flush() local
496 path->transform(pathMatrix, sourceOutline); in flush()
497 sourceOutline->setIsVolatile(true); in flush()
498 path = sourceOutline; in flush()