HomeSort by relevance Sort by last modified time
    Searched refs:fillValue (Results 1 - 19 of 19) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btCollisionObjectArray.java 101 public SWIGTYPE_p_p_btCollisionObject expand(btCollisionObject fillValue) {
102 return new SWIGTYPE_p_p_btCollisionObject(CollisionJNI.btCollisionObjectArray_expand__SWIG_0(swigCPtr, this, btCollisionObject.getCPtr(fillValue), fillValue), false);
btCollisionObjectConstArray.java 101 public SWIGTYPE_p_p_btCollisionObject expand(btCollisionObject fillValue) {
102 return new SWIGTYPE_p_p_btCollisionObject(CollisionJNI.btCollisionObjectConstArray_expand__SWIG_0(swigCPtr, this, btCollisionObject.getCPtr(fillValue), fillValue), false);
btPersistentManifoldArray.java 102 public SWIGTYPE_p_p_btPersistentManifold expand(btPersistentManifold fillValue) {
103 return new SWIGTYPE_p_p_btPersistentManifold(CollisionJNI.btPersistentManifoldArray_expand__SWIG_0(swigCPtr, this, btPersistentManifold.getCPtr(fillValue), fillValue), false);
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfMisc.h 154 double fillValue,
ImfFrameBuffer.h 115 double fillValue;
144 double fillValue = 0.0,
ImfFrameBuffer.cpp 68 fillValue (fv),
ImfMisc.cpp 186 double fillValue,
208 unsigned int fillVal = (unsigned int) (fillValue);
221 half fillVal = half (fillValue);
234 float fillVal = float (fillValue);
ImfScanLineInputFile.cpp 92 double fillValue;
103 double fillValue = 0.0);
124 fillValue (fv)
565 slice.fillValue, _lineBuffer->format,
815 0.0)); // fillValue
841 j.slice().fillValue));
ImfInputFile.cpp 487 s.fillValue,
502 s.fillValue,
517 s.fillValue,
ImfTiledInputFile.cpp 91 double fillValue;
102 double fillValue = 0.0,
124 fillValue (fv),
552 slice.fill, slice.fillValue,
868 0.0)); // fillValue
891 j.slice().fillValue,
914 0.0)); // fillValue
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/com/badlogic/gdx/physics/bullet/extras/
btStringArray.java 103 public String expand(String fillValue) {
104 return ExtrasJNI.btStringArray_expand__SWIG_0(swigCPtr, this, fillValue);
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
btScalarArray.java 100 public SWIGTYPE_p_float expand(float fillValue) {
101 return new SWIGTYPE_p_float(LinearMathJNI.btScalarArray_expand__SWIG_0(swigCPtr, this, fillValue), false);
btVector3Array.java 100 public Vector3 expand(Vector3 fillValue) {
101 return LinearMathJNI.btVector3Array_expand__SWIG_0(swigCPtr, this, fillValue);
  /external/skia/src/codec/
SkCodec.cpp 353 const uint32_t fillValue = this->getFillValue(info.colorType());
367 fill_proc(fillInfo, fillDst, rowBytes, fillValue, zeroInit, sampler);
373 fill_proc(fillInfo, fillDst, rowBytes, fillValue, zeroInit, sampler);
381 fill_proc(fillInfo, fillDst, rowBytes, fillValue, zeroInit, sampler);
SkSampledCodec.cpp 256 const uint32_t fillValue = this->codec()->getFillValue(info.colorType());
265 SkSampler::Fill(fillInfo, rowPtr, rowBytes, fillValue, options.fZeroInitialized);
SkGifCodec.cpp 560 uint32_t fillValue = this->onGetFillValue(this->dstInfo().colorType());
561 fSwizzler->fill(fillInfo, dst, rowBytes, fillValue, this->options().fZeroInitialized);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/common/
ResizableIntArrayTests.java 280 final int fillValue = 123;
282 src.fill(fillValue, -1 /* startPos */, length);
288 src.fill(fillValue, startPos, -1 /* length */);
294 src.fill(fillValue, startPos, length);
300 assertEquals("new values after fill at " + i, fillValue, src.get(i));
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btAlignedObjectArray.h 252 SIMD_FORCE_INLINE T& expand( const T& fillValue=T())
261 new (&m_data[sz]) T(fillValue); //use the in-place new (not really allocating heap memory)
  /external/llvm/lib/Support/
APInt.cpp     [all...]

Completed in 1477 milliseconds