/external/skia/src/gpu/gl/ |
D | GrGLPathRendering.h | 100 combined.setAll(SkIntToScalar(2) / fRenderTargetSize.fWidth, 0, -SK_Scalar1, in getRTAdjustedGLMatrix() 104 combined.setAll(SkIntToScalar(2) / fRenderTargetSize.fWidth, 0, -SK_Scalar1, in getRTAdjustedGLMatrix()
|
D | GrGLGpu.cpp | 3018 bool setAll = timestamp < this->getResetTimestamp(); in bindTexture() local 3051 if (setAll || newTexParams.fMagFilter != oldTexParams.fMagFilter) { in bindTexture() 3055 if (setAll || newTexParams.fMinFilter != oldTexParams.fMinFilter) { in bindTexture() 3059 if (setAll || newTexParams.fWrapS != oldTexParams.fWrapS) { in bindTexture() 3063 if (setAll || newTexParams.fWrapT != oldTexParams.fWrapT) { in bindTexture() 3068 (setAll || memcmp(newTexParams.fSwizzleRGBA, in bindTexture()
|
/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()
|
D | sanitizer_deadlock_detector.h | 179 available_nodes_.setAll(); in newNode()
|
/external/skia/gm/ |
D | badpaint.cpp | 31 badMatrix.setAll(0, 0, 0, 0, 0, 0, 0, 0, 0); in onOnceBeforeDraw()
|
/external/icu/icu4c/source/i18n/ |
D | scriptset.h | 52 ScriptSet &setAll();
|
D | scriptset.cpp | 143 ScriptSet &ScriptSet::setAll() { in setAll() function in ScriptSet
|
D | identifier_info.cpp | 169 fCommonAmongAlternates->setAll(); in setIdentifier()
|
D | uspoof_impl.cpp | 241 result->setAll(); in wholeScriptCheck()
|
/external/skia/tests/ |
D | MatrixTest.cpp | 213 big.setAll(2.39394089e+36f, 8.85347779e+36f, 9.26526204e+36f, in test_matrix_min_max_scale() 423 mat.setAll(0, 0, 0, 0, 0, 0, 0, 0, 0); in test_matrix_preserve_shape() 429 mat.setAll(0, 0, 0, 0, 0, 0, 0, 0, SK_Scalar1); in test_matrix_preserve_shape() 434 mat.setAll(0, SK_Scalar1, 0, in test_matrix_preserve_shape() 441 mat.setAll(0, SK_Scalar1, 0, in test_matrix_preserve_shape() 706 mat.setAll(0.f, 0.f, 0.f, 0.f, 0.f, 0.f, 0.f, 0.f, 0.f); in test_matrix_homogeneous() 855 mat.setAll(0.0f, 1.0f, 2.0f, in DEF_TEST()
|
D | DrawBitmapRectTest.cpp | 176 matrix.setAll(-119.34097f, in test_wacky_bitmapshader() 191 matrix.setAll(0.0078740157f, in test_wacky_bitmapshader()
|
D | RoundRectTest.cpp | 706 xform.setAll(2.44f, 0.0f, 485411.7f, in test_issue_2696()
|
/external/icu/icu4c/source/test/intltest/ |
D | itspoof.cpp | 603 s1.setAll(); in testScriptSet() 615 s2.setAll(); in testScriptSet() 636 s2.setAll(); in testScriptSet() 642 s2.setAll(); in testScriptSet()
|
/external/skia/bench/ |
D | MatrixBench.cpp | 116 fMatrix.setAll(fArray[0], fArray[1], fArray[2], in performTest()
|
/external/pdfium/core/src/fxge/skia/ |
D | fx_skia_device.cpp | 240 smatrix.setAll(pObject2Device->a, pObject2Device->c, pObject2Device->e, in SkRasterizeStroke() 254 smatrix.setAll(pObject2Device->a, pObject2Device->c, pObject2Device->e, in SkRasterizeStroke()
|
/external/skia/src/core/ |
D | SkScalerContext.cpp | 694 dst->setAll(fPost2x2[0][0], fPost2x2[0][1], 0, in getMatrixFrom2x2() 768 G_inv->setAll( in computeMatrices()
|
/external/skia/src/pdf/ |
D | SkPDFShader.cpp | 670 perspectiveInverse->setAll(one, zero, zero, in split_perspective() 674 affine->setAll(sx - p0 * tx / p2, kx - p1 * tx / p2, tx / p2, in split_perspective()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | SpoofChecker.java | 2089 result.setAll(); 2463 public void setAll() {
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | SpoofChecker.java | 2036 result.setAll(); 2410 public void setAll() {
|
/external/skia/include/core/ |
D | SkMatrix.h | 177 void setAll(SkScalar scaleX, SkScalar skewX, SkScalar transX, in setAll() function
|
/external/skia/samplecode/ |
D | SamplePathFuzz.cpp | 266 matrix.setAll(makeScalar(), makeScalar(), makeScalar(), in makeMatrix()
|
/external/skia/src/c/ |
D | sk_surface.cpp | 124 matrix->setAll(cmatrix->mat[0], cmatrix->mat[1], cmatrix->mat[2], in from_c_matrix()
|
/external/skia/src/gpu/ |
D | GrPathUtils.cpp | 589 matrix.setAll(p[0].fX, p[0].fY, 1.f, in calc_cubic_klm()
|
/external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/ |
D | PropertyChangeSupportTest.java | 1295 public void setAll(Object src, String propName, Object oldValue, in setAll() method in PropertyChangeSupportTest.MockPropertyChangeListener
|
/external/skia/src/ports/ |
D | SkFontHost_win.cpp | 866 m.setAll(SkFIXEDToScalar(fMat22.eM11), -SkFIXEDToScalar(fMat22.eM21), 0, in generateMetrics()
|