HomeSort by relevance Sort by last modified time
    Searched refs:decodeInto (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/include/core/
SkPixelRef.h 159 * Experimental -- tells the caller if it is worth it to call decodeInto().
184 bool decodeInto(int pow2, SkBitmap* bitmap) {
  /external/skia/include/core/
SkPixelRef.h 159 * Experimental -- tells the caller if it is worth it to call decodeInto().
184 bool decodeInto(int pow2, SkBitmap* bitmap) {
  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcState.cpp 297 if (pr && pr->decodeInto(pow2, dst)) {
302 * If decodeInto() fails, it is possibe that we have an old subclass that
    [all...]
  /external/skia/src/core/
SkBitmapProcState.cpp 297 if (pr && pr->decodeInto(pow2, dst)) {
302 * If decodeInto() fails, it is possibe that we have an old subclass that
    [all...]

Completed in 31 milliseconds