Home | History | Annotate | Download | only in pdf

Lines Matching refs:pathPtr

945     SkPath* pathPtr = const_cast<SkPath*>(&origPath);
951 pathPtr = &modifiedPath;
954 origPath.transform(*prePathMatrix, pathPtr);
965 pathPtr = &modifiedPath;
968 bool fill = paint.getFillPath(origPath, pathPtr);
978 drawPath(d, *pathPtr, noEffectPaint, NULL, true);
986 if (handleRectAnnotation(pathPtr->getBounds(), matrix, paint)) {
994 SkPDFUtils::EmitPath(*pathPtr, paint.getStyle(),
996 SkPDFUtils::PaintPath(paint.getStyle(), pathPtr->getFillType(),
1431 SkPath* pathPtr = const_cast<SkPath*>(&origPath);
1441 pathPtr = &modifiedPath;
1470 if (!calculate_inverse_path(bounds, *pathPtr, &modifiedPath)) {