Searched refs:sourceOutline (Results 1 – 2 of 2) sorted by relevance
281 SkPath* sourceOutline = tmpPath.init(); in flush() local282 path->transform(pathMatrix, sourceOutline); in flush()283 sourceOutline->setIsVolatile(true); in flush()284 path = sourceOutline; in flush()
495 SkPath* sourceOutline = tmpPath.init(); in flush() local496 path->transform(pathMatrix, sourceOutline); in flush()497 sourceOutline->setIsVolatile(true); in flush()498 path = sourceOutline; in flush()