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

/external/chromium_org/third_party/skia/src/core/
H A DSkBitmap.cpp875 static size_t get_sub_offset(const SkBitmap& bm, int x, int y) { function
915 // The remainder will be the x position, after we reverse get_sub_offset.
981 size_t offset = get_sub_offset(*this, r.fLeft, r.fTop);
1177 pixelRefOffset = get_sub_offset(*dst, x, y);
/external/skia/src/core/
H A DSkBitmap.cpp875 static size_t get_sub_offset(const SkBitmap& bm, int x, int y) { function
915 // The remainder will be the x position, after we reverse get_sub_offset.
981 size_t offset = get_sub_offset(*this, r.fLeft, r.fTop);
1177 pixelRefOffset = get_sub_offset(*dst, x, y);

Completed in 100 milliseconds