Searched refs:Unflatten (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkPaint.h1029 static void Unflatten(SkReadBuffer& buffer, SkPaint* paint);
/external/chromium_org/third_party/skia/src/core/
H A DSkPictureFlat.h291 // Unflatten this into result, using bitmapHeap and facePlayback for bitmaps and fonts if given
305 Traits::Unflatten(buffer, result);
452 * Unflatten the objects and return them in SkTRefArray, or return NULL
468 * Unflatten the specific object at the given index.
H A DSkPaint.cpp2659 void SkPaint::FlatteningTraits::Unflatten(SkReadBuffer& buffer, SkPaint* paint) { function in class:SkPaint::FlatteningTraits
/external/chromium_org/third_party/skia/tests/
H A DPaintTest.cpp340 SkPaint::FlatteningTraits::Unflatten(reader, &other);
/external/skia/include/core/
H A DSkPaint.h1036 static void Unflatten(SkReadBuffer& buffer, SkPaint* paint);
/external/skia/src/core/
H A DSkPictureFlat.h288 // Unflatten this into result, using bitmapHeap and facePlayback for bitmaps and fonts if given
302 Traits::Unflatten(buffer, result);
449 * Unflatten the objects and return them in SkTRefArray, or return NULL
465 * Unflatten the specific object at the given index.
H A DSkPaint.cpp2736 void SkPaint::FlatteningTraits::Unflatten(SkReadBuffer& buffer, SkPaint* paint) { function in class:SkPaint::FlatteningTraits
/external/skia/tests/
H A DPaintTest.cpp337 SkPaint::FlatteningTraits::Unflatten(reader, &other);

Completed in 118 milliseconds