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

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.cpp 215 IntSize desiredSize = DrawingBuffer::adjustSize(evictedContext->clampedCanvasSize(), IntSize(), evictedContext->m_maxTextureSize);
604 return DrawingBuffer::create(context, clampedCanvasSize(), preserve, attrs, contextEvictionManager.release());
807 canvas()->didDraw(FloatRect(FloatPoint(0, 0), clampedCanvasSize()));
    [all...]
WebGLRenderingContextBase.h     [all...]

Completed in 162 milliseconds