OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CanFastPaint
(Results
1 - 3
of
3
) sorted by null
/external/chromium/webkit/glue/media/
video_renderer_impl.h
50
bool
CanFastPaint
(SkCanvas* canvas, const gfx::Rect& dest_rect);
59
//
CanFastPaint
() is used to determine the conditions.
video_renderer_impl.cc
66
if (
CanFastPaint
(canvas, dest_rect)) {
93
//
CanFastPaint
is a helper method to determine the conditions for fast
101
bool VideoRendererImpl::
CanFastPaint
(SkCanvas* canvas,
/external/chromium_org/media/filters/
skcanvas_video_renderer.cc
37
//
CanFastPaint
is a helper method to determine the conditions for fast
47
static bool
CanFastPaint
(SkCanvas* canvas, uint8 alpha,
74
//
CanFastPaint
() is used to determine the conditions.
316
if (
CanFastPaint
(canvas, alpha, video_frame->format())) {
Completed in 28 milliseconds