OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:height_scale
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/cc/debug/
debug_rect_history.cc
75
float
height_scale
= layer->content_bounds().height() /
local
78
gfx::ScaleRect(layer->update_rect(), width_scale,
height_scale
);
/external/chromium_org/cc/input/
page_scale_animation.cc
136
float
height_scale
=
local
139
start_scroll_offset_ - target_scroll_offset_, width_scale,
height_scale
);
/external/skia/bench/
bench_analyze.py
92
height_scale
= None
103
height_scale
= max_bench / height
129
'%.3f' % ((height - y) *
height_scale
))
/external/chromium_org/cc/layers/
tiled_layer.cc
484
float
height_scale
=
local
487
update_rect_ = gfx::ScaleRect(update_rect, width_scale,
height_scale
);
499
1.f /
height_scale
,
[
all
...]
/external/chromium_org/cc/trees/
layer_tree_host_impl.cc
2114
float
height_scale
= 1.f \/ layer_impl->contents_scale_y();
local
[
all
...]
Completed in 1168 milliseconds