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

/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapCache.cpp23 static SkIRect get_bounds_from_bitmap(const SkBitmap& bm) { function
82 BitmapKey key(src.getGenerationID(), invScaleX, invScaleY, get_bounds_from_bitmap(src));
95 get_bounds_from_bitmap(src), result));
127 : fKey(src.getGenerationID(), 0, 0, get_bounds_from_bitmap(src))
152 BitmapKey key(src.getGenerationID(), 0, 0, get_bounds_from_bitmap(src));
/external/skia/src/core/
H A DSkScaledImageCache.cpp351 static SkIRect get_bounds_from_bitmap(const SkBitmap& bm) { function
383 scaleY, get_bounds_from_bitmap(orig));
395 get_bounds_from_bitmap(orig));
449 SkIRect bounds = get_bounds_from_bitmap(orig);
460 SkIRect bounds = get_bounds_from_bitmap(orig);

Completed in 360 milliseconds