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

  /external/chromium_org/ui/native_theme/
native_theme_base.h 159 float tile_scale_x, float tile_scale_y,
native_theme_base.cc 923 float tile_scale_x = static_cast<float>(new_tile_width) / bar_image->width(); local
925 DrawTiledImage(canvas, *bar_image, 0, 0, tile_scale_x, tile_scale_y,
937 float big_scale_x = tile_scale_x;
    [all...]
  /external/chromium_org/ui/gfx/
canvas.h 399 float tile_scale_x,
canvas.cc 499 float tile_scale_x,
513 shader_scale.setScale(SkFloatToScalar(tile_scale_x),

Completed in 673 milliseconds