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

  /external/skia/src/core/
SkBitmapCache.cpp 35 static SkIRect get_bounds_from_bitmap(const SkBitmap& bm) { function
46 * return that subset (see get_bounds_from_bitmap).
64 return { bm.getGenerationID(), scaledWidth, scaledHeight, get_bounds_from_bitmap(bm) };
71 return { bm.getGenerationID(), 0, 0, get_bounds_from_bitmap(bm) };
413 MipMapRec* rec = new MipMapRec(src.getGenerationID(), get_bounds_from_bitmap(src),
  /external/skqp/src/core/
SkBitmapCache.cpp 35 static SkIRect get_bounds_from_bitmap(const SkBitmap& bm) { function
46 * return that subset (see get_bounds_from_bitmap).
64 return { bm.getGenerationID(), scaledWidth, scaledHeight, get_bounds_from_bitmap(bm) };
71 return { bm.getGenerationID(), 0, 0, get_bounds_from_bitmap(bm) };
413 MipMapRec* rec = new MipMapRec(src.getGenerationID(), get_bounds_from_bitmap(src),

Completed in 88 milliseconds