HomeSort by relevance Sort by last modified time
    Searched refs:current_width (Results 1 - 6 of 6) 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/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/chrome/browser/printing/
print_preview_pdf_generated_browsertest.cc 433 int current_width,
438 ASSERT_LE(current_width, desired_width);
440 if (current_width == desired_width)
443 int current_width_in_bytes = current_width * kColorChannels;
  /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)
  /external/chromium_org/chrome/browser/ui/views/
status_bubble_views.cc 484 int current_width,

Completed in 1583 milliseconds