HomeSort by relevance Sort by last modified time
    Searched refs:maxStorage (Results 1 - 8 of 8) 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,
392 // SkASSERT(maxStorage == 0 || count == maxStorage);
408 // SkASSERT(storageOffset + 1 <= maxStorage);
418 // SkASSERT(storageOffset + count <= maxStorage);
433 // SkASSERT(maxStorage == 0 || maxStorage == numberOfComponents)
    [all...]
SkMemberInfo.h 87 int storageOffset, int maxStorage, SkDisplayable* ,
90 int storageOffset, int maxStorage, SkDisplayable* ,
94 int storageOffset, int maxStorage, void* untypedStorage, SkDisplayTypes outType,
  /external/freetype/include/freetype/
tttables.h 502 /* maxStorage :: The maximum number of elements in the */
538 FT_UShort maxStorage;
    [all...]
  /external/icu4c/samples/layout/
sfnt.h 176 le_uint16 maxStorage;
  /external/icu4c/test/letest/
FontObject.h 139 le_uint16 maxStorage;
sfnt.h 309 le_uint16 maxStorage;
  /external/freetype/src/sfnt/
ttload.c 647 FT_FRAME_USHORT( maxStorage ),
671 maxProfile->maxStorage = 0;
    [all...]
  /external/freetype/src/truetype/
ttobjs.c 944 size->storage_size = maxp->maxStorage;
    [all...]

Completed in 846 milliseconds