HomeSort by relevance Sort by last modified time
    Searched defs:unflatten (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkImageInfo.cpp 20 void SkImageInfo::unflatten(SkReadBuffer& buffer) { function in class:SkImageInfo
SkImageFilter.cpp 77 bool SkImageFilter::Common::unflatten(SkReadBuffer& buffer, int expectedCount) { function in class:SkImageFilter::Common
138 if (common.unflatten(buffer, inputCount)) {
SkPictureFlat.h 291 // Unflatten this into result, using bitmapHeap and facePlayback for bitmaps and fonts if given
293 void unflatten(T* result, function in class:SkFlatData
305 Traits::Unflatten(buffer, result);
452 * Unflatten the objects and return them in SkTRefArray, or return NULL
462 this->unflatten(&array->writableAt(i), fIndexedData[i]);
468 * Unflatten the specific object at the given index.
471 T* unflatten(int index) const { function in class:SkFlatDictionary
477 this->unflatten(dst, element);
555 void unflatten(T* dst, const SkFlatData* element) const { function in class:SkFlatDictionary
556 element->unflatten<Traits>(dst
    [all...]
SkPaint.cpp 2138 void SkPaint::unflatten(SkReadBuffer& buffer) { function in class:SkPaint
    [all...]
  /external/chromium_org/third_party/skia/src/effects/gradients/
SkGradientShader.cpp 33 bool SkGradientShaderBase::DescriptorScope::unflatten(SkReadBuffer& buffer) { function in class:SkGradientShaderBase::DescriptorScope
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 292 milliseconds