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

/external/chromium_org/third_party/skia/include/core/
H A DSkPixelRef.h159 * Experimental -- tells the caller if it is worth it to call decodeInto().
184 bool decodeInto(int pow2, SkBitmap* bitmap) { function in class:SkPixelRef
/external/skia/include/core/
H A DSkPixelRef.h159 * Experimental -- tells the caller if it is worth it to call decodeInto().
184 bool decodeInto(int pow2, SkBitmap* bitmap) { function in class:SkPixelRef
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapProcState.cpp297 if (pr && pr->decodeInto(pow2, dst)) {
302 * If decodeInto() fails, it is possibe that we have an old subclass that
/external/skia/src/core/
H A DSkBitmapProcState.cpp297 if (pr && pr->decodeInto(pow2, dst)) {
302 * If decodeInto() fails, it is possibe that we have an old subclass that

Completed in 969 milliseconds