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

  /external/icu4c/common/
ubidiwrt.c 63 UChar *dest, int32_t destSize,
71 if(destSize<length) {
85 if(destSize<srcLength) {
98 int32_t remaining=destSize;
113 return destSize-remaining;
118 return destSize-remaining;
122 int32_t remaining=destSize;
143 return destSize-remaining;
156 UChar *dest, int32_t destSize,
189 if(destSize<srcLength)
    [all...]
ushape.cpp 603 *Function : This function calculates the destSize to be used in preflighting
604 * when the destSize is equal to 0
605 * It is used also to calculate the new destsize in case the
611 int32_t destSize,uint32_t options) {
617 destSize = sourceLength;
633 destSize--;
639 destSize--;
649 destSize++;
654 return destSize;
668 int32_t /*destSize*/, uint32_t /*options*/
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
ImageLayerChromium.cpp 103 const IntSize destSize = bounds();
105 transform.translate(-destSize.width() / 2.0, -destSize.height() / 2.0);
109 float scaleX = destSize.width() / static_cast<float>(sourceRect.size().width());
110 float scaleY = destSize.height() / static_cast<float>(sourceRect.size().height());
  /external/webkit/Source/WebCore/icu/unicode/
ushape.h 78 * <code>destSize</code> is 0. The source and destination must not
81 * @param destSize The size (capacity) of the destination buffer in UChars.
82 * If <code>destSize</code> is 0, then no output is produced,
101 UChar *dest, int32_t destSize,
  /external/webkit/Source/WebCore/platform/graphics/skia/
NativeImageSkia.cpp 135 int destSize = destWidth * destHeight;
137 return destSize / 4 < destSubsetSize;
  /external/icu4c/common/unicode/
ushape.h 78 * <code>destSize</code> is 0. The source and destination must not
81 * @param destSize The size (capacity) of the destination buffer in UChars.
82 * If <code>destSize</code> is 0, then no output is produced,
102 UChar *dest, int32_t destSize,
ubidi.h     [all...]
  /external/webkit/Source/WebCore/platform/text/mac/
ShapeArabic.c 352 int32_t destSize,
472 destSize = sourceLength;
474 return destSize;
  /external/icu4c/test/cintltst/
cbiditst.c 730 int32_t destSize = srcSize*2;
743 destSize = ubidi_writeReordered(bidi,dest,0,UBIDI_DO_MIRRORING,&ec);
746 }else if(destSize!=srcSize){
747 log_err("Pre-flighting did not give expected size: Expected: %d. Got: %d \n",srcSize,destSize);
751 destSize=ubidi_writeReordered(bidi,dest,destSize+1,UBIDI_DO_MIRRORING,&ec);
752 u16ToPseudo(destSize,dest,chars);
753 if(destSize!=srcSize){
754 log_err("ubidi_writeReordered() destSize and srcSize do not match\n");
765 int32_t destSize = srcSize*2
    [all...]
cbiapts.c 85 int32_t destSize;
106 destSize = (numUChars+1) * sizeof(UChar) + sizeof(struct StringStruct);
107 dest = (StringStruct *)malloc(destSize);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 617 uint64_t destSize = TD->getTypeAllocSize(A->getAllocatedType()) *
620 if (destSize < srcSize)
629 uint64_t destSize = TD->getTypeAllocSize(StructTy);
631 if (destSize < srcSize)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
com.ibm.icu_4.2.1.v20100412.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 1071 milliseconds