Home
last modified time | relevance | path

Searched refs:asM33 (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/modules/sksg/src/
DSkSGTransform.cpp24 SkMatrix AsSkMatrix<SkM44>(const SkM44& m) { return m.asM33(); } in AsSkMatrix()
138 SkMatrix Matrix<SkM44>::asMatrix() const { return fMatrix.asM33(); } in asMatrix()
/third_party/skia/experimental/graphite/src/geom/
DTransform_graphite.h49 operator SkMatrix() const { return fM.asM33(); } in SkMatrix()
/third_party/skia/modules/androidkit/src/
DImage.cpp53 ? image->makeShader(tmx, tmy, sampling, lm->asM33()) in Image_MakeShader()
DGradients.cpp28 , fLocalMatrix(native_lm ? reinterpret_cast<const SkM44*>(native_lm)->asM33() : SkMatrix()) in GradientData()
/third_party/skia/src/core/
DSkMatrixProvider.h22 , fLocalToDevice33(localToDevice.asM33()) {} in SkMatrixProvider()
DSkDevice.cpp62 fLocalToDevice33 = fLocalToDevice.asM33(); in setDeviceCoordinateSystem()
71 fLocalToDevice33 = fLocalToDevice.asM33(); in setGlobalCTM()
98 return (dstDevice.fGlobalToDevice * fDeviceToGlobal).asM33(); in getRelativeTransform()
DSkRecordDraw.cpp98 DRAW(SetMatrix, setMatrix(fInitialCTM.asM33() * r.matrix));
261 void updateCTM(const SetM44& op) { fCTM = op.matrix.asM33(); } in updateCTM()
262 void updateCTM(const Concat44& op) { fCTM.preConcat(op.matrix.asM33()); } in updateCTM()
DSkCanvas.cpp838 SkMatrix localToSrc = (src->globalToDevice() * fMCRec->fMatrix).asM33(); in internalDrawDeviceWithFilter()
1522 if (!path.isInverseFillType() && fMCRec->fMatrix.asM33().rectStaysRect()) { in clipPath()
1656 if (!fMCRec->fMatrix.asM33().invert(&inverse)) { in getLocalClipBounds()
1696 return fMCRec->fMatrix.asM33(); in getTotalMatrix()
DSkDevice.h191 fLocalToDevice33 = fLocalToDevice.asM33(); in setLocalToDevice()
/third_party/skia/bench/
DMatrix44Bench.cpp241 fM33 = fM.asM33(); in M33_mapRectBench()
/third_party/skia/samplecode/
DSampleClip.cpp532 if (SkPathPriv::PerspectiveClip(fPath, mx.asM33(), &clippedPath)) { in onDrawContent()
541 SkHalfPlane hpw = half_plane_w0(mx.asM33()); in onDrawContent()
/third_party/skia/gm/
Dimagefilterstransformed.cpp351 finalFilter = SkImageFilters::MatrixTransform(m.asM33(), sampling, imageFilter);
/third_party/skia/src/gpu/v1/
DDevice.cpp269 fClip.clipRect(this->globalToDevice().asM33(), SkRect::Make(globalRgn.getBounds()), aa, op); in onClipRegion()
273 fClip.clipPath(this->globalToDevice().asM33(), path, aa, op); in onClipRegion()
/third_party/skia/tests/
DM44Test.cpp331 path.transform(m.asM33(), SkApplyPerspectiveClip::kYes); in DEF_TEST()
/third_party/skia/include/core/
DSkM44.h400 SkMatrix asM33() const { in asM33() function
DSkCanvas.h2179 return this->getLocalToDevice().asM33(); in getLocalToDeviceAs3x3()
/third_party/skia/src/pdf/
DSkPDFDevice.cpp335 SkMatrix pageXform = this->deviceToGlobal().asM33(); in drawAnnotation()