HomeSort by relevance Sort by last modified time
    Searched refs:inset_top (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/resources/
picture_pile_impl.cc 206 int inset_top = std::max(0, min_content_top - content_clip.y()); local
207 content_clip.Inset(inset_left, inset_top, 0, 0);
picture_layer_tiling.cc 420 int inset_top = std::max(0, min_top - current_geometry_rect_.y()); local
421 current_geometry_rect_.Inset(inset_left, inset_top, 0, 0);
    [all...]

Completed in 97 milliseconds