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.cpp360 const gl::Extents &destSize, in GenerateVertexCoords()
384 const gl::Extents &destSize, in Write2DVertices()
410 const gl::Extents &destSize, in Write3DVertices()
915 const gl::Extents &destSize, in copyTexture()
1057 const gl::Extents &destSize, in copyStencil()
1070 const gl::Extents &destSize, in copyDepth()
1145 const gl::Extents &destSize, in copyDepthStencil()
1160 const gl::Extents &destSize, in copyDepthStencilImpl()
1220 const gl::Extents &destSize, in copyAndConvertImpl()
1285 const gl::Extents &destSize, in copyAndConvert()
DRenderer11.cpp2372 gl::Extents destSize(destRenderTarget->getWidth(), destRenderTarget->getHeight(), 1); in copyImageInternal() local
2647 gl::Extents destSize(destRenderTarget11->getWidth(), destRenderTarget11->getHeight(), in copyTexture() local
DTextureStorage11.cpp672 gl::Extents destSize(dest->getWidth(), dest->getHeight(), dest->getDepth()); in generateMipmap() local
/external/guava/android/guava/src/com/google/common/escape/
DCharEscaper.java101 int destSize = dest.length; in escapeSlow() local
/external/guava/guava/src/com/google/common/escape/
DCharEscaper.java101 int destSize = dest.length; in escapeSlow() local
/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/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/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.c100 int32_t destSize; in toUChar() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp854 uint64_t destSize = DL.getTypeAllocSize(A->getAllocatedType()) * in performCallSlotOptzn() local
878 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/libandroidicu/static_shim/
Dshim.cpp362 …c_android(const UChar * source, int32_t sourceLength, UChar * dest, int32_t destSize, uint32_t opt… in u_shapeArabic_android()
656 int32_t ubidi_writeReordered_android(UBiDi * pBiDi, UChar * dest, int32_t destSize, uint16_t option… in ubidi_writeReordered_android()
659 …Reverse_android(const UChar * src, int32_t srcLength, UChar * dest, int32_t destSize, uint16_t opt… in ubidi_writeReverse_android()
668 …pBiDiTransform, const UChar * src, int32_t srcLength, UChar * dest, int32_t destSize, UBiDiLevel i… in ubiditransform_transform_android()