HomeSort by relevance Sort by last modified time
    Searched full: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 98 SkIRect local_dest_irect, local_dest_irect_saved; local
99 local_dest_rect.round(&local_dest_irect);
104 if (!local_dest_irect.intersect(canvas->getTotalClip().getBounds()))
107 // At this point |local_dest_irect| contains the rect that we should draw
114 local_dest_irect.fTop * bitmap.rowBytes() +
115 local_dest_irect.fLeft * 4;
126 size_t frame_clip_width = local_dest_irect.width() *
128 size_t frame_clip_height = local_dest_irect.height() *
136 (local_dest_irect.fLeft - local_dest_irect_saved.fLeft) *
140 (local_dest_irect.fTop - local_dest_irect_saved.fTop)
    [all...]

Completed in 152 milliseconds