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

  /external/webkit/WebCore/platform/graphics/chromium/
UniscribeHelper.h 121 int spaceWidth() const
125 void setSpaceWidth(int spaceWidth)
127 m_spaceWidth = spaceWidth;
UniscribeHelperTextRun.cpp 51 setSpaceWidth(font.spaceWidth());
  /external/webkit/WebCore/platform/graphics/
Font.h 124 int spaceWidth() const { return (int)ceilf(primaryFont()->adjustedSpaceWidth() + m_letterSpacing); }
125 int tabWidth() const { return 8 * spaceWidth(); }
SimpleFontData.h 87 float spaceWidth() const { return m_spaceWidth; }
WidthIterator.cpp 133 if (width == fontData->spaceWidth() && (fontData->pitch() == FixedPitch || glyph == fontData->spaceGlyph()) && m_run.applyWordRounding())
  /external/webkit/WebCore/platform/graphics/win/
UniscribeController.cpp 269 unsigned logicalSpaceWidth = fontData->spaceWidth() * cLogicalScale;
270 float roundedSpaceWidth = roundf(fontData->spaceWidth());
  /external/webkit/WebCore/platform/graphics/mac/
ComplexTextController.cpp 433 CGFloat roundedSpaceWidth = roundCGFloat(fontData->spaceWidth());
460 CGSize advance = treatAsSpace ? CGSizeMake(fontData->spaceWidth(), advances[i].height) : advances[i];
  /external/webkit/WebCore/rendering/
RenderText.cpp 435 int monospaceCharacterWidth = f.spaceWidth();
508 int spaceWidth = f.width(TextRun(&space, 1));
509 maxW -= spaceWidth;
    [all...]
RenderBlockLineLayout.cpp     [all...]
RenderBlock.cpp     [all...]

Completed in 1075 milliseconds