OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DrawViewportSize
(Results
1 - 9
of
9
) 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_host_common_perftest.cc
130
active_tree->
DrawViewportSize
(),
layer_tree_impl.cc
385
DrawViewportSize
(),
606
gfx::Size LayerTreeImpl::
DrawViewportSize
() const {
607
return layer_tree_host_impl_->
DrawViewportSize
();
layer_tree_impl.h
83
gfx::Size
DrawViewportSize
() const;
layer_tree_host_impl.h
207
gfx::Size
DrawViewportSize
() const;
layer_tree_host_impl.cc
370
if (
DrawViewportSize
().IsEmpty()) {
[
all
...]
layer_tree_host_unittest.cc
1009
EXPECT_EQ(gfx::Size(20, 20), impl->
DrawViewportSize
());
[
all
...]
layer_tree_host_impl_unittest.cc
[
all
...]
/external/chromium_org/cc/layers/
picture_layer_impl.cc
334
gfx::Size viewport_size = layer_tree_impl()->
DrawViewportSize
();
[
all
...]
Completed in 3181 milliseconds