Home
last modified time | relevance | path

Searched refs:postScale (Results 1 – 25 of 51) sorted by relevance

123

/external/skia/tests/
DMatrixTest.cpp181 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/
DMatrixBench.cpp156 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()
DMatrix44Bench.cpp240 fM0.postScale(fX, fY, fZ); in performTest()
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
DTransformationUtils.java296 matrix.postScale(-1, 1); in initializeMatrixForRotation()
300 matrix.postScale(-1, 1); in initializeMatrixForRotation()
307 matrix.postScale(-1, 1); in initializeMatrixForRotation()
/external/skia/src/core/
DSkBitmapController.cpp141 fInvMatrix.postScale(SkIntToScalar(dstW) / provider.width(), in processHQRequest()
188 fInvMatrix.postScale(invScaleFixup.width(), invScaleFixup.height()); in processMediumRequest()
/external/skia/include/utils/
DSkMatrix44.h320 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/
DShadowMatrix.java61 public boolean postScale(float sx, float sy, float px, float py) { in postScale() method in ShadowMatrix
/external/skia/include/effects/
DSkColorMatrix.h37 void postScale(SkScalar rScale, SkScalar gScale, SkScalar bScale,
/external/skia/gm/
Dbigmatrix.cpp19 m.postScale(3000 * SK_Scalar1, 3000 * SK_Scalar1);
Dxfermodes.cpp169 m.postScale(SK_ScalarHalf, SK_ScalarHalf, x, y); in draw_mode()
215 m.postScale(SK_ScalarHalf, SK_ScalarHalf, x, y); in draw_mode()
Dimagealphathreshold.cpp66 matrix.postScale(.8f, .8f); in onDraw()
Dfilterindiabox.cpp56 fMatrix[1].setRotate(30, cx, cy); fMatrix[1].postScale(horizScale, vertScale); in onOnceBeforeDraw()
Dshadertext3.cpp101 localM.postScale(1.15f, .85f); in onDraw()
Dpictureshadertile.cpp115 localMatrix.postScale(kFillSize / (2 * kPictureSize), in onOnceBeforeDraw()
Ddrawminibitmaprect.cpp57 mat.postScale(SK_Scalar1 / 4, SK_Scalar1 / 4); in makebm()
Dtexturedomaineffect.cpp98 textureMatrices.back().postScale(1.5f, 0.85f); in onDraw()
Dfilterbitmap.cpp56 fMatrix[1].setRotate(30, cx, cy); fMatrix[1].postScale(scale, scale); in onOnceBeforeDraw()
Ddrawbitmaprect.cpp80 mat.postScale(SK_Scalar1 / 4, SK_Scalar1 / 4); in makebm()
/external/skia/src/effects/gradients/
DSkTwoPointConicalGradient_gpu.cpp332 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/
DSkCanvasWidget.cpp143 fUserMatrix.postScale(scale, scale, px, py); in zoom()
/external/skia/src/pdf/
DSkPDFShader.cpp957 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/
DSkMatrix.h306 void postScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py);
310 void postScale(SkScalar sx, SkScalar sy);
/external/skia/samplecode/
DSampleSkLayer.cpp84 m0.postScale(SkDoubleToMScalar(0.5)); in test44()
/external/skia/src/gpu/
DGrTestUtils.cpp28 gMatrices[3].postScale(SkIntToScalar(2), SK_ScalarHalf); in test_matrix()
/external/skia/src/views/
DSkTouchGesture.cpp250 fLocalM.postScale(scale, scale); in touchMoved()

123