Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/android/layers/
DMediaLayer.cpp66 SkRect mediaBounds; in drawGL() local
67 mediaBounds.set(0, 0, getSize().width(), getSize().height()); in drawGL()
68 mediaBounds.inset(m_outlineSize, m_outlineSize); in drawGL()
82 m_mediaTexture->draw(m, m_drawTransform, mediaBounds); in drawGL()
DMediaTexture.cpp132 const SkRect& mediaBounds) in draw() argument
136 if (mediaBounds.isEmpty()) in draw()
154 dimensions.offset(mediaBounds.fLeft, mediaBounds.fTop); in draw()
157 if (!mediaBounds.contains(dimensions)) { in draw()
181 GL_LINEAR, LayerQuad, &contentMatrix, &mediaBounds, in draw()
DMediaTexture.h52 const SkRect& mediaBounds);