/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/src/gpu/gl/ |
D | GrGLPathRendering.h | 120 combined.setAll(SkIntToScalar(2) / fRenderTargetSize.fWidth, 0, -SK_Scalar1, in getRTAdjustedGLMatrix() 124 combined.setAll(SkIntToScalar(2) / fRenderTargetSize.fWidth, 0, -SK_Scalar1, in getRTAdjustedGLMatrix()
|
D | GrGLGpu.cpp | 2206 bool setAll = timestamp < this->getResetTimestamp(); in bindTexture() local 2241 if (setAll || newTexParams.fMagFilter != oldTexParams.fMagFilter) { in bindTexture() 2247 if (setAll || newTexParams.fMinFilter != oldTexParams.fMinFilter) { in bindTexture() 2253 if (setAll || newTexParams.fWrapS != oldTexParams.fWrapS) { in bindTexture() 2259 if (setAll || newTexParams.fWrapT != oldTexParams.fWrapT) { in bindTexture() 2266 (setAll || memcmp(newTexParams.fSwizzleRGBA, in bindTexture()
|
/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 | 242 result->setAll(); in wholeScriptCheck()
|
/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/tests/ |
D | DrawBitmapRectTest.cpp | 174 matrix.setAll(-119.34097f, in test_wacky_bitmapshader() 189 matrix.setAll(0.0078740157f, in test_wacky_bitmapshader()
|
D | MatrixTest.cpp | 416 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, SK_Scalar1); in test_matrix_preserve_shape() 427 mat.setAll(0, SK_Scalar1, 0, in test_matrix_preserve_shape() 434 mat.setAll(0, SK_Scalar1, 0, in test_matrix_preserve_shape() 693 mat.setAll(0.f, 0.f, 0.f, 0.f, 0.f, 0.f, 0.f, 0.f, 0.f); in test_matrix_homogeneous()
|
D | RoundRectTest.cpp | 651 xform.setAll(2.44f, 0.0f, 485411.7f, in test_issue_2696()
|
/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 | 209 …smatrix.setAll(pObject2Device->a, pObject2Device->c, pObject2Device->e, pObject2Device->b, pObject… in SkRasterizeStroke() 232 …smatrix.setAll(pObject2Device->a, pObject2Device->c, pObject2Device->e, pObject2Device->b, pObject… in SkRasterizeStroke()
|
/external/skia/src/core/ |
D | SkScalerContext.cpp | 694 dst->setAll(fPost2x2[0][0], fPost2x2[0][1], 0, in getMatrixFrom2x2() 764 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/skia/include/core/ |
D | SkMatrix.h | 175 void setAll(SkScalar scaleX, SkScalar skewX, SkScalar transX, in setAll() function
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | SpoofChecker.java | 2025 result.setAll(); 2409 public void setAll() {
|
/external/skia/src/c/ |
D | sk_surface.cpp | 100 matrix->setAll(cmatrix->mat[0], cmatrix->mat[1], cmatrix->mat[2], in from_c_matrix()
|
/external/skia/samplecode/ |
D | SamplePathFuzz.cpp | 265 matrix.setAll(makeScalar(), makeScalar(), makeScalar(), in makeMatrix()
|
/external/skia/src/gpu/ |
D | GrPathUtils.cpp | 577 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/experimental/PdfViewer/src/ |
D | SkPdfRenderer.cpp | 259 matrix.setAll(SkDoubleToScalar(array[0]), in SkMatrixFromPdfMatrix() 1601 matrix.setAll(SkDoubleToScalar(1), in PdfOp_TJ()
|
/external/skia/src/ports/ |
D | SkFontHost_win.cpp | 864 m.setAll(SkFIXEDToScalar(fMat22.eM11), -SkFIXEDToScalar(fMat22.eM21), 0, in generateMetrics()
|