Searched refs:fCTM (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrPictureUtils.cpp25 , fCTM(&SkMatrix::I())
73 const SkMatrix* fCTM; member in class:CollectLayers
80 void updateCTM(const SkRecords::Restore& op) { fCTM = &op.matrix; }
81 void updateCTM(const SkRecords::SetMatrix& op) { fCTM = &op.matrix; }
130 dst.fOriginXform = *fCTM;
188 slInfo.fOriginXform = *fCTM;
231 fCTM->mapRect(&rect);
H A DGrLayerCache.h59 , fCTM(ctm) {
60 fCTM.getType(); // force initialization of type so hashes match
73 fCTM.cheapEqualTo(other.fCTM);
80 const SkMatrix& ctm() const { return fCTM; }
91 SkMatrix fCTM; member in struct:GrCachedLayer::Key
/external/skia/src/gpu/
H A DGrPictureUtils.h28 SkMatrix fCTM; member in struct:GPUAccelData::SaveLayerInfo
H A DGrPictureUtils.cpp127 device->fInfo.fCTM = *draw.fMatrix;
128 device->fInfo.fCTM.postTranslate(SkIntToScalar(-device->getOrigin().fX),
H A DSkGpuDevice.cpp1988 canvas->setMatrix(info.fCTM);
/external/chromium_org/third_party/skia/experimental/PdfViewer/
H A DSkPdfGraphicsState.h111 SkMatrix fCTM; member in struct:SkPdfGraphicsState
327 fCTM = SkMatrix::I();
/external/skia/experimental/PdfViewer/
H A DSkPdfGraphicsState.h111 SkMatrix fCTM; member in struct:SkPdfGraphicsState
327 fCTM = SkMatrix::I();
/external/skia/include/core/
H A DSkImageFilter.h65 fCTM(ctm), fClipBounds(clipBounds), fCache(cache) {
67 const SkMatrix& ctm() const { return fCTM; }
71 SkMatrix fCTM; member in class:SkImageFilter::Context
H A DSkShader.h213 const SkMatrix& getCTM() const { return fCTM; }
215 SkMatrix fCTM; member in class:SkShader::Context
/external/chromium_org/third_party/skia/include/core/
H A DSkShader.h206 const SkMatrix& getCTM() const { return fCTM; }
208 SkMatrix fCTM; member in class:SkShader::Context
H A DSkImageFilter.h67 fCTM(ctm), fClipBounds(clipBounds), fCache(cache) {
69 const SkMatrix& ctm() const { return fCTM; }
73 SkMatrix fCTM; member in class:SkImageFilter::Context
/external/chromium_org/third_party/skia/src/core/
H A DSkRecordDraw.cpp140 fCTM = &SkMatrix::I();
185 void updateCTM(const Restore& op) { fCTM = &op.matrix; }
186 void updateCTM(const SetMatrix& op) { fCTM = &op.matrix; }
521 fCTM->mapRect(&rect);
533 // and updateClipBounds() to maintain the exact CTM (fCTM) and conservative
536 const SkMatrix* fCTM; member in class:SkRecords::FillBounds
H A DSkShader.cpp113 : fShader(shader), fCTM(*rec.fMatrix)
/external/chromium_org/third_party/skia/experimental/PdfViewer/src/
H A DSkPdfRenderer.cpp582 canvas->setMatrix(pdfContext->fGraphicsState.fCTM);
593 SkMatrix solveImageFlip = pdfContext->fGraphicsState.fCTM;
693 SkTraceMatrix(pdfContext->fGraphicsState.fCTM, "Current matrix");
696 pdfContext->fGraphicsState.fCTM.preConcat(skobj->Matrix(pdfContext->fPdfDoc));
697 SkMatrix matrix = pdfContext->fGraphicsState.fCTM;
704 SkTraceMatrix(pdfContext->fGraphicsState.fCTM, "Total matrix");
705 pdfContext->fGraphicsState.fContentStreamMatrix = pdfContext->fGraphicsState.fCTM;
707 canvas->setMatrix(pdfContext->fGraphicsState.fCTM);
762 pdfContext->fGraphicsState.fCTM = pdfContext->fGraphicsState.fContentStreamMatrix;
797 pdfContext->fGraphicsState.fCTM
[all...]
/external/skia/experimental/PdfViewer/src/
H A DSkPdfRenderer.cpp582 canvas->setMatrix(pdfContext->fGraphicsState.fCTM);
593 SkMatrix solveImageFlip = pdfContext->fGraphicsState.fCTM;
693 SkTraceMatrix(pdfContext->fGraphicsState.fCTM, "Current matrix");
696 pdfContext->fGraphicsState.fCTM.preConcat(skobj->Matrix(pdfContext->fPdfDoc));
697 SkMatrix matrix = pdfContext->fGraphicsState.fCTM;
704 SkTraceMatrix(pdfContext->fGraphicsState.fCTM, "Total matrix");
705 pdfContext->fGraphicsState.fContentStreamMatrix = pdfContext->fGraphicsState.fCTM;
707 canvas->setMatrix(pdfContext->fGraphicsState.fCTM);
762 pdfContext->fGraphicsState.fCTM = pdfContext->fGraphicsState.fContentStreamMatrix;
797 pdfContext->fGraphicsState.fCTM
[all...]
/external/skia/src/core/
H A DSkShader.cpp104 : fShader(shader), fCTM(*rec.fMatrix)
/external/skia/tests/
H A DPictureTest.cpp874 REPORTER_ASSERT(reporter, info0.fCTM.isIdentity());
881 REPORTER_ASSERT(reporter, info1.fCTM.isIdentity());
889 REPORTER_ASSERT(reporter, info2.fCTM.isIdentity()); // translated
897 REPORTER_ASSERT(reporter, info3.fCTM.isIdentity());
906 REPORTER_ASSERT(reporter, info4.fCTM.isIdentity());

Completed in 8209 milliseconds