Searched refs:high_res (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/cc/layers/
H A Dpicture_layer_impl.cc852 PictureLayerTiling* high_res = NULL; local
870 DCHECK(!high_res) << "There can only be one high res tiling";
871 high_res = tiling;
883 DCHECK(high_res) << "There must be one high res tiling";
901 twin_high_res = high_res ? GetTwinTiling(high_res) : NULL;
919 high_res, twin_high_res, rect, missing_region)) {
1041 PictureLayerTiling* high_res = NULL; local
1048 high_res = tiling;
1058 if (!high_res) {
[all...]
H A Dpicture_layer_impl_unittest.cc2107 PictureLayerTiling* high_res = local
2109 ASSERT_TRUE(!!high_res);
2110 EXPECT_EQ(HIGH_RESOLUTION, high_res->resolution());
/external/chromium_org/base/message_loop/
H A Dmessage_loop.cc619 bool high_res = pending_high_res_tasks_ > 0; local
620 if (high_res != in_high_res_mode_) {
621 in_high_res_mode_ = high_res;

Completed in 310 milliseconds