Searched refs:isAccelerated (Results 1 - 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/html/canvas/
H A DCanvasRenderingContext.h58 virtual bool isAccelerated() const { return false; } function in class:WebCore::CanvasRenderingContext
H A DCanvasRenderingContext2D.h75 virtual bool isAccelerated() const;
H A DCanvasRenderingContext2D.cpp150 bool CanvasRenderingContext2D::isAccelerated() const function in class:WebCore::CanvasRenderingContext2D
154 return buffer ? buffer->isAccelerated() : false;
542 if (isAccelerated() && op != CompositeSourceOver) {
1363 if (!isAccelerated() || !sourceContext || !sourceContext->isAccelerated() || !sourceContext->is2d())
1581 if (isAccelerated())
1587 if (isAccelerated() && renderBox && renderBox->hasLayer() && renderBox->layer()->hasAcceleratedCompositing())
H A DWebGLRenderingContext.h71 virtual bool isAccelerated() const { return true; } function in class:WebCore::WebGLRenderingContext
/external/webkit/Source/WebCore/rendering/
H A DRenderHTMLCanvas.cpp61 return canvas && canvas->renderingContext() && canvas->renderingContext()->isAccelerated();
H A DRenderLayerCompositor.cpp386 if (canvas->renderingContext() && canvas->renderingContext()->isAccelerated())
1569 return canvas->renderingContext() && canvas->renderingContext()->isAccelerated();
H A DRenderLayerBacking.cpp79 return context->isAccelerated();
/external/webkit/Source/WebCore/platform/graphics/
H A DImageBuffer.h85 bool isAccelerated() const { return m_accelerateRendering; } function in class:WebCore::ImageBuffer
/external/webkit/Source/WebCore/page/animation/
H A DAnimationBase.h211 bool isAccelerated() const { return m_isAccelerated; } function in class:WebCore::AnimationBase
H A DImplicitAnimation.cpp295 if (animationOfPropertyIsAccelerated(m_animatingProperty) && isAccelerated()) {
H A DKeyframeAnimation.cpp447 if (!animationOfPropertyIsAccelerated(*it) || !isAccelerated()) {
H A DCompositeAnimation.cpp147 if (AnimationBase::animationOfPropertyIsAccelerated(prop) && implAnim->isAccelerated()) {
H A DAnimationBase.cpp858 return !wrapper->animationIsAccelerated() || !anim->isAccelerated();
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DGraphicsContextCG.cpp1375 void GraphicsContext::setIsAcceleratedContext(bool isAccelerated) argument
1377 if (isAccelerated)

Completed in 149 milliseconds