Home
last modified time | relevance | path

Searched refs:setPerspY (Results 1 - 21 of 21) sorted by relevance

/third_party/skia/gm/
H A Dfilltypespersp.cpp110 mat.setPerspY(SK_Scalar1 / 1000);
119 persp.setPerspY(SK_Scalar1 / 500);
H A Ddftext_blob_persp.cpp127 persp.setPerspY(00.005f); in drawBlob()
131 persp.setPerspY(-0.0015f); in drawBlob()
H A Druntimeimagefilter.cpp71 p.setPerspY(-0.0015f); in DEF_SIMPLE_GM_BG()
H A Dbackdrop_imagefilter_croprect.cpp105 persp.setPerspY(0.001f); in DEF_SIMPLE_GM()
H A Dscaledemoji.cpp171 taper.setPerspY(-0.0025f);
H A Dperspshaders.cpp80 fPerspMatrix.setPerspY(SK_Scalar1 / 50);
H A Dstrokedlines.cpp204 m.setPerspY(SK_Scalar1 / 300);
H A Dvertices.cpp288 persp.setPerspY(SK_Scalar1 / 100); in DEF_SIMPLE_GM()
H A Dgradients.cpp322 perspective.setPerspY(SkIntToScalar(i+1) / 500);
356 perspective.setPerspY(0.001f);
/third_party/skia/docs/examples/
H A DMatrix_setPerspY.cpp10 matrix.setPerspY(perspX); in REG_FIDDLE()
/third_party/skia/bench/
H A DRotatedRectBench.cpp117 perspective.setPerspY(1e-3f);
H A DShapesBench.cpp160 fShapes[i].fMatrix.setPerspY(-0.00015f);
H A DMatrixBench.cpp189 fMatrix.setPerspY(2.5f); in InvertMapRectMatrixBench()
H A DRectBench.cpp93 perspective.setPerspY(1e-3f);
H A DCompositingImagesBench.cpp244 m.setPerspY(0.001f); in getTransform()
/third_party/skia/tests/
H A DGrQuadCropTest.cpp218 perspective.setPerspY(0.001f); in test_axis_aligned()
237 perspective.setPerspY(0.001f); in test_crop_fully_covered()
H A DDrawBitmapRectTest.cpp40 mat->setPerspY(rand.nextSScalar1()); in rand_matrix()
H A DGrQuadBufferTest.cpp52 perspective.setPerspY(0.001f); in generate_quads()
H A DMatrixTest.cpp243 perspY.reset().setPerspY(-SK_Scalar1 / 500); in test_matrix_min_max_scale()
377 mat.reset().setPerspY(SK_Scalar1 / 2); in test_matrix_preserve_shape()
H A DRoundRectTest.cpp571 matrix.setPerspY(5); in test_transform_helper()
/third_party/skia/include/core/
H A DSkMatrix.h536 SkMatrix& setPerspY(SkScalar v) { return this->set(kMPersp1, v); } in setPerspY() function in SkMatrix

Completed in 17 milliseconds