HomeSort by relevance Sort by last modified time
    Searched full:clipped_rect (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/cc/quads/
texture_draw_quad.cc 108 gfx::RectF clipped_rect = IntersectRects(rect_f, clipRect()); local
109 if (clipped_rect.IsEmpty()) {
121 clipped_rect.bottom_right() - rect_f.origin(),
126 clipped_rect.origin() - rect_f.origin(),
137 const float x1 = (clipped_rect.x() - rect_f.x()) / rect_f.width();
138 const float y1 = (clipped_rect.y() - rect_f.y()) / rect_f.height();
139 const float x3 = (clipped_rect.right() - rect_f.x()) / rect_f.width();
140 const float y3 = (clipped_rect.bottom() - rect_f.y()) / rect_f.height();
152 clipped_rect -= offset;
153 clipped_rect.Scale(1.0f / x_scale, 1.0f / y_scale)
    [all...]
  /external/chromium_org/ppapi/utility/graphics/
paint_manager.cc 80 Rect clipped_rect = rect.Intersect(Rect(GetEffectiveSize())); local
81 if (clipped_rect.IsEmpty())
85 aggregator_.InvalidateRect(clipped_rect);
  /external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.cc     [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_common_unittest.cc 2933 gfx::RectF clipped_rect = local
    [all...]

Completed in 792 milliseconds