OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_currentWidth
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/gtk/
GraphicsContext3DGtk.cpp
56
:
m_currentWidth
(0)
/external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp
83
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);
124
int rowBytes =
m_currentWidth
* 4;
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)
174
m_currentWidth
= width
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/mac/
GraphicsContext3DMac.mm
91
:
m_currentWidth
(0)
/external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp
665
if ((width ==
m_currentWidth
&& height == m_currentHeight) || (!m_internal))
668
m_currentWidth
= width;
676
return IntSize(
m_currentWidth
, m_currentHeight);
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.h
[
all
...]
Completed in 212 milliseconds