HomeSort by relevance Sort by last modified time
    Searched refs:current_width (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ui/views/corewm/
tooltip_aura.cc 94 int current_width = 0; local
102 if (current_width + word_width > available_width) {
106 current_width = 0;
109 current_width += word_width;
  /external/chromium_org/third_party/skia/tools/
PictureRenderer.cpp 552 int current_width = largest_possible_tile_size; local
555 fTileWidth = current_width;
557 while (current_width >= fTileMinPowerOf2Width) {
559 if (current_width & rounded_value) {
566 SkIntToScalar(current_width),
568 tile_x_start += current_width;
571 current_width >>= 1;
    [all...]
  /external/skia/tools/
PictureRenderer.cpp 552 int current_width = largest_possible_tile_size; local
555 fTileWidth = current_width;
557 while (current_width >= fTileMinPowerOf2Width) {
559 if (current_width & rounded_value) {
566 SkIntToScalar(current_width),
568 tile_x_start += current_width;
571 current_width >>= 1;
    [all...]
  /external/chromium_org/ui/views/controls/button/
label_button.cc 197 const int current_width = label.GetPreferredSize().width(); local
199 if (label.GetPreferredSize().width() < current_width)
  /external/chromium_org/chrome/browser/ui/views/
status_bubble_views.cc 510 int current_width,

Completed in 120 milliseconds