Home
last modified time | relevance | path

Searched refs:setPerspX (Results 1 - 18 of 18) sorted by relevance

/third_party/skia/gm/
H A Ddftext_blob_persp.cpp124 persp.setPerspX(0.005f); in drawBlob()
130 persp.setPerspX(-0.001f); in drawBlob()
H A Druntimeimagefilter.cpp70 p.setPerspX(0.0015f); in DEF_SIMPLE_GM_BG()
H A Dfilltypespersp.cpp118 persp.setPerspX(-SK_Scalar1 / 1800);
H A Dglyph_pos.cpp78 perspective.setPerspX(-SkScalarInvert(340)); in draw_gm()
H A Dstrokedlines.cpp203 m.setPerspX(-SK_Scalar1 / 300);
/third_party/skia/docs/examples/
H A DPath_addPath_3.cpp14 matrix.setPerspX(i / 400.f); in REG_FIDDLE()
H A DMatrix_setPerspX.cpp10 matrix.setPerspX(perspX); in REG_FIDDLE()
/third_party/skia/bench/
H A DMatrixBench.cpp188 fMatrix.setPerspX(1.5f); in InvertMapRectMatrixBench()
207 fMatrix.setPerspX(fMatrix.getPerspX());
H A DRotatedRectBench.cpp116 perspective.setPerspX(1e-4f);
H A DShapesBench.cpp159 fShapes[i].fMatrix.setPerspX(0.00015f);
H A DRectBench.cpp92 perspective.setPerspX(1e-4f);
/third_party/skia/tests/
H A DDrawBitmapRectTest.cpp39 mat->setPerspX(rand.nextSScalar1()); in rand_matrix()
H A DGrQuadBufferTest.cpp51 perspective.setPerspX(0.01f); in generate_quads()
H A DGrQuadCropTest.cpp268 perspective.setPerspX(0.001f); in TEST()
H A DRoundRectTest.cpp567 matrix.setPerspX(4); in test_transform_helper()
624 matrix.setPerspX(7); in test_transform_helper()
H A DMatrixTest.cpp220 perspX.reset().setPerspX(SK_Scalar1 / 1000); in test_matrix_min_max_scale()
372 mat.reset().setPerspX(SK_Scalar1 / 2); in test_matrix_preserve_shape()
H A DPathTest.cpp2723 matrix.setPerspX(4); in test_transform()
/third_party/skia/include/core/
H A DSkMatrix.h529 SkMatrix& setPerspX(SkScalar v) { return this->set(kMPersp0, v); } in setPerspX() function in SkMatrix

Completed in 27 milliseconds