/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()
|
D | SkShader.cpp | 55 m.writable()->preConcat(*preLocalMatrix); in totalLocalMatrix()
|
/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/skia/docs/examples/ |
D | Matrix_preConcat.cpp | 12 matrix.preConcat(matrix2); in draw()
|
/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()
|
D | SkMatrix.cpp | 286 return this->preConcat(m); in preTranslate() 335 return this->preConcat(m); in preScale() 474 return this->preConcat(m); in preRotate() 480 return this->preConcat(m); in preRotate() 524 return this->preConcat(m); in preSkew() 530 return this->preConcat(m); in preSkew() 683 SkMatrix& SkMatrix::preConcat(const SkMatrix& mat) { in preConcat() function in SkMatrix
|
D | SkImageFilterTypes.cpp | 90 fLayerToDevMatrix.preConcat(invLayer); in adjustLayerSpace()
|
D | SkRecordDraw.cpp | 262 void updateCTM(const Concat44& op) { fCTM.preConcat(op.matrix.asM33()); } in updateCTM() 263 void updateCTM(const Concat& op) { fCTM.preConcat(op.matrix); } in updateCTM()
|
/third_party/skia/modules/svg/src/ |
D | SkSVGSVG.cpp | 33 contentMatrix.preConcat(ComputeViewboxMatrix(viewBox, viewPortRect, fPreserveAspectRatio)); 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/skia/gm/ |
D | animated_image_orientation.cpp | 118 matrix.preConcat(SkEncodedOriginToMatrix(origin, in onDraw()
|
D | flippity.cpp | 154 tmp.preConcat(yFlip); in UVMatToGeomMatForImage()
|
/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
|
/third_party/skia/experimental/xform/ |
D | XContext.cpp | 41 fCTM.preConcat(m); in concat()
|
/third_party/skia/bench/ |
D | Matrix44Bench.cpp | 181 fM.preConcat(SkM44::Rotate({0.f, 1.f, 0.f}, 0.008f /* radians */)); in MapRectBench()
|
/third_party/skia/include/core/ |
D | SkM44.h | 335 SkM44& preConcat(const SkM44& m) { in preConcat() function 418 SkM44& preConcat(const SkMatrix&);
|
/third_party/skia/modules/sksg/src/ |
D | SkSGRenderNode.cpp | 74 lm.preConcat(base); in LocalShader()
|
/third_party/skia/src/ports/ |
D | SkFontHost_FreeType_common.cpp | 1147 ctm->preConcat(transform_matrix); in colrv1_traverse_paint_bounds() 1155 ctm->preConcat(transform_matrix); in colrv1_traverse_paint_bounds() 1163 ctm->preConcat(transform_matrix); in colrv1_traverse_paint_bounds() 1171 ctm->preConcat(transform_matrix); in colrv1_traverse_paint_bounds() 1179 ctm->preConcat(transform_matrix); in colrv1_traverse_paint_bounds()
|