Home
last modified time | relevance | path

Searched refs:untypedStorage (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/animator/
DSkMemberInfo.cpp203 void* untypedStorage = NULL; in setValue() local
205 untypedStorage = (SkTDOperandArray*) memberData(displayable); in setValue()
335 *(SkBase64* ) untypedStorage = base64; in setValue()
345 untypedStorage, outType, scriptValue)) { in setValue()
364 int storageOffset, int maxStorage, void* untypedStorage, SkDisplayTypes outType, in writeValue() argument
367 SkOperand* storage = untypedStorage ? (SkOperand*) untypedStorage : arrayStorage ? in writeValue()
410 SkTypedArray* destArray = (SkTypedArray*) (untypedStorage ? untypedStorage : arrayStorage); in writeValue()
430 …SkString* string = untypedStorage ? (SkString*) untypedStorage : (*arrayStorage)[storageOffset].fS… in writeValue()
DSkMemberInfo.h106 int storageOffset, int maxStorage, void* untypedStorage, SkDisplayTypes outType,