Searched refs:untypedStorage (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/animator/ |
D | SkMemberInfo.cpp | 196 void* untypedStorage = NULL; in setValue() local 198 untypedStorage = (SkTDOperandArray*) memberData(displayable); in setValue() 328 *(SkBase64* ) untypedStorage = base64; in setValue() 338 untypedStorage, outType, scriptValue)) { in setValue() 357 int storageOffset, int maxStorage, void* untypedStorage, SkDisplayTypes outType, in writeValue() argument 360 SkOperand* storage = untypedStorage ? (SkOperand*) untypedStorage : arrayStorage ? in writeValue() 403 SkTypedArray* destArray = (SkTypedArray*) (untypedStorage ? untypedStorage : arrayStorage); in writeValue() 423 …SkString* string = untypedStorage ? (SkString*) untypedStorage : (*arrayStorage)[storageOffset].fS… in writeValue()
|
D | SkMemberInfo.h | 94 int storageOffset, int maxStorage, void* untypedStorage, SkDisplayTypes outType,
|