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

  /external/webkit/Source/WebCore/platform/graphics/chromium/
VideoLayerChromium.h 76 static IntSize computeVisibleSize(const VideoFrameChromium*, unsigned plane);
VideoLayerChromium.cpp 209 texture.visibleSize = computeVisibleSize(frame, plane);
217 IntSize VideoLayerChromium::computeVisibleSize(const VideoFrameChromium* frame, unsigned plane)
293 m_textures[plane].visibleSize = computeVisibleSize(frame, plane);

Completed in 28 milliseconds