Searched refs:inset_top (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/resources/
H A Dpicture_pile_impl.cc239 int inset_top = std::max(0, min_content_top - content_clip.y()); local
240 content_clip.Inset(inset_left, inset_top, 0, 0);
H A Dpicture_layer_tiling.cc323 int inset_top = std::max(0, min_top - current_geometry_rect_.y()); local
324 current_geometry_rect_.Inset(inset_left, inset_top, 0, 0);

Completed in 132 milliseconds