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

/external/webkit/Source/WebCore/html/
H A DHTMLImageElement.cpp306 int HTMLImageElement::naturalWidth() const function in class:WebCore::HTMLImageElement
/external/webkit/Source/WebCore/platform/graphics/win/
H A DQTMovie.cpp261 float naturalWidth = naturalRect.right - naturalRect.left; local
264 if (naturalWidth)
265 m_widthScaleFactor = (initialRect.right - initialRect.left) / naturalWidth;

Completed in 266 milliseconds