HomeSort by relevance Sort by last modified time
    Searched defs:needsTexture (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/layers/
BaseLayerAndroid.h 45 virtual bool needsTexture() { return content(); }
63 virtual bool needsTexture() { return false; }
72 virtual bool needsTexture() { return true; }
MediaLayer.h 41 virtual bool needsTexture() { return false; }
CanvasLayer.cpp 181 bool CanvasLayer::needsTexture()
183 return (m_bitmap && !masksToBounds()) || LayerAndroid::needsTexture();
LayerAndroid.cpp 547 bool LayerAndroid::needsTexture()
550 || (m_originalLayer && m_originalLayer->needsTexture());
577 if (needsTexture())
606 needsTexture() ? "needsTexture" : "",
687 needsTexture(), getWidth(), getHeight());
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
Surface.h 63 bool needsTexture() { return m_needsTexture; }

Completed in 49 milliseconds