Searched defs:contents_height_scale (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/cc/resources/
H A Dskpicture_content_layer_updater.cc30 float contents_height_scale) {
42 contents_height_scale);
25 PrepareToUpdate( const gfx::Size& content_size, const gfx::Rect& paint_rect, const gfx::Size& tile_size, float contents_width_scale, float contents_height_scale) argument
H A Dcontent_layer_updater.cc44 float contents_height_scale) {
57 contents_width_scale != 1.f || contents_height_scale != 1.f;
89 SkFloatToScalar(contents_height_scale));
94 paint_rect, 1.f / contents_width_scale, 1.f / contents_height_scale);
40 PaintContents(SkCanvas* canvas, const gfx::Size& layer_content_size, const gfx::Rect& paint_rect, float contents_width_scale, float contents_height_scale) argument
H A Dlayer_updater.h54 float contents_height_scale) {}
50 PrepareToUpdate(const gfx::Size& content_size, const gfx::Rect& paint_rect, const gfx::Size& tile_size, float contents_width_scale, float contents_height_scale) argument
H A Dbitmap_content_layer_updater.cc61 float contents_height_scale) {
80 contents_height_scale);
57 PrepareToUpdate(const gfx::Size& content_size, const gfx::Rect& paint_rect, const gfx::Size& tile_size, float contents_width_scale, float contents_height_scale) argument
/external/chromium_org/cc/test/
H A Dtiled_layer_test_common.cc42 float contents_height_scale) {
38 PrepareToUpdate(const gfx::Size& content_size, const gfx::Rect& paint_rect, const gfx::Size& tile_size, float contents_width_scale, float contents_height_scale) argument

Completed in 81 milliseconds