Home
last modified time | relevance | path

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

12

/external/skia/tests/
DMatrixTest.cpp181 rot90Scale.postScale(SK_Scalar1 / 4, SK_Scalar1 / 2); in test_matrix_min_max_scale()
410 mat.postScale(SkIntToScalar(2), SkIntToScalar(2)); in test_matrix_preserve_shape()
417 mat.postScale(SkIntToScalar(3), SkIntToScalar(2)); in test_matrix_preserve_shape()
532 mat.postScale(kScale0, kScale0); in test_matrix_decomposition()
544 mat.postScale(kScale1, -kScale1); in test_matrix_decomposition()
556 mat.postScale(kScale1, kScale0); in test_matrix_decomposition()
562 mat.postScale(kScale1, kScale0); in test_matrix_decomposition()
580 mat.postScale(kScale0, kScale0); in test_matrix_decomposition()
587 mat.postScale(kScale1, kScale0); in test_matrix_decomposition()
594 mat.postScale(-kScale1, kScale0); in test_matrix_decomposition()
[all …]
/external/skia/src/pdf/
DSkPDFShader.cpp177 leftMatrix.postScale(SK_Scalar1, -SK_Scalar1); in make_image_shader()
195 rightMatrix.postScale(SK_Scalar1, -SK_Scalar1); in make_image_shader()
216 topMatrix.postScale(-1, 1); in make_image_shader()
234 bottomMatrix.postScale(-1, 1); in make_image_shader()
/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/bench/
DMatrixBench.cpp155 fMatrix[i].postScale(sx, sy); in onDelayedSetup()
179 fMatrix.postScale(1.5f, 2.5f); in InvertMapRectMatrixBench()
270 static SkMatrix make_scale() { SkMatrix m(make_trans()); m.postScale(1.5f, 0.5f); return m; } in make_scale()
/external/skia/gm/
Dimagealphathreshold.cpp66 matrix.postScale(.8f, .8f); in onDraw()
129 matrix.postScale(.8f, .8f); in onDraw()
Dbigmatrix.cpp20 m.postScale(3000 * SK_Scalar1, 3000 * SK_Scalar1);
Dxfermodes.cpp130 m.postScale(SK_ScalarHalf, SK_ScalarHalf, x, y); in draw_mode()
176 m.postScale(SK_ScalarHalf, SK_ScalarHalf, x, y); in draw_mode()
Dfilterindiabox.cpp56 fMatrix[1].setRotate(30, cx, cy); fMatrix[1].postScale(horizScale, vertScale); in onOnceBeforeDraw()
Dshadertext3.cpp102 localM.postScale(1.15f, .85f); in onDraw()
Ddrawminibitmaprect.cpp58 mat.postScale(SK_Scalar1 / 4, SK_Scalar1 / 4); in makebm()
Dpictureshadertile.cpp115 localMatrix.postScale(kFillSize / (2 * kPictureSize), in onOnceBeforeDraw()
Dshadowutils.cpp52 m->postScale(1.2f, 0.8f, 25.f, 25.f); in draw_paths()
Dfilterbitmap.cpp56 fMatrix[1].setRotate(30, cx, cy); fMatrix[1].postScale(scale, scale); in onOnceBeforeDraw()
/external/skia/include/core/
DSkMatrix44.h344 void postScale(SkMScalar sx, SkMScalar sy, SkMScalar sz);
352 inline void postScale(SkMScalar scale) { in postScale() function
353 this->postScale(scale, scale, scale); in postScale()
DSkMatrix.h308 void postScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py);
312 void postScale(SkScalar sx, SkScalar sy);
/external/skia/src/core/
DSkBitmapController.cpp173 fInvMatrix.postScale(SkIntToScalar(dstW) / provider.width(), in processHQRequest()
223 fInvMatrix.postScale(invScaleFixup.width(), invScaleFixup.height()); in processMediumRequest()
/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/src/gpu/
DGrTextureMaker.cpp107 adjustedMatrix.postScale(scaleAdjust[0], scaleAdjust[1]); in createFragmentProcessor()
DGrTextureAdjuster.cpp140 textureMatrix.postScale(scaleAdjust[0], scaleAdjust[1]); in createFragmentProcessor()
/external/skia/debugger/QT/
DSkCanvasWidget.cpp143 fUserMatrix.postScale(scale, scale, px, py); in zoom()
/external/skia/src/shaders/gradients/
DSkRadialGradient.cpp28 matrix.postScale(inv, inv); in rad_to_unit_matrix()
367 matrix->postScale(1/fRadius, 1/fRadius); in adjustMatrixAndAppendStages()
DSkTwoPointConicalGradient_gpu.cpp326 matrix.postScale(invRadius, invRadius); in set_matrix_focal_conical()
356 matrix.postScale(s, s * SkScalarSqrt(oneMinusF2)); in set_matrix_focal_conical()
359 matrix.postScale(s, s); in set_matrix_focal_conical()
784 matrix.postScale(invStartRad, invStartRad); in set_matrix_circle_conical()
806 matrix.postScale(C, C); in set_matrix_circle_conical()
/external/skia/samplecode/
DSampleShadowUtils.cpp166 m->postScale(1.2f, 0.8f, 25.f, 25.f); in onDrawContent()
/external/skia/src/gpu/effects/
DGrBezierEffect.h239 devKLM.postScale(-1, -1); in Make()

12