Home
last modified time | relevance | path

Searched refs:setAll (Results 1 – 25 of 112) sorted by relevance

12345

/third_party/flutter/skia/docs/examples/
DMatrix_cheapEqualTo.cpp12 a.setAll(1, 0, 0, 0, 1, 0, 0, 0, 1); in draw()
15 a.setAll(1, -0.0f, 0, 0, 1, 0, 0, 0, 1); in draw()
17 a.setAll(1, SK_ScalarNaN, 0, 0, 1, 0, 0, 0, 1); in draw()
19 b.setAll(1, SK_ScalarNaN, 0, 0, 1, 0, 0, 0, 1); in draw()
DMatrix_isIdentity.cpp8 matrix.setAll(1, 0, 0, 0, 1, 0, 0, 0, 1); in draw()
10 matrix.setAll(1, 0, 0, 0, 1, 0, 0, 0, 2); in draw()
DMatrix_getType.cpp8 matrix.setAll(1, 0, 0, 0, 1, 0, 0, 0, 1); in draw()
10 matrix.setAll(1, 0, 0, 0, 1, 0, 0, 0, .5f); in draw()
DMatrix_isScaleTranslate.cpp10 matrix.setAll(scaleX, 0, translateX, 0, 1, 0, 0, 0, 1); in draw()
DMatrix_isTranslate.cpp10 matrix.setAll(scaleX, 0, translateX, 0, 1, 0, 0, 0, 1); in draw()
DMatrix_dump.cpp11 nearlyEqual.setAll(0.7071f, -0.7071f, 0, 0.7071f, 0.7071f, 0, 0, 0, 1); in draw()
DMatrix_getMinMaxScales.cpp8 matrix.setAll(1, 0, 0, 0, 1, 0, 0, 0, 0); in draw()
DMatrix_isFixedStepInX.cpp11 matrix.setAll(1, 0, 0, 0, sy, 0, px, py, 1); in draw()
DMatrix_asAffine.cpp8 matrix.setAll(2, 3, 4, 5, 6, 7, 0, 0, 1); in draw()
DMatrix_notequal_operator.cpp12 a.setAll(1, 0, 0, 0, 1, 0, 1, 0, 1); in draw()
/third_party/skia/docs/examples/
DMatrix_isIdentity.cpp8 matrix.setAll(1, 0, 0, 0, 1, 0, 0, 0, 1); in draw()
10 matrix.setAll(1, 0, 0, 0, 1, 0, 0, 0, 2); in draw()
DMatrix_getType.cpp8 matrix.setAll(1, 0, 0, 0, 1, 0, 0, 0, 1); in draw()
10 matrix.setAll(1, 0, 0, 0, 1, 0, 0, 0, .5f); in draw()
DMatrix_isScaleTranslate.cpp10 matrix.setAll(scaleX, 0, translateX, 0, 1, 0, 0, 0, 1); in draw()
DMatrix_isTranslate.cpp10 matrix.setAll(scaleX, 0, translateX, 0, 1, 0, 0, 0, 1); in draw()
DMatrix_dump.cpp11 nearlyEqual.setAll(0.7071f, -0.7071f, 0, 0.7071f, 0.7071f, 0, 0, 0, 1); in draw()
DMatrix_getMinMaxScales.cpp8 matrix.setAll(1, 0, 0, 0, 1, 0, 0, 0, 0); in draw()
DMatrix_asAffine.cpp8 matrix.setAll(2, 3, 4, 5, 6, 7, 0, 0, 1); in draw()
Dpersp_text_2.cpp8 persp.setAll(0.9839f, 0, 0, 0.2246f, 0.6829f, 0, 0.0002352f, -0.0003844f, 1); in draw()
Dskew_x_animated.cpp8 matrix.setAll(2, 5 * cos(6.28318548 * frame), 0, in draw()
/third_party/skia/gm/
Dcirculararcs.cpp282 matrices.push_back().setAll(-1, 0, 2*kRadius,
285 matrices.push_back().setAll( 1, 0, 0,
288 matrices.push_back().setAll( 1, 0, 0,
291 matrices.push_back().setAll( 0, -1, 2*kRadius,
294 matrices.push_back().setAll( 0, -1, 2*kRadius,
297 matrices.push_back().setAll( 0, 1, 0,
300 matrices.push_back().setAll( 0, 1, 0,
Dperspimages.cpp47 matrices.push()->setAll(1.f, 0.f, 0.f, in onDraw()
50 matrices.push()->setAll(1.f, 0.f, 0.f, in onDraw()
Dcrbug_899512.cpp22 matrix.setAll(-1, 0, 220, 0, 1, 0, 0, 0, 1);
/third_party/flutter/skia/src/gpu/gl/
DGrGLPathRendering.h104 combined.setAll(SkIntToScalar(2) / fRenderTargetSize.fWidth, 0, -SK_Scalar1, in getRTAdjustedGLMatrix()
108 combined.setAll(SkIntToScalar(2) / fRenderTargetSize.fWidth, 0, -SK_Scalar1, in getRTAdjustedGLMatrix()
/third_party/flutter/skia/gm/
Dperspimages.cpp48 matrices.push()->setAll(1.f, 0.f, 0.f, in onDraw()
51 matrices.push()->setAll(1.f, 0.f, 0.f, in onDraw()
Dcrbug_899512.cpp22 matrix.setAll(-1, 0, 220, 0, 1, 0, 0, 0, 1);

12345