Searched refs:fGraphicsState (Results 1 - 3 of 3) sorted by relevance

/external/skia/experimental/PdfViewer/inc/
H A DSkPdfContext.h30 SkPdfGraphicsState fGraphicsState; member in class:SkPdfContext
/external/skia/experimental/PdfViewer/src/
H A DSkPdfRenderer.cpp308 SkPdfFont* skfont = pdfContext->fGraphicsState.fSkFont;
337 if (pdfContext->fGraphicsState.fCurFontSize != 0) {
338 paint.setTextSize(SkDoubleToScalar(pdfContext->fGraphicsState.fCurFontSize));
346 pdfContext->fGraphicsState.applyGraphicsState(&paint, false);
571 return pdfContext->fGraphicsState.fSMask;
584 canvas->setMatrix(pdfContext->fGraphicsState.fCTM);
595 SkMatrix solveImageFlip = pdfContext->fGraphicsState.fCTM;
618 pdfContext->fGraphicsState.applyGraphicsState(&paint, false);
663 pdfContext->fGraphicsState.applyGraphicsState(&paint, false);
692 pdfContext->fGraphicsState
[all...]
/external/skia/experimental/PdfViewer/
H A DSkPdfFont.h186 canvas->setMatrix(pdfContext->fGraphicsState.fMatrixTm);
189 pdfContext->fGraphicsState.fMatrixTm.mapPoints(&point, 1);
202 canvas->setMatrix(pdfContext->fGraphicsState.fMatrixTm);
207 pdfContext->fGraphicsState.fMatrixTm.preTranslate(SkDoubleToScalar(width),
466 pdfContext->fGraphicsState.fCurFontSize);
469 pdfContext->fGraphicsState.fMatrixTm.preTranslate(
470 SkDoubleToScalar(pdfContext->fGraphicsState.fCurFontSize *

Completed in 482 milliseconds