OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DrawViewportSize
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/cc/debug/
overdraw_metrics.cc
150
static gfx::Size
DrawViewportSize
(const LayerTreeHost* host) {
153
static gfx::Size
DrawViewportSize
(const LayerTreeHostImpl* host_impl) {
154
return host_impl->
DrawViewportSize
();
163
float normalization = 1000.f / (
DrawViewportSize
(layer_tree_host).width() *
164
DrawViewportSize
(layer_tree_host).height());
168
10000.f / (
DrawViewportSize
(layer_tree_host).width() / 256.f *
169
DrawViewportSize
(layer_tree_host).height() / 256.f);
/external/chromium_org/cc/trees/
layer_tree_impl.cc
385
DrawViewportSize
(),
606
gfx::Size LayerTreeImpl::
DrawViewportSize
() const {
607
return layer_tree_host_impl_->
DrawViewportSize
();
layer_tree_host_impl.cc
370
if (
DrawViewportSize
().IsEmpty()) {
[
all
...]
Completed in 366 milliseconds