Searched defs:adjustSize (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
H A DDrawingBuffer.cpp764 IntSize DrawingBuffer::adjustSize(const IntSize& desiredSize, const IntSize& curSize, int maxTextureSize) function in class:blink::DrawingBuffer
793 IntSize adjustedSize = adjustSize(size, m_size, m_maxTextureSize);
804 adjustedSize = adjustSize(size, m_size, m_maxTextureSize);
820 adjustedSize = adjustSize(newSize, m_size, m_maxTextureSize);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 96 milliseconds