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

  /external/chromium_org/ui/native_theme/
native_theme_base.cc 901 float tile_scale_y = static_cast<float>(rect.height()) / bar_image->height(); local
909 dest_left_border_width = dest_left_border_width * tile_scale_y;
913 dest_right_border_width = dest_right_border_width * tile_scale_y;
920 int new_tile_width = static_cast<int>(bar_image->width() * tile_scale_y);
925 DrawTiledImage(canvas, *bar_image, 0, 0, tile_scale_x, tile_scale_y,
    [all...]
native_theme_base.h 159 float tile_scale_x, float tile_scale_y,
  /external/chromium_org/ui/gfx/
canvas.h 400 float tile_scale_y,
canvas.cc 500 float tile_scale_y,
514 SkFloatToScalar(tile_scale_y));

Completed in 309 milliseconds