Home
last modified time | relevance | path

Searched defs:destSize (Results 1 – 19 of 19) sorted by relevance

/external/icu/icu4c/source/common/
Dubidiwrt.cpp60 UChar *dest, int32_t destSize, in doWriteForward()
153 UChar *dest, int32_t destSize, in doWriteReverse()
310 UChar *dest, int32_t destSize, in ubidi_writeReverse()
358 UChar *dest, int32_t destSize, in ubidi_writeReordered()
Dushape.cpp634 int32_t destSize,uint32_t options) { in calculateSize()
729 int32_t destSize, in handleGeneratedSpaces()
903 expandCompositCharAtBegin(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCod… in expandCompositCharAtBegin()
963 expandCompositCharAtEnd(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCode)… in expandCompositCharAtEnd()
1030 expandCompositCharAtNear(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCode, in expandCompositCharAtNear()
1084 int32_t destSize,uint32_t options, in expandCompositChar()
1197 int32_t destSize,uint32_t options, in shapeUnicode()
1369 int32_t destSize,uint32_t options, in deShapeUnicode()
Dubiditransform.cpp85 uint32_t destSize; /* output text capacity */ member
440 UChar *dest, int32_t destSize, in ubiditransform_transform()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DPixelTransfer11.cpp121 const gl::Extents &destSize, in setBufferToTextureCopyParams()
164 gl::Extents destSize = destRenderTarget->getExtents(); in copyBufferToTexture() local
DBlit11.cpp364 const gl::Extents &destSize, in GenerateVertexCoords()
388 const gl::Extents &destSize, in Write2DVertices()
414 const gl::Extents &destSize, in Write3DVertices()
919 const gl::Extents &destSize, in copyTexture()
1061 const gl::Extents &destSize, in copyStencil()
1074 const gl::Extents &destSize, in copyDepth()
1149 const gl::Extents &destSize, in copyDepthStencil()
1164 const gl::Extents &destSize, in copyDepthStencilImpl()
1224 const gl::Extents &destSize, in copyAndConvertImpl()
1289 const gl::Extents &destSize, in copyAndConvert()
DRenderer11.cpp2487 gl::Extents destSize(destRenderTarget->getWidth(), destRenderTarget->getHeight(), 1); in copyImageInternal() local
2762 gl::Extents destSize(destRenderTarget11->getWidth(), destRenderTarget11->getHeight(), in copyTexture() local
DTextureStorage11.cpp673 gl::Extents destSize(dest->getWidth(), dest->getHeight(), dest->getDepth()); in generateMipmap() local
/external/guava/guava/src/com/google/common/escape/
DCharEscaper.java101 int destSize = dest.length; in escapeSlow() local
/external/guava/android/guava/src/com/google/common/escape/
DCharEscaper.java101 int destSize = dest.length; in escapeSlow() local
/external/icu/android_icu4j/src/main/java/android/icu/text/
DArabicShaping.java89 char[] dest, int destStart, int destSize) throws ArabicShapingException { in shape()
1115 int destSize = sourceLength; in calculateSize() local
1630 int destSize, in shapeUnicode()
1783 int destSize) throws ArabicShapingException { in deShapeUnicode()
1803 int destSize) throws ArabicShapingException { in internalShape()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DArabicShaping.java89 char[] dest, int destStart, int destSize) throws ArabicShapingException { in shape()
1157 int destSize = sourceLength; in calculateSize() local
1672 int destSize, in shapeUnicode()
1825 int destSize) throws ArabicShapingException { in deShapeUnicode()
1845 int destSize) throws ArabicShapingException { in internalShape()
/external/angle/src/compiler/translator/
DVariablePacker.cpp145 bool VariablePacker::searchColumn(int column, int numRows, int *destRow, int *destSize) in searchColumn()
/external/icu/icu4c/source/test/cintltst/
Dcbiditst.c744 int32_t destSize = srcSize*2; in testReorder() local
779 int32_t destSize = srcSize*2; in testReorder() local
813 int32_t destSize = srcSize*2; in testReorder() local
844 int32_t destSize = srcSize*2; in testReorder() local
878 int32_t destSize = srcSize*2; in testReorder() local
1006 int32_t destSize = srcSize*2; in testReorderArabicMathSymbols() local
Dcbiapts.c102 int32_t destSize; in toUChar() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp765 uint64_t destSize = DL.getTypeAllocSize(A->getAllocatedType()) * in performCallSlotOptzn() local
789 uint64_t destSize = DL.getTypeAllocSize(StructTy); in performCallSlotOptzn() local
/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp815 uint64_t destSize = DL.getTypeAllocSize(A->getAllocatedType()) * in performCallSlotOptzn() local
839 uint64_t destSize = DL.getTypeAllocSize(StructTy); in performCallSlotOptzn() local
/external/lzma/C/
DLzma2Enc.c661 size_t destSize = me->outBufSize; in Lzma2Enc_MtCallback_Code() local
DXzDec.c1691 size_t destSize = (size_t)0 - 1; in XzDecMt_Callback_Parse() local
/external/icu/libicu/src/
Dshim.cpp734 int32_t ubidi_writeReordered(UBiDi * pBiDi, UChar * dest, int32_t destSize, uint16_t options, UErro… in ubidi_writeReordered()
737 int32_t ubidi_writeReverse(const UChar * src, int32_t srcLength, UChar * dest, int32_t destSize, ui… in ubidi_writeReverse()