Home
last modified time | relevance | path

Searched refs:setAll (Results 1 – 25 of 27) sorted by relevance

12

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_bitvector.h30 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()
Dsanitizer_deadlock_detector.h179 available_nodes_.setAll(); in newNode()
/external/skia/src/gpu/gl/
DGrGLPathRendering.h120 combined.setAll(SkIntToScalar(2) / fRenderTargetSize.fWidth, 0, -SK_Scalar1, in getRTAdjustedGLMatrix()
124 combined.setAll(SkIntToScalar(2) / fRenderTargetSize.fWidth, 0, -SK_Scalar1, in getRTAdjustedGLMatrix()
DGrGLGpu.cpp2206 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/
Dbadpaint.cpp31 badMatrix.setAll(0, 0, 0, 0, 0, 0, 0, 0, 0); in onOnceBeforeDraw()
/external/icu/icu4c/source/i18n/
Dscriptset.h52 ScriptSet &setAll();
Dscriptset.cpp143 ScriptSet &ScriptSet::setAll() { in setAll() function in ScriptSet
Didentifier_info.cpp169 fCommonAmongAlternates->setAll(); in setIdentifier()
Duspoof_impl.cpp242 result->setAll(); in wholeScriptCheck()
/external/icu/icu4c/source/test/intltest/
Ditspoof.cpp603 s1.setAll(); in testScriptSet()
615 s2.setAll(); in testScriptSet()
636 s2.setAll(); in testScriptSet()
642 s2.setAll(); in testScriptSet()
/external/skia/tests/
DDrawBitmapRectTest.cpp174 matrix.setAll(-119.34097f, in test_wacky_bitmapshader()
189 matrix.setAll(0.0078740157f, in test_wacky_bitmapshader()
DMatrixTest.cpp416 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()
DRoundRectTest.cpp651 xform.setAll(2.44f, 0.0f, 485411.7f, in test_issue_2696()
/external/skia/bench/
DMatrixBench.cpp116 fMatrix.setAll(fArray[0], fArray[1], fArray[2], in performTest()
/external/pdfium/core/src/fxge/skia/
Dfx_skia_device.cpp209 …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/
DSkScalerContext.cpp694 dst->setAll(fPost2x2[0][0], fPost2x2[0][1], 0, in getMatrixFrom2x2()
764 G_inv->setAll( in computeMatrices()
/external/skia/src/pdf/
DSkPDFShader.cpp670 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/
DSkMatrix.h175 void setAll(SkScalar scaleX, SkScalar skewX, SkScalar transX, in setAll() function
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSpoofChecker.java2025 result.setAll();
2409 public void setAll() {
/external/skia/src/c/
Dsk_surface.cpp100 matrix->setAll(cmatrix->mat[0], cmatrix->mat[1], cmatrix->mat[2], in from_c_matrix()
/external/skia/samplecode/
DSamplePathFuzz.cpp265 matrix.setAll(makeScalar(), makeScalar(), makeScalar(), in makeMatrix()
/external/skia/src/gpu/
DGrPathUtils.cpp577 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/
DPropertyChangeSupportTest.java1295 public void setAll(Object src, String propName, Object oldValue, in setAll() method in PropertyChangeSupportTest.MockPropertyChangeListener
/external/skia/experimental/PdfViewer/src/
DSkPdfRenderer.cpp259 matrix.setAll(SkDoubleToScalar(array[0]), in SkMatrixFromPdfMatrix()
1601 matrix.setAll(SkDoubleToScalar(1), in PdfOp_TJ()
/external/skia/src/ports/
DSkFontHost_win.cpp864 m.setAll(SkFIXEDToScalar(fMat22.eM11), -SkFIXEDToScalar(fMat22.eM21), 0, in generateMetrics()

12