Searched refs:onDecodeInto (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkPixelRef.h216 return this->onDecodeInto(pow2, bitmap);
312 virtual bool onDecodeInto(int pow2, SkBitmap* bitmap);
/external/skia/include/core/
H A DSkPixelRef.h226 return this->onDecodeInto(pow2, bitmap);
308 virtual bool onDecodeInto(int pow2, SkBitmap* bitmap);
/external/chromium_org/third_party/skia/src/core/
H A DSkPixelRef.cpp194 bool SkPixelRef::onDecodeInto(int pow2, SkBitmap* bitmap) { function in class:SkPixelRef
/external/skia/src/core/
H A DSkPixelRef.cpp239 bool SkPixelRef::onDecodeInto(int pow2, SkBitmap* bitmap) { function in class:SkPixelRef

Completed in 607 milliseconds