Lines Matching refs:fPathClosed
1094 if (pdfContext->fGraphicsState.fPathClosed) { in PdfOp_m()
1096 pdfContext->fGraphicsState.fPathClosed = false; in PdfOp_m()
1114 if (pdfContext->fGraphicsState.fPathClosed) { in PdfOp_l()
1116 pdfContext->fGraphicsState.fPathClosed = false; in PdfOp_l()
1134 if (pdfContext->fGraphicsState.fPathClosed) { in PdfOp_c()
1136 pdfContext->fGraphicsState.fPathClosed = false; in PdfOp_c()
1159 if (pdfContext->fGraphicsState.fPathClosed) { in PdfOp_v()
1161 pdfContext->fGraphicsState.fPathClosed = false; in PdfOp_v()
1185 if (pdfContext->fGraphicsState.fPathClosed) { in PdfOp_y()
1187 pdfContext->fGraphicsState.fPathClosed = false; in PdfOp_y()
1211 if (pdfContext->fGraphicsState.fPathClosed) { in PdfOp_re()
1213 pdfContext->fGraphicsState.fPathClosed = false; in PdfOp_re()
1433 pdfContext->fGraphicsState.fPathClosed = true; in PdfOp_n()