OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:current_width
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/views/corewm/
tooltip_aura.cc
92
int
current_width
= 0;
local
100
if (
current_width
+ word_width > available_width) {
104
current_width
= 0;
107
current_width
+= word_width;
/external/chromium_org/third_party/skia/tools/
PictureRenderer.cpp
566
int
current_width
= largest_possible_tile_size;
local
569
fTileWidth =
current_width
;
571
while (
current_width
>= fTileMinPowerOf2Width) {
573
if (
current_width
& rounded_value) {
580
SkIntToScalar(
current_width
),
582
tile_x_start +=
current_width
;
585
current_width
>>= 1;
/external/chromium_org/ui/views/controls/button/
label_button.cc
233
const int
current_width
= label.GetPreferredSize().width();
local
235
if (label.GetPreferredSize().width() <
current_width
)
Completed in 262 milliseconds