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

  /external/skia/experimental/PdfViewer/
SkPdfGraphicsState.h 111 SkMatrix fCTM;
327 fCTM = SkMatrix::I();
  /external/skia/include/core/
SkImageFilter.h 69 fCTM(ctm), fClipBounds(clipBounds), fCache(cache) {
71 const SkMatrix& ctm() const { return fCTM; }
75 SkMatrix fCTM;
SkShader.h 200 const SkMatrix& getCTM() const { return fCTM; }
202 SkMatrix fCTM;
  /external/skia/src/core/
SkRecordDraw.cpp 160 fCTM = &SkMatrix::I();
194 const SkMatrix& ctm() const { return *fCTM; }
215 fCTM->mapRect(&rect);
234 void updateCTM(const Restore& op) { fCTM = &op.matrix; }
235 void updateCTM(const SetMatrix& op) { fCTM = &op.matrix; }
575 // and updateClipBounds() to maintain the exact CTM (fCTM) and conservative
578 const SkMatrix* fCTM;
SkShader.cpp 104 : fShader(shader), fCTM(*rec.fMatrix)
  /external/skia/experimental/PdfViewer/src/
SkPdfRenderer.cpp 584 canvas->setMatrix(pdfContext->fGraphicsState.fCTM);
595 SkMatrix solveImageFlip = pdfContext->fGraphicsState.fCTM;
695 SkTraceMatrix(pdfContext->fGraphicsState.fCTM, "Current matrix");
698 pdfContext->fGraphicsState.fCTM.preConcat(skobj->Matrix(pdfContext->fPdfDoc));
699 SkMatrix matrix = pdfContext->fGraphicsState.fCTM;
706 SkTraceMatrix(pdfContext->fGraphicsState.fCTM, "Total matrix");
707 pdfContext->fGraphicsState.fContentStreamMatrix = pdfContext->fGraphicsState.fCTM;
709 canvas->setMatrix(pdfContext->fGraphicsState.fCTM);
764 pdfContext->fGraphicsState.fCTM = pdfContext->fGraphicsState.fContentStreamMatrix;
799 pdfContext->fGraphicsState.fCTM = pdfContext->fGraphicsState.fMatrixTm
    [all...]

Completed in 350 milliseconds