Home
last modified time | relevance | path

Searched refs:CanFastPaint (Results 1 – 3 of 3) sorted by relevance

/external/chromium/webkit/glue/media/
Dvideo_renderer_impl.h50 bool CanFastPaint(SkCanvas* canvas, const gfx::Rect& dest_rect);
Dvideo_renderer_impl.cc66 if (CanFastPaint(canvas, dest_rect)) { in Paint()
101 bool VideoRendererImpl::CanFastPaint(SkCanvas* canvas, in CanFastPaint() function in webkit_glue::VideoRendererImpl
/external/chromium_org/media/filters/
Dskcanvas_video_renderer.cc47 static bool CanFastPaint(SkCanvas* canvas, uint8 alpha, in CanFastPaint() function
316 if (CanFastPaint(canvas, alpha, video_frame->format())) { in Paint()