Lines Matching full:fpath
1093 pdfContext->fGraphicsState.fPath.reset();
1105 pdfContext->fGraphicsState.fPath.moveTo(SkDoubleToScalar(pdfContext->fGraphicsState.fCurPosX),
1113 pdfContext->fGraphicsState.fPath.reset();
1125 pdfContext->fGraphicsState.fPath.lineTo(SkDoubleToScalar(pdfContext->fGraphicsState.fCurPosX),
1133 pdfContext->fGraphicsState.fPath.reset();
1146 pdfContext->fGraphicsState.fPath.cubicTo(SkDoubleToScalar(x1), SkDoubleToScalar(y1),
1158 pdfContext->fGraphicsState.fPath.reset();
1172 pdfContext->fGraphicsState.fPath.cubicTo(SkDoubleToScalar(x1), SkDoubleToScalar(y1),
1184 pdfContext->fGraphicsState.fPath.reset();
1198 pdfContext->fGraphicsState.fPath.cubicTo(SkDoubleToScalar(x1), SkDoubleToScalar(y1),
1210 pdfContext->fGraphicsState.fPath.reset();
1221 pdfContext->fGraphicsState.fPath.addRect(SkDoubleToScalar(x),
1233 pdfContext->fGraphicsState.fPath.close();
1239 SkPath path = pdfContext->fGraphicsState.fPath;
1366 pdfContext->fGraphicsState.fPath.reset();
1843 pdfContext->fGraphicsState.fClipPath = pdfContext->fGraphicsState.fPath;
1850 pdfContext->fGraphicsState.fClipPath = pdfContext->fGraphicsState.fPath;