HomeSort by relevance Sort by last modified time
    Searched refs:fGraphicsState (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/skia/experimental/PdfViewer/inc/
SkPdfContext.h 30 SkPdfGraphicsState fGraphicsState;
  /external/skia/experimental/PdfViewer/inc/
SkPdfContext.h 30 SkPdfGraphicsState fGraphicsState;
  /external/chromium_org/third_party/skia/experimental/PdfViewer/src/
SkPdfRenderer.cpp 307 SkPdfFont* skfont = pdfContext->fGraphicsState.fSkFont;
336 if (pdfContext->fGraphicsState.fCurFontSize != 0) {
337 paint.setTextSize(SkDoubleToScalar(pdfContext->fGraphicsState.fCurFontSize));
345 pdfContext->fGraphicsState.applyGraphicsState(&paint, false);
569 return pdfContext->fGraphicsState.fSMask;
582 canvas->setMatrix(pdfContext->fGraphicsState.fCTM);
593 SkMatrix solveImageFlip = pdfContext->fGraphicsState.fCTM;
616 pdfContext->fGraphicsState.applyGraphicsState(&paint, false);
661 pdfContext->fGraphicsState.applyGraphicsState(&paint, false);
690 pdfContext->fGraphicsState.fResources = skobj->Resources(pdfContext->fPdfDoc)
    [all...]
  /external/skia/experimental/PdfViewer/src/
SkPdfRenderer.cpp 307 SkPdfFont* skfont = pdfContext->fGraphicsState.fSkFont;
336 if (pdfContext->fGraphicsState.fCurFontSize != 0) {
337 paint.setTextSize(SkDoubleToScalar(pdfContext->fGraphicsState.fCurFontSize));
345 pdfContext->fGraphicsState.applyGraphicsState(&paint, false);
569 return pdfContext->fGraphicsState.fSMask;
582 canvas->setMatrix(pdfContext->fGraphicsState.fCTM);
593 SkMatrix solveImageFlip = pdfContext->fGraphicsState.fCTM;
616 pdfContext->fGraphicsState.applyGraphicsState(&paint, false);
661 pdfContext->fGraphicsState.applyGraphicsState(&paint, false);
690 pdfContext->fGraphicsState.fResources = skobj->Resources(pdfContext->fPdfDoc)
    [all...]
  /external/chromium_org/third_party/skia/experimental/PdfViewer/
SkPdfFont.h 186 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 *
  /external/skia/experimental/PdfViewer/
SkPdfFont.h 186 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 8143 milliseconds