/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
D | btCollisionObjectArray.java | 101 public SWIGTYPE_p_p_btCollisionObject expand(btCollisionObject fillValue) { in expand() argument 102 …bjectArray_expand__SWIG_0(swigCPtr, this, btCollisionObject.getCPtr(fillValue), fillValue), false); in expand()
|
D | btCollisionObjectConstArray.java | 101 public SWIGTYPE_p_p_btCollisionObject expand(btCollisionObject fillValue) { in expand() argument 102 …ConstArray_expand__SWIG_0(swigCPtr, this, btCollisionObject.getCPtr(fillValue), fillValue), false); in expand()
|
D | btPersistentManifoldArray.java | 102 public SWIGTYPE_p_p_btPersistentManifold expand(btPersistentManifold fillValue) { in expand() argument 103 …ldArray_expand__SWIG_0(swigCPtr, this, btPersistentManifold.getCPtr(fillValue), fillValue), false); in expand()
|
/external/skia/src/codec/ |
D | SkCodec.cpp | 353 const uint32_t fillValue = this->getFillValue(info.colorType()); in fillIncompleteImage() local 367 fill_proc(fillInfo, fillDst, rowBytes, fillValue, zeroInit, sampler); in fillIncompleteImage() 373 fill_proc(fillInfo, fillDst, rowBytes, fillValue, zeroInit, sampler); in fillIncompleteImage() 381 fill_proc(fillInfo, fillDst, rowBytes, fillValue, zeroInit, sampler); in fillIncompleteImage()
|
D | SkSampledCodec.cpp | 256 const uint32_t fillValue = this->codec()->getFillValue(info.colorType()); in sampledDecode() local 265 SkSampler::Fill(fillInfo, rowPtr, rowBytes, fillValue, options.fZeroInitialized); in sampledDecode()
|
D | SkGifCodec.cpp | 560 uint32_t fillValue = this->onGetFillValue(this->dstInfo().colorType()); local 561 fSwizzler->fill(fillInfo, dst, rowBytes, fillValue, this->options().fZeroInitialized);
|
/external/opencv3/3rdparty/openexr/IlmImf/ |
D | ImfMisc.cpp | 186 double fillValue, in copyIntoFrameBuffer() argument 208 unsigned int fillVal = (unsigned int) (fillValue); in copyIntoFrameBuffer() 221 half fillVal = half (fillValue); in copyIntoFrameBuffer() 234 float fillVal = float (fillValue); in copyIntoFrameBuffer()
|
D | ImfScanLineInputFile.cpp | 92 double fillValue; member 103 double fillValue = 0.0); 124 fillValue (fv) in InSliceInfo() 565 slice.fillValue, _lineBuffer->format, in execute() 841 j.slice().fillValue)); in setFrameBuffer()
|
D | ImfFrameBuffer.h | 115 double fillValue; member 144 double fillValue = 0.0,
|
D | ImfInputFile.cpp | 487 s.fillValue, in setFrameBuffer() 502 s.fillValue, in setFrameBuffer() 517 s.fillValue, in setFrameBuffer()
|
D | ImfMisc.h | 154 double fillValue,
|
D | ImfTiledInputFile.cpp | 91 double fillValue; member 102 double fillValue = 0.0, 124 fillValue (fv), in TInSliceInfo() 552 slice.fill, slice.fillValue, in execute() 891 j.slice().fillValue, in setFrameBuffer()
|
D | ImfFrameBuffer.cpp | 68 fillValue (fv), in Slice()
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/ |
D | btVector3Array.java | 100 public Vector3 expand(Vector3 fillValue) { in expand() argument 101 return LinearMathJNI.btVector3Array_expand__SWIG_0(swigCPtr, this, fillValue); in expand()
|
D | btScalarArray.java | 100 public SWIGTYPE_p_float expand(float fillValue) { in expand() argument 101 …new SWIGTYPE_p_float(LinearMathJNI.btScalarArray_expand__SWIG_0(swigCPtr, this, fillValue), false); in expand()
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/com/badlogic/gdx/physics/bullet/extras/ |
D | btStringArray.java | 103 public String expand(String fillValue) { in expand() argument 104 return ExtrasJNI.btStringArray_expand__SWIG_0(swigCPtr, this, fillValue); in expand()
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/ |
D | 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/ |
D | APInt.cpp | 1126 uint64_t fillValue = (isNegative() ? -1ULL : 0); in ashr() local 1128 val[i] = fillValue; in ashr()
|