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

  /external/webkit/Source/WebCore/platform/graphics/chromium/
UniscribeHelper.h 122 int spaceWidth() const
126 void setSpaceWidth(int spaceWidth)
128 m_spaceWidth = spaceWidth;
UniscribeHelperTextRun.cpp 53 setSpaceWidth(font.spaceWidth());
  /external/webkit/Source/WebCore/platform/graphics/
Font.h 134 float spaceWidth() const { return primaryFont()->spaceWidth() + m_letterSpacing; }
135 float tabWidth(const SimpleFontData& fontData) const { return 8 * fontData.spaceWidth() + letterSpacing(); }
SimpleFontData.h 116 float spaceWidth() const { return m_spaceWidth; }
  /external/webkit/Source/WebCore/platform/graphics/win/
UniscribeController.cpp 269 unsigned logicalSpaceWidth = fontData->spaceWidth() * cLogicalScale;
270 float spaceWidth = fontData->spaceWidth();
  /external/webkit/Source/WebCore/rendering/
RenderText.cpp 587 float monospaceCharacterWidth = f.spaceWidth();
664 float spaceWidth = f.width(TextRun(&space, 1));
665 maxW -= spaceWidth;
    [all...]
RenderBlock.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextController.cpp 455 CGSize advance = treatAsSpace ? CGSizeMake(fontData->spaceWidth(), advances[i].height) : advances[i];

Completed in 653 milliseconds