Home | History | Annotate | Download | only in core

Lines Matching refs:unflatten

274     // Unflatten this into result, using bitmapHeap and facePlayback for bitmaps and fonts if given.
275 void unflatten(void* result,
437 * Unflatten the objects and return them in SkTRefArray, or return NULL
447 this->unflatten(&array->writableAt(i), fIndexedData[i+1]);
453 * Unflatten the specific object at the given index.
456 T* unflatten(int index) const {
461 this->unflatten(dst, element);
562 void unflatten(T* dst, const SkFlatData* element) const {
563 element->unflatten(dst,
598 ((T*)obj)->unflatten(buffer);