Home
last modified time | relevance | path

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

123

/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);
Dbadpaint.cpp38 badMatrix.setAll(0, 0, 0, 0, 0, 0, 0, 0, 0); in onOnceBeforeDraw()
Ddftext.cpp202 persp.setAll(0.9839f, 0, 0, in onDraw()
215 persp.setAll(0.9839f, 0, 0, in onDraw()
/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_isTranslate.cpp10 matrix.setAll(scaleX, 0, translateX, 0, 1, 0, 0, 0, 1); in draw()
DMatrix_isScaleTranslate.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()
DMatrix_setAll.cpp15 m.setAll(sx, 1, 128, 0, sy, 64, 0, 0, 1);
DMatrix_setAffine.cpp8 matrix.setAll(2, 3, 4, 5, 6, 7, 0, 0, 1); in draw()
DMatrix_preservesRightAngles.cpp14 m.setAll(sx, kx, 16, 0, 1, 32, 0, 0, 1);
DMatrix_isSimilarity.cpp14 m.setAll(sx, 1, 128, 1, sy, 32, 0, 0, 1);
DMatrix_mapHomogeneousPoints.cpp27 matrix.setAll(15, 0, 0, 0, 15, 0, -0.08f, 0.04f, 1); in draw()
Dhomogeneous.cpp26 matrix.setAll(15, 0, 0, 0, 15, 0, -0.08, 0.04, 1); in draw()
/third_party/skia/tests/
DMatrixTest.cpp228 big.setAll(2.39394089e+36f, 8.85347779e+36f, 9.26526204e+36f, in test_matrix_min_max_scale()
236 givingNegativeNearlyZeros.setAll(0.00436534f, 0.114138f, 0.37141f, in test_matrix_min_max_scale()
417 mat.setAll(0, 0, 0, 0, 0, 0, 0, 0, 0); in test_matrix_preserve_shape()
422 mat.setAll(0, 0, 0, 0, 0, 0, 0, 0, 1); in test_matrix_preserve_shape()
427 mat.setAll(0, 1, 0, in test_matrix_preserve_shape()
434 mat.setAll(0, 1, 0, in test_matrix_preserve_shape()
692 mat.setAll(0.f, 0.f, 0.f, 0.f, 0.f, 0.f, 0.f, 0.f, 0.f); in test_matrix_homogeneous()
881 mat.setAll(0.0f, 1.0f, 2.0f, in DEF_TEST()
DDrawBitmapRectTest.cpp121 matrix.setAll(-119.34097f, in test_wacky_bitmapshader()
138 matrix.setAll(0.0078740157f, in test_wacky_bitmapshader()
/third_party/icu/icu4c/source/test/intltest/
Ditspoof.cpp451 s1.setAll(); in testScriptSet()
463 s2.setAll(); in testScriptSet()
484 s2.setAll(); in testScriptSet()
490 s2.setAll(); in testScriptSet()
499 s1.setAll(); in testScriptSet()
/third_party/skia/third_party/externals/icu/source/i18n/
Dscriptset.h57 ScriptSet &setAll();
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_util_HashMap.js50 this.setAll = function (...args) { method

123