Searched refs:hudSize (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
H A DCCHeadsUpDisplay.cpp85 IntSize hudSize; local
87 hudSize.setWidth(min(2048, m_layerRenderer->viewportSize().width()));
88 hudSize.setHeight(min(2048, m_layerRenderer->viewportSize().height()));
90 hudSize.setWidth(512);
91 hudSize.setHeight(128);
94 m_hudTexture->reserve(hudSize, GraphicsContext3D::RGBA);
98 canvas.resize(hudSize);
101 drawHudContents(painter.context(), hudSize);
121 matrix.translate3d(hudSize.width() * 0.5, hudSize
128 drawHudContents(GraphicsContext* ctx, const IntSize& hudSize) argument
[all...]
H A DCCHeadsUpDisplay.h67 void drawHudContents(GraphicsContext*, const IntSize& hudSize);

Completed in 116 milliseconds