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

  /external/webkit/WebCore/platform/graphics/win/
UniscribeController.cpp 270 float roundedSpaceWidth = roundf(fontData->spaceWidth());
316 if (roundedAdvance == roundedSpaceWidth && (fontData->pitch() == FixedPitch || glyph == fontData->spaceGlyph()) &&
  /external/webkit/WebCore/platform/graphics/mac/
ComplexTextController.cpp 433 CGFloat roundedSpaceWidth = roundCGFloat(fontData->spaceWidth());
480 if (roundedAdvanceWidth == roundedSpaceWidth && (fontData->pitch() == FixedPitch || glyph == fontData->spaceGlyph()) && m_run.applyWordRounding())

Completed in 47 milliseconds