Home
last modified time | relevance | path

Searched refs:preConcat (Results 1 – 25 of 86) sorted by relevance

1234

/third_party/flutter/skia/src/shaders/
DSkLocalMatrixShader.cpp44 lm.writable()->preConcat(*rec.fLocalMatrix); in onMakeContext()
79 lm.writable()->preConcat(*rec.fLocalM); in onAppendStages()
98 otherLocalMatrix.preConcat(localMatrix); in makeWithLocalMatrix()
/third_party/skia/src/shaders/
DSkLocalMatrixShader.cpp47 lm.writable()->preConcat(*rec.fLocalMatrix); in onMakeContext()
71 lm.writable()->preConcat(*rec.fLocalM); in onAppendStages()
87 lm.writable()->preConcat(*localM); in onProgram()
105 otherLocalMatrix.preConcat(localMatrix); in makeWithLocalMatrix()
/third_party/skia/src/gpu/effects/
DGrMatrixEffect.cpp23 me->fMatrix.preConcat(matrix); in Make()
48 m.preConcat(mtx.fMatrix); in onMakeProgramImpl()
/third_party/skia/src/utils/
DSkCamera.cpp205 fRec->fMatrix.preConcat(SkM44::Rotate({1, 0, 0}, deg * SK_ScalarPI / 180)); in rotateX()
209 fRec->fMatrix.preConcat(SkM44::Rotate({0,-1, 0}, deg * SK_ScalarPI / 180)); in rotateY()
213 fRec->fMatrix.preConcat(SkM44::Rotate({0, 0, 1}, deg * SK_ScalarPI / 180)); in rotateZ()
/third_party/skia/modules/androidkit/src/
DMatrix.cpp57 mA->preConcat(*mB); in Matrix_PreConcat()
102 matrix->preConcat(rotate); in Matrix_Rotate()
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/
DCubeActivity.java161 .preConcat(mRotMatrix); in rotate()
206 .preConcat(Matrix.makePerspective(0.05f, viewDistance, viewAngle)) in onSurfaceInitialized()
208 .preConcat(Matrix.makeLookAt(0, 0, -viewDistance, 0, 0, 0, 0, 1, 0)); in onSurfaceInitialized()
/third_party/flutter/skia/docs/examples/
DMatrix_preConcat.cpp12 matrix.preConcat(matrix2); in draw()
/third_party/skia/docs/examples/
DMatrix_preConcat.cpp12 matrix.preConcat(matrix2); in draw()
/third_party/flutter/skia/src/core/
DSkDrawShadowInfo.cpp34 shadowTransform->preConcat(ctm); in GetSpotShadowTransform()
108 shadowTransform->preConcat(toHomogeneous); in GetSpotShadowTransform()
DSkMatrix.cpp290 return this->preConcat(m); in preTranslate()
339 return this->preConcat(m); in preScale()
478 return this->preConcat(m); in preRotate()
484 return this->preConcat(m); in preRotate()
528 return this->preConcat(m); in preSkew()
534 return this->preConcat(m); in preSkew()
688 SkMatrix& SkMatrix::preConcat(const SkMatrix& mat) { in preConcat() function in SkMatrix
/third_party/flutter/skia/include/effects/
DSkColorMatrix.h39 void preConcat(const SkColorMatrix& mat) { this->setConcat(*this, mat); } in preConcat() function
/third_party/skia/include/effects/
DSkColorMatrix.h41 void preConcat(const SkColorMatrix& mat) { this->setConcat(*this, mat); } in preConcat() function
/third_party/skia/src/core/
DSkDrawShadowInfo.cpp56 shadowTransform->preConcat(ctm); in GetSpotShadowTransform()
130 shadowTransform->preConcat(toHomogeneous); in GetSpotShadowTransform()
DSkMatrixProvider.h91 localToMarker->preConcat(fPreMatrix); in getLocalToMarker()
/third_party/flutter/skia/src/gpu/gl/
DGrGLPathRendering.h112 combined.preConcat(fViewMatrix); in getRTAdjustedGLMatrix()
/third_party/skia/modules/svg/src/
DSkSVGSVG.cpp33 contentMatrix.preConcat(ComputeViewboxMatrix(viewBox, viewPortRect, fPreserveAspectRatio)); in onPrepareToRender()
/third_party/flutter/skia/modules/skottie/src/
DSkottieAdapter.cpp176 t.preConcat(persp_t); in totalMatrix()
177 t.preConcat(cam_t); in totalMatrix()
/third_party/flutter/skia/experimental/svg/model/
DSkSVGSVG.cpp31 contentMatrix.preConcat( in onPrepareToRender()
/third_party/skia/modules/skottie/src/effects/
DInvertEffect.cpp120 m.preConcat (RGB2YIQ); in onSync()
DShadowStyles.cpp77 cm.preConcat({1, 0, 0, 0, 0, in onSync()
DGlowStyles.cpp58 mask_cm.preConcat({ in onSync()
/third_party/flutter/skia/src/gpu/effects/
DGrYUVtoRGBEffect.h66 planeMatrix.preConcat(localMatrix);
/third_party/flutter/skia/src/effects/
DSkColorMatrix.cpp100 this->preConcat(tmp); in preRotate()
/third_party/skia/gm/
Danimated_image_orientation.cpp118 matrix.preConcat(SkEncodedOriginToMatrix(origin, in onDraw()
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
DMatrix.java105 public Matrix preConcat(Matrix b) { in preConcat() method in Matrix

1234