Home
last modified time | relevance | path

Searched refs:setAll (Results 1 - 25 of 59) sorted by relevance

123

/third_party/skia/docs/examples/
H A DMatrix_isIdentity.cpp8 matrix.setAll(1, 0, 0, 0, 1, 0, 0, 0, 1); in REG_FIDDLE()
10 matrix.setAll(1, 0, 0, 0, 1, 0, 0, 0, 2); in REG_FIDDLE()
H A DMatrix_getType.cpp8 matrix.setAll(1, 0, 0, 0, 1, 0, 0, 0, 1); in REG_FIDDLE()
10 matrix.setAll(1, 0, 0, 0, 1, 0, 0, 0, .5f); in REG_FIDDLE()
H A DMatrix_isScaleTranslate.cpp10 matrix.setAll(scaleX, 0, translateX, 0, 1, 0, 0, 0, 1); in REG_FIDDLE()
H A DMatrix_isTranslate.cpp10 matrix.setAll(scaleX, 0, translateX, 0, 1, 0, 0, 0, 1); in REG_FIDDLE()
H A DMatrix_getMinMaxScales.cpp8 matrix.setAll(1, 0, 0, 0, 1, 0, 0, 0, 0); in REG_FIDDLE()
H A DMatrix_dump.cpp11 nearlyEqual.setAll(0.7071f, -0.7071f, 0, 0.7071f, 0.7071f, 0, 0, 0, 1); in REG_FIDDLE()
H A DMatrix_asAffine.cpp8 matrix.setAll(2, 3, 4, 5, 6, 7, 0, 0, 1); in REG_FIDDLE()
H A Dpersp_text_2.cpp8 persp.setAll(0.9839f, 0, 0, 0.2246f, 0.6829f, 0, 0.0002352f, -0.0003844f, 1); in REG_FIDDLE()
H A Dskew_x_animated.cpp8 matrix.setAll(2, 5 * cos(6.28318548 * frame), 0, in REG_FIDDLE_ANIMATED()
H A DMatrix_setAffine.cpp8 matrix.setAll(2, 3, 4, 5, 6, 7, 0, 0, 1); in REG_FIDDLE()
H A DMatrix_setAll.cpp15 m.setAll(sx, 1, 128, 0, sy, 64, 0, 0, 1); in REG_FIDDLE()
H A DMatrix_isSimilarity.cpp14 m.setAll(sx, 1, 128, 1, sy, 32, 0, 0, 1); in REG_FIDDLE()
H A DMatrix_preservesRightAngles.cpp14 m.setAll(sx, kx, 16, 0, 1, 32, 0, 0, 1); in REG_FIDDLE()
H A Dhomogeneous.cpp26 matrix.setAll(15, 0, 0, 0, 15, 0, -0.08, 0.04, 1); in REG_FIDDLE()
H A DMatrix_mapHomogeneousPoints.cpp27 matrix.setAll(15, 0, 0, 0, 15, 0, -0.08f, 0.04f, 1); in REG_FIDDLE()
/third_party/skia/gm/
H A Dcirculararcs.cpp282 matrices.push_back().setAll(-1, 0, 2*kRadius, in DEF_SIMPLE_GM()
285 matrices.push_back().setAll( 1, 0, 0, in DEF_SIMPLE_GM()
288 matrices.push_back().setAll( 1, 0, 0, in DEF_SIMPLE_GM()
291 matrices.push_back().setAll( 0, -1, 2*kRadius, in DEF_SIMPLE_GM()
294 matrices.push_back().setAll( 0, -1, 2*kRadius, in DEF_SIMPLE_GM()
297 matrices.push_back().setAll( 0, 1, 0, in DEF_SIMPLE_GM()
300 matrices.push_back().setAll( 0, 1, 0, in DEF_SIMPLE_GM()
H A Dperspimages.cpp47 matrices.push()->setAll(1.f, 0.f, 0.f,
50 matrices.push()->setAll(1.f, 0.f, 0.f,
H A Dcrbug_899512.cpp22 matrix.setAll(-1, 0, 220, 0, 1, 0, 0, 0, 1); in DEF_SIMPLE_GM()
H A Dbadpaint.cpp38 badMatrix.setAll(0, 0, 0, 0, 0, 0, 0, 0, 0);
/third_party/icu/icu4c/source/test/intltest/
H A 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/icu/icu4c/source/i18n/
H A Dscriptset.h57 ScriptSet &setAll();
/third_party/node/deps/icu-small/source/i18n/
H A Dscriptset.h57 ScriptSet &setAll();
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dscriptset.h57 ScriptSet &setAll();
/third_party/skia/src/core/
H A DSkDrawShadowInfo.cpp123 shadowTransform->setAll(h0.fX / h2.fZ, h1.fX / h2.fZ, h2.fX / h2.fZ, in GetSpotShadowTransform()
130 toHomogeneous.setAll(xScale, 0, -xScale*pathBounds.fLeft - 1, in GetSpotShadowTransform()
/third_party/skia/tests/
H A DDrawBitmapRectTest.cpp121 matrix.setAll(-119.34097f, in test_wacky_bitmapshader()
138 matrix.setAll(0.0078740157f, in test_wacky_bitmapshader()

Completed in 8 milliseconds

123