Home | History | Annotate | Download | only in pdf

Lines Matching defs:entryPath

389         SkPath entryPath;
395 clipEntry->asPath(&entryPath);
397 entryPath.transform(transform);
400 *outClipPath = entryPath;
403 if (!Op(*outClipPath, entryPath, op, outClipPath)) {