/external/skia/tests/ |
D | MatrixTest.cpp | 181 rot90Scale.postScale(SK_Scalar1 / 4, SK_Scalar1 / 2); in test_matrix_min_max_scale() 404 mat.postScale(SkIntToScalar(2), SkIntToScalar(2)); in test_matrix_preserve_shape() 411 mat.postScale(SkIntToScalar(3), SkIntToScalar(2)); in test_matrix_preserve_shape() 526 mat.postScale(kScale0, kScale0); in test_matrix_decomposition() 538 mat.postScale(kScale1, -kScale1); in test_matrix_decomposition() 550 mat.postScale(kScale1, kScale0); in test_matrix_decomposition() 556 mat.postScale(kScale1, kScale0); in test_matrix_decomposition() 574 mat.postScale(kScale0, kScale0); in test_matrix_decomposition() 581 mat.postScale(kScale1, kScale0); in test_matrix_decomposition() 588 mat.postScale(-kScale1, kScale0); in test_matrix_decomposition() [all …]
|
/external/skia/bench/ |
D | MatrixBench.cpp | 156 fMatrix[i].postScale(sx, sy); in onDelayedSetup() 180 fMatrix.postScale(1.5f, 2.5f); in InvertMapRectMatrixBench() 271 static SkMatrix make_scale() { SkMatrix m(make_trans()); m.postScale(1.5f, 0.5f); return m; } in make_scale()
|
D | Matrix44Bench.cpp | 240 fM0.postScale(fX, fY, fZ); in performTest()
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
D | TransformationUtils.java | 296 matrix.postScale(-1, 1); in initializeMatrixForRotation() 300 matrix.postScale(-1, 1); in initializeMatrixForRotation() 307 matrix.postScale(-1, 1); in initializeMatrixForRotation()
|
/external/skia/src/core/ |
D | SkBitmapController.cpp | 141 fInvMatrix.postScale(SkIntToScalar(dstW) / provider.width(), in processHQRequest() 188 fInvMatrix.postScale(invScaleFixup.width(), invScaleFixup.height()); in processMediumRequest()
|
/external/skia/include/utils/ |
D | SkMatrix44.h | 320 void postScale(SkMScalar sx, SkMScalar sy, SkMScalar sz); 328 inline void postScale(SkMScalar scale) { in postScale() function 329 this->postScale(scale, scale, scale); in postScale()
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowMatrix.java | 61 public boolean postScale(float sx, float sy, float px, float py) { in postScale() method in ShadowMatrix
|
/external/skia/include/effects/ |
D | SkColorMatrix.h | 37 void postScale(SkScalar rScale, SkScalar gScale, SkScalar bScale,
|
/external/skia/gm/ |
D | bigmatrix.cpp | 19 m.postScale(3000 * SK_Scalar1, 3000 * SK_Scalar1);
|
D | xfermodes.cpp | 169 m.postScale(SK_ScalarHalf, SK_ScalarHalf, x, y); in draw_mode() 215 m.postScale(SK_ScalarHalf, SK_ScalarHalf, x, y); in draw_mode()
|
D | imagealphathreshold.cpp | 66 matrix.postScale(.8f, .8f); in onDraw()
|
D | filterindiabox.cpp | 56 fMatrix[1].setRotate(30, cx, cy); fMatrix[1].postScale(horizScale, vertScale); in onOnceBeforeDraw()
|
D | shadertext3.cpp | 101 localM.postScale(1.15f, .85f); in onDraw()
|
D | pictureshadertile.cpp | 115 localMatrix.postScale(kFillSize / (2 * kPictureSize), in onOnceBeforeDraw()
|
D | drawminibitmaprect.cpp | 57 mat.postScale(SK_Scalar1 / 4, SK_Scalar1 / 4); in makebm()
|
D | texturedomaineffect.cpp | 98 textureMatrices.back().postScale(1.5f, 0.85f); in onDraw()
|
D | filterbitmap.cpp | 56 fMatrix[1].setRotate(30, cx, cy); fMatrix[1].postScale(scale, scale); in onOnceBeforeDraw()
|
D | drawbitmaprect.cpp | 80 mat.postScale(SK_Scalar1 / 4, SK_Scalar1 / 4); in makebm()
|
/external/skia/src/effects/gradients/ |
D | SkTwoPointConicalGradient_gpu.cpp | 332 matrix.postScale(invRadius, invRadius); in set_matrix_focal_conical() 363 matrix.postScale(s, s * SkScalarSqrt(oneMinusF2)); in set_matrix_focal_conical() 366 matrix.postScale(s, s); in set_matrix_focal_conical() 794 matrix.postScale(invStartRad, invStartRad); in set_matrix_circle_conical() 816 matrix.postScale(C, C); in set_matrix_circle_conical()
|
/external/skia/debugger/QT/ |
D | SkCanvasWidget.cpp | 143 fUserMatrix.postScale(scale, scale, px, py); in zoom()
|
/external/skia/src/pdf/ |
D | SkPDFShader.cpp | 957 leftMatrix.postScale(SK_Scalar1, -SK_Scalar1); in Create() 975 rightMatrix.postScale(SK_Scalar1, -SK_Scalar1); in Create() 995 topMatrix.postScale(-1, 1); in Create() 1013 bottomMatrix.postScale(-1, 1); in Create()
|
/external/skia/include/core/ |
D | SkMatrix.h | 306 void postScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py); 310 void postScale(SkScalar sx, SkScalar sy);
|
/external/skia/samplecode/ |
D | SampleSkLayer.cpp | 84 m0.postScale(SkDoubleToMScalar(0.5)); in test44()
|
/external/skia/src/gpu/ |
D | GrTestUtils.cpp | 28 gMatrices[3].postScale(SkIntToScalar(2), SK_ScalarHalf); in test_matrix()
|
/external/skia/src/views/ |
D | SkTouchGesture.cpp | 250 fLocalM.postScale(scale, scale); in touchMoved()
|