HomeSort by relevance Sort by last modified time
    Searched refs:hudSize (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCHeadsUpDisplay.cpp 85 IntSize hudSize;
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.height() * 0.5, 0)
    [all...]
CCHeadsUpDisplay.h 67 void drawHudContents(GraphicsContext*, const IntSize& hudSize);

Completed in 38 milliseconds