OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_sub_offset
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkBitmap.cpp
884
static size_t
get_sub_offset
(const SkBitmap& bm, int x, int y) {
function
922
// The remainder will be the x position, after we reverse
get_sub_offset
.
986
size_t offset =
get_sub_offset
(*this, r.fLeft, r.fTop);
[
all
...]
/external/skia/src/core/
SkBitmap.cpp
884
static size_t
get_sub_offset
(const SkBitmap& bm, int x, int y) {
function
922
// The remainder will be the x position, after we reverse
get_sub_offset
.
986
size_t offset =
get_sub_offset
(*this, r.fLeft, r.fTop);
[
all
...]
Completed in 23 milliseconds