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

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DComplexTextControllerLinux.h104 const unsigned width() const { return m_pixelWidth; }
143 unsigned m_pixelWidth; // Width (in px) of the current script run. member in class:WebCore::ComplexTextController
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DFontAndroid.cpp478 unsigned width() const { return m_pixelWidth; }
520 unsigned m_pixelWidth; // Width (in px) of the current script run. member in class:WebCore::TextRunWalker
883 m_pixelWidth = position;
884 m_offsetX += m_pixelWidth;

Completed in 33 milliseconds