OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CanFastPaint
(Results
1 - 2
of
2
) sorted by null
/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())) {
/external/chromium/webkit/glue/media/
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,
Completed in 89 milliseconds