Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGInlineTextBox.cpp554 PaintingResourceScope resourceScope(*decorationRenderer); in paintDecorationWithStyle() local
555 if (resourceScope.acquirePaintingResource(context, decorationStyle, resourceMode)) { in paintDecorationWithStyle()
557 resourceScope.releasePaintingResource(context); in paintDecorationWithStyle()
589 PaintingResourceScope resourceScope(parent()->renderer()); in paintTextWithShadows() local
590 if (resourceScope.acquirePaintingResource(context, style, resourceMode)) { in paintTextWithShadows()
603 resourceScope.releasePaintingResource(context); in paintTextWithShadows()