Home | History | Annotate | Download | only in pdf

Lines Matching defs:entryPath

403         SkPath entryPath;
409 entryPath.addRect(clipEntry->getRect());
411 entryPath = clipEntry->getPath();
413 entryPath.transform(transform);
416 *outClipPath = entryPath;
419 if (!Op(*outClipPath, entryPath, op, outClipPath)) {