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

  /external/webkit/WebCore/platform/graphics/chromium/
GlyphPageTreeNodeChromiumWin.cpp 53 static Glyph initSpaceGlyph(HDC dc, Glyph* spaceGlyph)
55 if (*spaceGlyph)
56 return *spaceGlyph;
59 GetGlyphIndices(dc, &space, 1, spaceGlyph, 0);
60 return *spaceGlyph;
140 Glyph spaceGlyph = 0; // Glyph for a space. Lazily filled.
152 glyph = initSpaceGlyph(dc, &spaceGlyph);
  /external/webkit/WebCore/platform/graphics/win/
UniscribeController.cpp 277 glyphs[clusters[k]] = fontData->spaceGlyph();
316 if (roundedAdvance == roundedSpaceWidth && (fontData->pitch() == FixedPitch || glyph == fontData->spaceGlyph()) &&
327 if (glyph == fontData->spaceGlyph()) {
  /external/webkit/WebCore/platform/graphics/
SimpleFontData.h 94 Glyph spaceGlyph() const { return m_spaceGlyph; }
WidthIterator.cpp 133 if (width == fontData->spaceWidth() && (fontData->pitch() == FixedPitch || glyph == fontData->spaceGlyph()) && m_run.applyWordRounding())
  /external/webkit/WebCore/platform/graphics/mac/
ComplexTextController.cpp 459 CGGlyph glyph = treatAsSpace ? fontData->spaceGlyph() : glyphs[i];
467 glyph = fontData->spaceGlyph();
480 if (roundedAdvanceWidth == roundedSpaceWidth && (fontData->pitch() == FixedPitch || glyph == fontData->spaceGlyph()) && m_run.applyWordRounding())
490 if (glyph == fontData->spaceGlyph()) {

Completed in 42 milliseconds