HomeSort by relevance Sort by last modified time
    Searched refs:paintContext (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.h 142 bool paintContext(SkPicture* context, const IntRect& rect);
GraphicsLayerAndroid.cpp 574 if (!paintContext(m_contentLayer->recordContext(), layerBounds))
594 (void) paintContext(m_foregroundLayer->recordContext(), contentsRect);
626 if (!paintContext(m_contentLayer->recordContext(), layerBounds))
665 bool GraphicsLayerAndroid::paintContext(SkPicture* context,
    [all...]

Completed in 210 milliseconds