Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/include/core/
DSkPixelRef.h215 return this->onDecodeInto(pow2, bitmap); in decodeInto()
297 virtual bool onDecodeInto(int pow2, SkBitmap* bitmap);
/external/skia/include/core/
DSkPixelRef.h215 return this->onDecodeInto(pow2, bitmap); in decodeInto()
297 virtual bool onDecodeInto(int pow2, SkBitmap* bitmap);
/external/chromium_org/third_party/skia/src/core/
DSkPixelRef.cpp226 bool SkPixelRef::onDecodeInto(int pow2, SkBitmap* bitmap) { in onDecodeInto() function in SkPixelRef
/external/skia/src/core/
DSkPixelRef.cpp226 bool SkPixelRef::onDecodeInto(int pow2, SkBitmap* bitmap) { in onDecodeInto() function in SkPixelRef