Searched defs:deviceMatrix (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/core/
H A DSkScalerContext.cpp656 SkMatrix deviceMatrix; local
657 this->getMatrixFrom2x2(&deviceMatrix);
658 m->postConcat(deviceMatrix);
895 const SkMatrix* deviceMatrix,
899 SkASSERT(deviceMatrix == nullptr || !deviceMatrix->hasPerspective());
912 if (deviceMatrix) {
913 const SkMatrix::TypeMask mask = deviceMatrix->getType();
915 rec->fPost2x2[0][0] = sk_relax(deviceMatrix->getScaleX());
916 rec->fPost2x2[1][1] = sk_relax(deviceMatrix
[all...]
H A DSkGlyphCache.cpp812 const SkMatrix* deviceMatrix) {
817 paint, surfaceProps, scalerContextFlags, deviceMatrix, &ad, &effects);
809 DetachCacheUsingPaint(const SkPaint& paint, const SkSurfaceProps* surfaceProps, SkScalerContextFlags scalerContextFlags, const SkMatrix* deviceMatrix) argument
/external/skqp/src/core/
H A DSkScalerContext.cpp662 SkMatrix deviceMatrix; local
663 this->getMatrixFrom2x2(&deviceMatrix);
664 m->postConcat(deviceMatrix);
901 const SkMatrix* deviceMatrix,
905 SkASSERT(deviceMatrix == nullptr || !deviceMatrix->hasPerspective());
918 if (deviceMatrix) {
919 const SkMatrix::TypeMask mask = deviceMatrix->getType();
921 rec->fPost2x2[0][0] = sk_relax(deviceMatrix->getScaleX());
922 rec->fPost2x2[1][1] = sk_relax(deviceMatrix
[all...]
H A DSkGlyphCache.cpp818 const SkMatrix* deviceMatrix) {
823 paint, surfaceProps, scalerContextFlags, deviceMatrix, &ad, &effects);
815 DetachCacheUsingPaint(const SkPaint& paint, const SkSurfaceProps* surfaceProps, SkScalerContextFlags scalerContextFlags, const SkMatrix* deviceMatrix) argument
/external/pdfium/core/fxge/skia/
H A Dfx_skia_device.cpp1804 const CFX_Matrix* deviceMatrix = pObject2Device ? pObject2Device : &identity; local
1805 bool cached = m_pCache->SetClipFill(pPathData, deviceMatrix, fill_mode);
1817 if (pPathData->IsRect(deviceMatrix, &rectf)) {
1841 SkMatrix skMatrix = ToSkMatrix(*deviceMatrix);

Completed in 837 milliseconds