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

  /external/chromium/webkit/glue/media/
video_renderer_impl.cc 227 SkIRect local_dest_irect, local_dest_irect_saved; local
228 local_dest_rect.round(&local_dest_irect);
233 if (local_dest_irect.intersect(canvas->getTotalClip().getBounds())) {
234 // At this point |local_dest_irect| contains the rect that we should draw
241 local_dest_irect.fTop * bitmap.rowBytes() +
242 local_dest_irect.fLeft * 4;
253 size_t frame_clip_width = local_dest_irect.width() *
255 size_t frame_clip_height = local_dest_irect.height() *
262 (local_dest_irect.fLeft - local_dest_irect_saved.fLeft) *
265 (local_dest_irect.fTop - local_dest_irect_saved.fTop)
    [all...]
  /external/chromium_org/media/filters/
skcanvas_video_renderer.cc 105 SkIRect local_dest_irect, local_dest_irect_saved; local
106 local_dest_rect.round(&local_dest_irect);
111 if (!local_dest_irect.intersect(canvas->getTotalClip().getBounds()))
114 // At this point |local_dest_irect| contains the rect that we should draw
121 local_dest_irect.fTop * bitmap.rowBytes() +
122 local_dest_irect.fLeft * 4;
133 size_t frame_clip_width = local_dest_irect.width() *
135 size_t frame_clip_height = local_dest_irect.height() *
143 (local_dest_irect.fLeft - local_dest_irect_saved.fLeft) *
147 (local_dest_irect.fTop - local_dest_irect_saved.fTop)
    [all...]

Completed in 173 milliseconds