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

  /external/webkit/Source/WebCore/rendering/svg/
SVGImageBufferTools.h 44 static IntSize roundedImageBufferSize(const FloatSize&);
SVGImageBufferTools.cpp 55 IntSize imageSize(roundedImageBufferSize(clampedAbsoluteTargetRect.size()));
56 IntSize unclampedImageSize(SVGImageBufferTools::roundedImageBufferSize(absoluteTargetRect.size()));
111 IntSize SVGImageBufferTools::roundedImageBufferSize(const FloatSize& size)

Completed in 54 milliseconds