/external/skqp/src/gpu/gl/ |
D | GrGLPathRendering.h | 104 combined.setAll(SkIntToScalar(2) / fRenderTargetSize.fWidth, 0, -SK_Scalar1, in getRTAdjustedGLMatrix() 108 combined.setAll(SkIntToScalar(2) / fRenderTargetSize.fWidth, 0, -SK_Scalar1, in getRTAdjustedGLMatrix()
|
/external/skia/src/gpu/gl/ |
D | GrGLPathRendering.h | 104 combined.setAll(SkIntToScalar(2) / fRenderTargetSize.fWidth, 0, -SK_Scalar1, in getRTAdjustedGLMatrix() 108 combined.setAll(SkIntToScalar(2) / fRenderTargetSize.fWidth, 0, -SK_Scalar1, in getRTAdjustedGLMatrix()
|
/external/skqp/gm/ |
D | perspimages.cpp | 40 matrices.push()->setAll(1.f, 0.f, 0.f, in onDraw() 43 matrices.push()->setAll(1.f, 0.f, 0.f, in onDraw()
|
D | crbug_899512.cpp | 17 matrix.setAll(-1, 0, 220, 0, 1, 0, 0, 0, 1);
|
D | badpaint.cpp | 31 badMatrix.setAll(0, 0, 0, 0, 0, 0, 0, 0, 0); in onOnceBeforeDraw()
|
D | dftext.cpp | 186 persp.setAll(0.9839f, 0, 0, in onDraw() 199 persp.setAll(0.9839f, 0, 0, in onDraw()
|
/external/skia/gm/ |
D | perspimages.cpp | 40 matrices.push()->setAll(1.f, 0.f, 0.f, in onDraw() 43 matrices.push()->setAll(1.f, 0.f, 0.f, in onDraw()
|
D | crbug_899512.cpp | 17 matrix.setAll(-1, 0, 220, 0, 1, 0, 0, 0, 1);
|
D | badpaint.cpp | 31 badMatrix.setAll(0, 0, 0, 0, 0, 0, 0, 0, 0); in onOnceBeforeDraw()
|
D | dftext.cpp | 184 persp.setAll(0.9839f, 0, 0, in onDraw() 197 persp.setAll(0.9839f, 0, 0, in onDraw()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_bitvector.h | 30 void setAll() { bits_ = ~(basic_int_t)0; } in setAll() function 128 void setAll() { in setAll() function 130 l1_[i0].setAll(); in setAll() 132 l2_[i0][i1].setAll(); in setAll()
|
/external/skqp/docs/ |
D | SkMatrix_Reference.bmh | 17 so it has no effect. setTranslate, setScale, setSkew, setRotate, set9 and setAll 98 #SeeAlso setAll set9 postConcat preConcat 182 matrix.setAll(1, 0, 0, 0, 1, 0, 0, 0, 1); 184 matrix.setAll(1, 0, 0, 0, 1, 0, 0, 0, .5f); 205 matrix.setAll(1, 0, 0, 0, 1, 0, 0, 0, 1); 207 matrix.setAll(1, 0, 0, 0, 1, 0, 0, 0, 2); 230 matrix.setAll(scaleX, 0, translateX, 0, 1, 0, 0, 0, 1); 257 matrix.setAll(scaleX, 0, translateX, 0, 1, 0, 0, 0, 1); 346 #SeeAlso setAll set9 MakeAll 368 m.setAll(sx, 1, 128, 1, sy, 32, 0, 0, 1); [all …]
|
/external/skia/docs/ |
D | SkMatrix_Reference.bmh | 17 so it has no effect. setTranslate, setScale, setSkew, setRotate, set9 and setAll 97 #SeeAlso setAll set9 postConcat preConcat 181 matrix.setAll(1, 0, 0, 0, 1, 0, 0, 0, 1); 183 matrix.setAll(1, 0, 0, 0, 1, 0, 0, 0, .5f); 204 matrix.setAll(1, 0, 0, 0, 1, 0, 0, 0, 1); 206 matrix.setAll(1, 0, 0, 0, 1, 0, 0, 0, 2); 229 matrix.setAll(scaleX, 0, translateX, 0, 1, 0, 0, 0, 1); 256 matrix.setAll(scaleX, 0, translateX, 0, 1, 0, 0, 0, 1); 344 #SeeAlso setAll set9 MakeAll 366 m.setAll(sx, 1, 128, 1, sy, 32, 0, 0, 1); [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | itspoof.cpp | 428 s1.setAll(); in testScriptSet() 440 s2.setAll(); in testScriptSet() 461 s2.setAll(); in testScriptSet() 467 s2.setAll(); in testScriptSet() 476 s1.setAll(); in testScriptSet()
|
/external/clang/include/clang/Basic/ |
D | OpenCLOptions.h | 35 void setAll() { in setAll() function
|
/external/skia/tests/ |
D | MatrixTest.cpp | 220 big.setAll(2.39394089e+36f, 8.85347779e+36f, 9.26526204e+36f, in test_matrix_min_max_scale() 228 givingNegativeNearlyZeros.setAll(0.00436534f, 0.114138f, 0.37141f, in test_matrix_min_max_scale() 436 mat.setAll(0, 0, 0, 0, 0, 0, 0, 0, 0); in test_matrix_preserve_shape() 442 mat.setAll(0, 0, 0, 0, 0, 0, 0, 0, SK_Scalar1); in test_matrix_preserve_shape() 447 mat.setAll(0, SK_Scalar1, 0, in test_matrix_preserve_shape() 454 mat.setAll(0, SK_Scalar1, 0, in test_matrix_preserve_shape() 728 mat.setAll(0.f, 0.f, 0.f, 0.f, 0.f, 0.f, 0.f, 0.f, 0.f); in test_matrix_homogeneous() 921 mat.setAll(0.0f, 1.0f, 2.0f, in DEF_TEST()
|
D | DrawBitmapRectTest.cpp | 117 matrix.setAll(-119.34097f, in test_wacky_bitmapshader() 134 matrix.setAll(0.0078740157f, in test_wacky_bitmapshader()
|
/external/skqp/tests/ |
D | MatrixTest.cpp | 220 big.setAll(2.39394089e+36f, 8.85347779e+36f, 9.26526204e+36f, in test_matrix_min_max_scale() 228 givingNegativeNearlyZeros.setAll(0.00436534f, 0.114138f, 0.37141f, in test_matrix_min_max_scale() 436 mat.setAll(0, 0, 0, 0, 0, 0, 0, 0, 0); in test_matrix_preserve_shape() 442 mat.setAll(0, 0, 0, 0, 0, 0, 0, 0, SK_Scalar1); in test_matrix_preserve_shape() 447 mat.setAll(0, SK_Scalar1, 0, in test_matrix_preserve_shape() 454 mat.setAll(0, SK_Scalar1, 0, in test_matrix_preserve_shape() 728 mat.setAll(0.f, 0.f, 0.f, 0.f, 0.f, 0.f, 0.f, 0.f, 0.f); in test_matrix_homogeneous() 921 mat.setAll(0.0f, 1.0f, 2.0f, in DEF_TEST()
|
D | DrawBitmapRectTest.cpp | 117 matrix.setAll(-119.34097f, in test_wacky_bitmapshader() 134 matrix.setAll(0.0078740157f, in test_wacky_bitmapshader()
|
/external/skqp/src/core/ |
D | SkDrawShadowInfo.cpp | 98 shadowTransform->setAll(h0.fX / h2.fZ, h1.fX / h2.fZ, h2.fX / h2.fZ, in GetSpotShadowTransform() 105 toHomogeneous.setAll(xScale, 0, -xScale*pathBounds.fLeft - 1, in GetSpotShadowTransform()
|
/external/skia/src/core/ |
D | SkDrawShadowInfo.cpp | 98 shadowTransform->setAll(h0.fX / h2.fZ, h1.fX / h2.fZ, h2.fX / h2.fZ, in GetSpotShadowTransform() 105 toHomogeneous.setAll(xScale, 0, -xScale*pathBounds.fLeft - 1, in GetSpotShadowTransform()
|
/external/icu/icu4c/source/i18n/ |
D | scriptset.h | 55 ScriptSet &setAll();
|
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/ |
D | CallCredentialsApplyingTransportFactory.java | 84 .setAll(delegate.getAttributes()); in newStream()
|
/external/skia/src/gpu/ |
D | GrPathUtils.cpp | 690 out->setAll( y[middleRow] * rdet, -x[middleRow] * rdet, z[middleRow] * rdet, in calcCubicInverseTransposePowerBasisMatrix() 745 klmAtPts.setAll(0, 1.f/3, 1, in calc_quadratic_klm() 750 inversePts.setAll(pts[0].x(), pts[1].x(), pts[3].x(), in calc_quadratic_klm() 773 klm->setAll( 0, 0, 0, in calc_line_klm()
|
/external/skqp/src/gpu/ |
D | GrPathUtils.cpp | 690 out->setAll( y[middleRow] * rdet, -x[middleRow] * rdet, z[middleRow] * rdet, in calcCubicInverseTransposePowerBasisMatrix() 745 klmAtPts.setAll(0, 1.f/3, 1, in calc_quadratic_klm() 750 inversePts.setAll(pts[0].x(), pts[1].x(), pts[3].x(), in calc_quadratic_klm() 773 klm->setAll( 0, 0, 0, in calc_line_klm()
|