HomeSort by relevance Sort by last modified time
    Searched full:storageoffset (Results 1 - 15 of 15) sorted by null

  /external/skia/src/animator/
SkMemberInfo.cpp 184 int storageOffset, int maxStorage, SkDisplayable* displayable, SkDisplayTypes outType,
337 if (writeValue(displayable, arrayStorage, storageOffset, maxStorage,
350 int storageOffset, int maxStorage, SkDisplayable* displayable, SkDisplayTypes outType,
352 return setValue(maker, arrayStorage, storageOffset, maxStorage, displayable, outType, raw.c_str(),
357 int storageOffset, int maxStorage, void* untypedStorage, SkDisplayTypes outType,
363 storage += storageOffset;
369 SkASSERT(storageOffset < arrayStorage->count());
396 storageOffset *= count;
397 SkASSERT(count + storageOffset <= arrayStorage->count());
399 memcpy(&(*arrayStorage)[storageOffset], scriptValue.fOperand.fArray->begin(), count * sizeof(SkOperand))
    [all...]
SkMemberInfo.h 88 int storageOffset, int maxStorage, SkDisplayable* ,
91 int storageOffset, int maxStorage, SkDisplayable* ,
95 int storageOffset, int maxStorage, void* untypedStorage, SkDisplayTypes outType,
  /external/clang/lib/CodeGen/
CGRecordLayout.h 82 CharUnits StorageOffset;
85 : Offset(), Size(), IsSigned(), StorageSize(), StorageOffset() {}
88 unsigned StorageSize, CharUnits StorageOffset)
90 StorageSize(StorageSize), StorageOffset(StorageOffset) {}
102 CharUnits StorageOffset);
CGRecordLayoutBuilder.cpp 231 Info.StorageOffset = StartOffset;
650 CharUnits StorageOffset) {
682 return CGBitFieldInfo(Offset, Size, IsSigned, StorageSize, StorageOffset);
    [all...]
CGAtomic.cpp 96 BFI.StorageOffset += OffsetInChars;
    [all...]
CGClass.cpp     [all...]
CGExpr.cpp     [all...]
  /external/clang/test/CodeGen/
bitfield-2.c 17 // CHECK-RECORD: <CGBitFieldInfo Offset:0 Size:24 IsSigned:1 StorageSize:24 StorageOffset:0>
57 // CHECK-RECORD: <CGBitFieldInfo Offset:0 Size:10 IsSigned:1 StorageSize:24 StorageOffset:0>
58 // CHECK-RECORD: <CGBitFieldInfo Offset:10 Size:10 IsSigned:1 StorageSize:24 StorageOffset:0>
105 // CHECK-RECORD: <CGBitFieldInfo Offset:0 Size:3 IsSigned:0 StorageSize:8 StorageOffset:0>
277 // CHECK-RECORD: <CGBitFieldInfo Offset:0 Size:5 IsSigned:1 StorageSize:8 StorageOffset:12>
278 // CHECK-RECORD: <CGBitFieldInfo Offset:0 Size:29 IsSigned:1 StorageSize:32 StorageOffset:16>
  /external/freetype/src/sfnt/
ttload.c 822 FT_FRAME_USHORT( storageOffset ),
855 /* Some popular Asian fonts have an invalid `storageOffset' value */
857 /* offsets, computed as "storageOffset + entry->stringOffset", are */
860 /* We thus can't check `storageOffset' right now. */
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/
ttload.c 831 FT_FRAME_USHORT( storageOffset ),
864 /* Some popular Asian fonts have an invalid `storageOffset' value */
866 /* offsets, computed as "storageOffset + entry->stringOffset", are */
    [all...]
  /external/pdfium/third_party/freetype/src/sfnt/
ttload.c 831 FT_FRAME_USHORT( storageOffset ),
864 /* Some popular Asian fonts have an invalid `storageOffset' value */
866 /* offsets, computed as "storageOffset + entry->stringOffset", are */
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 300 /* storageOffset :: The offset of the name table in the `name' */
311 FT_UInt storageOffset;
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
tttypes.h 300 /* storageOffset :: The offset of the name table in the `name' */
311 FT_UInt storageOffset;
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/internal/
tttypes.h 300 /* storageOffset :: The offset of the name table in the `name' */
311 FT_UInt storageOffset;
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/
ChangeLog.21     [all...]

Completed in 1132 milliseconds