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

  /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/platform/graphics/skia/
NativeImageSkia.cpp 135 int destSize = destWidth * destHeight;
137 return destSize / 4 < destSubsetSize;
  /external/icu4c/test/cintltst/
cbiapts.c 81 int32_t destSize;
102 destSize = (numUChars+1) * sizeof(UChar) + sizeof(struct StringStruct);
103 dest = (StringStruct *)malloc(destSize);
cbiditst.c 721 int32_t destSize = srcSize*2;
734 destSize = ubidi_writeReordered(bidi,dest,0,UBIDI_DO_MIRRORING,&ec);
737 }else if(destSize!=srcSize){
738 log_err("Pre-flighting did not give expected size: Expected: %d. Got: %d \n",srcSize,destSize);
742 destSize=ubidi_writeReordered(bidi,dest,destSize+1,UBIDI_DO_MIRRORING,&ec);
743 u16ToPseudo(destSize,dest,chars);
744 if(destSize!=srcSize){
745 log_err("ubidi_writeReordered() destSize and srcSize do not match\n");
756 int32_t destSize = srcSize*2
    [all...]
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 608 uint64_t destSize = TD->getTypeAllocSize(A->getAllocatedType()) *
611 if (destSize < srcSize)
620 uint64_t destSize = TD->getTypeAllocSize(StructTy);
622 if (destSize < srcSize)
    [all...]
  /frameworks/base/icu4j/java/android/icu/text/
ArabicShaping.java 81 * It may be <code>NULL</code> only if <code>destSize</code> is 0.
83 * @param destSize The size (capacity) of the destination buffer.
84 * If <code>destSize</code> is 0, then no output is produced,
98 char[] dest, int destStart, int destSize) throws ArabicShapingException {
107 if (dest == null && destSize != 0) {
108 throw new IllegalArgumentException("null dest requires destSize == 0");
110 if ((destSize != 0) &&
111 (destStart < 0 || destSize < 0 || destStart + destSize > dest.length)) {
113 ") or size (" + destSize
    [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 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /tools/motodev/src/plugins/videos/libs/gdata/java/lib/
gdata-core-1.0.jar 

Completed in 187 milliseconds