Home
last modified time | relevance | path

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

12

/external/skia/src/gpu/gl/
DGrGLPathRendering.h100 combined.setAll(SkIntToScalar(2) / fRenderTargetSize.fWidth, 0, -SK_Scalar1, in getRTAdjustedGLMatrix()
104 combined.setAll(SkIntToScalar(2) / fRenderTargetSize.fWidth, 0, -SK_Scalar1, in getRTAdjustedGLMatrix()
DGrGLGpu.cpp3018 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/
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/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.cpp241 result->setAll(); in wholeScriptCheck()
/external/skia/tests/
DMatrixTest.cpp213 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()
DDrawBitmapRectTest.cpp176 matrix.setAll(-119.34097f, in test_wacky_bitmapshader()
191 matrix.setAll(0.0078740157f, in test_wacky_bitmapshader()
DRoundRectTest.cpp706 xform.setAll(2.44f, 0.0f, 485411.7f, in test_issue_2696()
/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/bench/
DMatrixBench.cpp116 fMatrix.setAll(fArray[0], fArray[1], fArray[2], in performTest()
/external/pdfium/core/src/fxge/skia/
Dfx_skia_device.cpp240 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/
DSkScalerContext.cpp694 dst->setAll(fPost2x2[0][0], fPost2x2[0][1], 0, in getMatrixFrom2x2()
768 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/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSpoofChecker.java2089 result.setAll();
2463 public void setAll() {
/external/icu/android_icu4j/src/main/java/android/icu/text/
DSpoofChecker.java2036 result.setAll();
2410 public void setAll() {
/external/skia/include/core/
DSkMatrix.h177 void setAll(SkScalar scaleX, SkScalar skewX, SkScalar transX, in setAll() function
/external/skia/samplecode/
DSamplePathFuzz.cpp266 matrix.setAll(makeScalar(), makeScalar(), makeScalar(), in makeMatrix()
/external/skia/src/c/
Dsk_surface.cpp124 matrix->setAll(cmatrix->mat[0], cmatrix->mat[1], cmatrix->mat[2], in from_c_matrix()
/external/skia/src/gpu/
DGrPathUtils.cpp589 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/src/ports/
DSkFontHost_win.cpp866 m.setAll(SkFIXEDToScalar(fMat22.eM11), -SkFIXEDToScalar(fMat22.eM21), 0, in generateMetrics()

12