Home
last modified time | relevance | path

Searched refs:get_bounds_from_bitmap (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkBitmapCache.cpp35 static SkIRect get_bounds_from_bitmap(const SkBitmap& bm) { in get_bounds_from_bitmap() function
64 return { bm.getGenerationID(), scaledWidth, scaledHeight, get_bounds_from_bitmap(bm) }; in Make()
71 return { bm.getGenerationID(), 0, 0, get_bounds_from_bitmap(bm) }; in Make()
413 MipMapRec* rec = new MipMapRec(src.getGenerationID(), get_bounds_from_bitmap(src), in AddAndRef()
/external/skqp/src/core/
DSkBitmapCache.cpp35 static SkIRect get_bounds_from_bitmap(const SkBitmap& bm) { in get_bounds_from_bitmap() function
64 return { bm.getGenerationID(), scaledWidth, scaledHeight, get_bounds_from_bitmap(bm) }; in Make()
71 return { bm.getGenerationID(), 0, 0, get_bounds_from_bitmap(bm) }; in Make()
413 MipMapRec* rec = new MipMapRec(src.getGenerationID(), get_bounds_from_bitmap(src), in AddAndRef()