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

  /external/chromium_org/third_party/icu/source/i18n/
ucol_bld.h 43 uint32_t byteSize; uint32_t start; uint32_t limit;
ucol_imp.h 157 * uint32_t byteSize; - size of inverse UCA image in bytes
    [all...]
  /external/icu4c/i18n/
ucol_bld.h 43 uint32_t byteSize; uint32_t start; uint32_t limit;
  /external/icu4c/common/
ucol_data.h 76 uint32_t byteSize;
  /external/chromium_org/third_party/skia/src/animator/
SkMemberInfo.cpp 25 size_t byteSize;
28 byteSize = sizeof(SkColor);
49 byteSize = sizeof(int);
55 byteSize = sizeof(void*);
58 byteSize = sizeof(SkMSec);
61 byteSize = sizeof(SkPoint);
64 byteSize = sizeof(Sk3D_Point);
67 byteSize = sizeof(int32_t);
70 byteSize = sizeof(SkScalar);
74 byteSize = sizeof(SkString); // assume we'll copy by reference, not valu
    [all...]
SkDisplayable.cpp 107 size_t byteSize = elementSize * arrayCount;
108 memcpy(copyArray->begin(), array->begin(), byteSize);
  /external/skia/src/animator/
SkMemberInfo.cpp 25 size_t byteSize;
28 byteSize = sizeof(SkColor);
49 byteSize = sizeof(int);
55 byteSize = sizeof(void*);
58 byteSize = sizeof(SkMSec);
61 byteSize = sizeof(SkPoint);
64 byteSize = sizeof(Sk3D_Point);
67 byteSize = sizeof(int32_t);
70 byteSize = sizeof(SkScalar);
74 byteSize = sizeof(SkString); // assume we'll copy by reference, not valu
    [all...]
SkDisplayable.cpp 107 size_t byteSize = elementSize * arrayCount;
108 memcpy(copyArray->begin(), array->begin(), byteSize);
  /external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/
FloatToFixed.java 54 private static final float byteSize = Byte.MAX_VALUE - Byte.MIN_VALUE;
303 dataTypeSize = byteSize;
  /packages/apps/UnifiedEmail/src/com/android/bitmap/
DecodeTask.java 123 Trace.beginSection("get bytesize");
124 final long byteSize;
126 byteSize = fd.getLength();
128 byteSize = -1;
140 final int orientation = Exif.getOrientation(in, byteSize);

Completed in 734 milliseconds