/third_party/flutter/skia/src/shaders/ |
D | SkLocalMatrixShader.cpp | 44 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/ |
D | SkLocalMatrixShader.cpp | 47 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/ |
D | GrMatrixEffect.cpp | 23 me->fMatrix.preConcat(matrix); in Make() 48 m.preConcat(mtx.fMatrix); in onMakeProgramImpl()
|
/third_party/skia/src/utils/ |
D | SkCamera.cpp | 205 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/ |
D | Matrix.cpp | 57 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/ |
D | CubeActivity.java | 161 .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/ |
D | Matrix_preConcat.cpp | 12 matrix.preConcat(matrix2); in draw()
|
/third_party/skia/docs/examples/ |
D | Matrix_preConcat.cpp | 12 matrix.preConcat(matrix2); in draw()
|
/third_party/flutter/skia/src/core/ |
D | SkDrawShadowInfo.cpp | 34 shadowTransform->preConcat(ctm); in GetSpotShadowTransform() 108 shadowTransform->preConcat(toHomogeneous); in GetSpotShadowTransform()
|
D | SkMatrix.cpp | 290 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/ |
D | SkColorMatrix.h | 39 void preConcat(const SkColorMatrix& mat) { this->setConcat(*this, mat); } in preConcat() function
|
/third_party/skia/include/effects/ |
D | SkColorMatrix.h | 41 void preConcat(const SkColorMatrix& mat) { this->setConcat(*this, mat); } in preConcat() function
|
/third_party/skia/src/core/ |
D | SkDrawShadowInfo.cpp | 56 shadowTransform->preConcat(ctm); in GetSpotShadowTransform() 130 shadowTransform->preConcat(toHomogeneous); in GetSpotShadowTransform()
|
D | SkMatrixProvider.h | 91 localToMarker->preConcat(fPreMatrix); in getLocalToMarker()
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLPathRendering.h | 112 combined.preConcat(fViewMatrix); in getRTAdjustedGLMatrix()
|
/third_party/skia/modules/svg/src/ |
D | SkSVGSVG.cpp | 33 contentMatrix.preConcat(ComputeViewboxMatrix(viewBox, viewPortRect, fPreserveAspectRatio)); in onPrepareToRender()
|
/third_party/flutter/skia/modules/skottie/src/ |
D | SkottieAdapter.cpp | 176 t.preConcat(persp_t); in totalMatrix() 177 t.preConcat(cam_t); in totalMatrix()
|
/third_party/flutter/skia/experimental/svg/model/ |
D | SkSVGSVG.cpp | 31 contentMatrix.preConcat( in onPrepareToRender()
|
/third_party/skia/modules/skottie/src/effects/ |
D | InvertEffect.cpp | 120 m.preConcat (RGB2YIQ); in onSync()
|
D | ShadowStyles.cpp | 77 cm.preConcat({1, 0, 0, 0, 0, in onSync()
|
D | GlowStyles.cpp | 58 mask_cm.preConcat({ in onSync()
|
/third_party/flutter/skia/src/gpu/effects/ |
D | GrYUVtoRGBEffect.h | 66 planeMatrix.preConcat(localMatrix);
|
/third_party/flutter/skia/src/effects/ |
D | SkColorMatrix.cpp | 100 this->preConcat(tmp); in preRotate()
|
/third_party/skia/gm/ |
D | animated_image_orientation.cpp | 118 matrix.preConcat(SkEncodedOriginToMatrix(origin, in onDraw()
|
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
D | Matrix.java | 105 public Matrix preConcat(Matrix b) { in preConcat() method in Matrix
|