/third_party/skia/docs/examples/ |
H A D | Matrix_isIdentity.cpp | 8 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 D | Matrix_getType.cpp | 8 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 D | Matrix_isScaleTranslate.cpp | 10 matrix.setAll(scaleX, 0, translateX, 0, 1, 0, 0, 0, 1); in REG_FIDDLE()
|
H A D | Matrix_isTranslate.cpp | 10 matrix.setAll(scaleX, 0, translateX, 0, 1, 0, 0, 0, 1); in REG_FIDDLE()
|
H A D | Matrix_getMinMaxScales.cpp | 8 matrix.setAll(1, 0, 0, 0, 1, 0, 0, 0, 0); in REG_FIDDLE()
|
H A D | Matrix_dump.cpp | 11 nearlyEqual.setAll(0.7071f, -0.7071f, 0, 0.7071f, 0.7071f, 0, 0, 0, 1); in REG_FIDDLE()
|
H A D | Matrix_asAffine.cpp | 8 matrix.setAll(2, 3, 4, 5, 6, 7, 0, 0, 1); in REG_FIDDLE()
|
H A D | persp_text_2.cpp | 8 persp.setAll(0.9839f, 0, 0, 0.2246f, 0.6829f, 0, 0.0002352f, -0.0003844f, 1); in REG_FIDDLE()
|
H A D | skew_x_animated.cpp | 8 matrix.setAll(2, 5 * cos(6.28318548 * frame), 0, in REG_FIDDLE_ANIMATED()
|
H A D | Matrix_setAffine.cpp | 8 matrix.setAll(2, 3, 4, 5, 6, 7, 0, 0, 1); in REG_FIDDLE()
|
H A D | Matrix_setAll.cpp | 15 m.setAll(sx, 1, 128, 0, sy, 64, 0, 0, 1); in REG_FIDDLE()
|
H A D | Matrix_isSimilarity.cpp | 14 m.setAll(sx, 1, 128, 1, sy, 32, 0, 0, 1); in REG_FIDDLE()
|
H A D | Matrix_preservesRightAngles.cpp | 14 m.setAll(sx, kx, 16, 0, 1, 32, 0, 0, 1); in REG_FIDDLE()
|
H A D | homogeneous.cpp | 26 matrix.setAll(15, 0, 0, 0, 15, 0, -0.08, 0.04, 1); in REG_FIDDLE()
|
H A D | Matrix_mapHomogeneousPoints.cpp | 27 matrix.setAll(15, 0, 0, 0, 15, 0, -0.08f, 0.04f, 1); in REG_FIDDLE()
|
/third_party/skia/gm/ |
H A D | circulararcs.cpp | 282 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 D | perspimages.cpp | 47 matrices.push()->setAll(1.f, 0.f, 0.f, 50 matrices.push()->setAll(1.f, 0.f, 0.f,
|
H A D | crbug_899512.cpp | 22 matrix.setAll(-1, 0, 220, 0, 1, 0, 0, 0, 1); in DEF_SIMPLE_GM()
|
H A D | badpaint.cpp | 38 badMatrix.setAll(0, 0, 0, 0, 0, 0, 0, 0, 0);
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | itspoof.cpp | 451 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 D | scriptset.h | 57 ScriptSet &setAll();
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | scriptset.h | 57 ScriptSet &setAll();
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | scriptset.h | 57 ScriptSet &setAll();
|
/third_party/skia/src/core/ |
H A D | SkDrawShadowInfo.cpp | 123 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 D | DrawBitmapRectTest.cpp | 121 matrix.setAll(-119.34097f, in test_wacky_bitmapshader() 138 matrix.setAll(0.0078740157f, in test_wacky_bitmapshader()
|