Home
last modified time | relevance | path

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

1234

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/node/
DObjectNodeTest.java162 n.setAll(n2); in testBasics()
178 n.setAll(nodes); in testBasics()
211 o1.setAll(o2); in testNullChecking()
247 dest.setAll(src); in testNullChecking2()
340 root.setAll(map); in testSetAll()
346 root.setAll(map); in testSetAll()
354 root2.setAll(root); in testSetAll()
358 root2.setAll(root); in testSetAll()
366 root3.setAll(root2); in testSetAll()
/external/skia/docs/examples/
DMatrix_isIdentity.cpp8 matrix.setAll(1, 0, 0, 0, 1, 0, 0, 0, 1); in draw()
10 matrix.setAll(1, 0, 0, 0, 1, 0, 0, 0, 2); in draw()
DMatrix_getType.cpp8 matrix.setAll(1, 0, 0, 0, 1, 0, 0, 0, 1); in draw()
10 matrix.setAll(1, 0, 0, 0, 1, 0, 0, 0, .5f); in draw()
DMatrix_isTranslate.cpp10 matrix.setAll(scaleX, 0, translateX, 0, 1, 0, 0, 0, 1); in draw()
DMatrix_isScaleTranslate.cpp10 matrix.setAll(scaleX, 0, translateX, 0, 1, 0, 0, 0, 1); in draw()
DMatrix_dump.cpp11 nearlyEqual.setAll(0.7071f, -0.7071f, 0, 0.7071f, 0.7071f, 0, 0, 0, 1); in draw()
DMatrix_getMinMaxScales.cpp8 matrix.setAll(1, 0, 0, 0, 1, 0, 0, 0, 0); in draw()
DMatrix_asAffine.cpp8 matrix.setAll(2, 3, 4, 5, 6, 7, 0, 0, 1); in draw()
Dpersp_text_2.cpp8 persp.setAll(0.9839f, 0, 0, 0.2246f, 0.6829f, 0, 0.0002352f, -0.0003844f, 1); in draw()
Dskew_x_animated.cpp8 matrix.setAll(2, 5 * cos(6.28318548 * frame), 0, in draw()
DMatrix_setAll.cpp15 m.setAll(sx, 1, 128, 0, sy, 64, 0, 0, 1);
DMatrix_setAffine.cpp8 matrix.setAll(2, 3, 4, 5, 6, 7, 0, 0, 1); in draw()
DMatrix_isSimilarity.cpp14 m.setAll(sx, 1, 128, 1, sy, 32, 0, 0, 1);
DMatrix_preservesRightAngles.cpp14 m.setAll(sx, kx, 16, 0, 1, 32, 0, 0, 1);
/external/skia/gm/
Dcirculararcs.cpp283 matrices.push_back().setAll(-1, 0, 2*kRadius,
286 matrices.push_back().setAll( 1, 0, 0,
289 matrices.push_back().setAll( 1, 0, 0,
292 matrices.push_back().setAll( 0, -1, 2*kRadius,
295 matrices.push_back().setAll( 0, -1, 2*kRadius,
298 matrices.push_back().setAll( 0, 1, 0,
301 matrices.push_back().setAll( 0, 1, 0,
Dperspimages.cpp48 matrices.push()->setAll(1.f, 0.f, 0.f, in onDraw()
51 matrices.push()->setAll(1.f, 0.f, 0.f, in onDraw()
Dcrbug_899512.cpp22 matrix.setAll(-1, 0, 220, 0, 1, 0, 0, 0, 1);
Dbadpaint.cpp38 badMatrix.setAll(0, 0, 0, 0, 0, 0, 0, 0, 0); in onOnceBeforeDraw()
/external/skqp/src/gpu/gl/
DGrGLPathRendering.h104 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/
Dperspimages.cpp40 matrices.push()->setAll(1.f, 0.f, 0.f, in onDraw()
43 matrices.push()->setAll(1.f, 0.f, 0.f, in onDraw()
Dcrbug_899512.cpp17 matrix.setAll(-1, 0, 220, 0, 1, 0, 0, 0, 1);
/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()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_bitvector.h29 void setAll() { bits_ = ~(basic_int_t)0; } in setAll() function
127 void setAll() { in setAll() function
129 l1_[i0].setAll(); in setAll()
131 l2_[i0][i1].setAll(); in setAll()
/external/skqp/docs/
DSkMatrix_Reference.bmh17 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/clang/include/clang/Basic/
DOpenCLOptions.h35 void setAll() { in setAll() function

1234