Home
last modified time | relevance | path

Searched refs:fPathClosed (Results 1 – 2 of 2) sorted by relevance

/external/skia/experimental/PdfViewer/
DSkPdfGraphicsState.h91 bool fPathClosed; member
330 fPathClosed = true; in SkPdfGraphicsState()
/external/skia/experimental/PdfViewer/src/
DSkPdfRenderer.cpp1094 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()
[all …]