OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:paintingtree
(Results
1 - 1
of
1
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/android/
TreeManager.cpp
287
BaseLayerAndroid*
paintingTree
= 0;
290
paintingTree
= static_cast<BaseLayerAndroid*>(m_paintingTree);
292
paintingTree
= static_cast<BaseLayerAndroid*>(m_drawingTree);
293
SkSafeRef(
paintingTree
);
296
if (!
paintingTree
)
300
paintingTree
->drawCanvas(canvas);
302
if (drawLayers &&
paintingTree
->countChildren()) {
304
Layer* layers =
paintingTree
->getChild(0);
308
SkSafeUnref(
paintingTree
);
Completed in 26 milliseconds