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

/external/chromium_org/third_party/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/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/chromium_org/third_party/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.h210 const SkMatrix& getCTM() const { return fCTM; }
212 SkMatrix fCTM; member in class:SkShader::Context
/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/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/chromium_org/third_party/skia/src/core/
H A DSkShader.cpp98 : fShader(shader), fCTM(*rec.fMatrix)
/external/skia/src/core/
H A DSkShader.cpp104 : fShader(shader), fCTM(*rec.fMatrix)
/external/chromium_org/third_party/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());
/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 538 milliseconds