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

  /external/webkit/WebCore/rendering/
RenderVideo.h 76 int calcAspectRatioHeight() const;
RenderImage.h 95 int calcAspectRatioHeight() const;
RenderVideo.cpp 231 height = calcAspectRatioHeight() * style()->effectiveZoom();
248 int RenderVideo::calcAspectRatioHeight() const
RenderImage.cpp 629 height = calcAspectRatioHeight();
668 int RenderImage::calcAspectRatioHeight() const

Completed in 33 milliseconds