OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inner_min
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ui/gfx/image/
image_util.cc
68
int
inner_min
= bitmap.width();
local
72
inner_min
= x;
76
if (
inner_min
< bitmap.width())
81
for (int x = bitmap.width() - 1; x >
inner_min
; --x) {
92
if (
inner_min
== bitmap.width()) {
98
*leading =
inner_min
;
Completed in 32 milliseconds