HomeSort by relevance Sort by last modified time
    Searched refs:spaceWidth (Results 1 - 9 of 9) 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 622 float monospaceCharacterWidth = f.spaceWidth();
699 float spaceWidth = f.width(TextRun(&space, 1));
700 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];
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 

Completed in 108 milliseconds