Searched refs:m_currentHeight (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/gtk/
H A DGraphicsContext3DGtk.cpp57 , m_currentHeight(0)
/external/webkit/Source/WebCore/platform/graphics/opengl/
H A DGraphicsContext3DOpenGL.cpp83 if (pixelsSize < m_currentWidth * m_currentHeight * 4)
92 ::glBlitFramebufferEXT(0, 0, m_currentWidth, m_currentHeight, 0, 0, m_currentWidth, m_currentHeight, GL_COLOR_BUFFER_BIT, GL_LINEAR);
110 ::glReadPixels(0, 0, m_currentWidth, m_currentHeight, GL_BGRA, GL_UNSIGNED_INT_8_8_8_8_REV, pixels);
125 int totalBytes = rowBytes * m_currentHeight;
142 paintToCanvas(pixels.get(), m_currentWidth, m_currentHeight,
153 RefPtr<ImageData> imageData = ImageData::create(IntSize(m_currentWidth, m_currentHeight));
155 int totalBytes = 4 * m_currentWidth * m_currentHeight;
171 if (width == m_currentWidth && height == m_currentHeight)
175 m_currentHeight
[all...]
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DGraphicsContext3DMac.mm92 , m_currentHeight(0)
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContext3DQt.cpp665 if ((width == m_currentWidth && height == m_currentHeight) || (!m_internal))
669 m_currentHeight = height;
676 return IntSize(m_currentWidth, m_currentHeight);
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext3D.h888 int m_currentWidth, m_currentHeight; member in class:WebCore::GraphicsContext3D

Completed in 47 milliseconds