HomeSort by relevance Sort by last modified time
    Searched defs:glyphBounds (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
WidthCache.h 46 IntRectExtent glyphBounds;
Font.cpp 141 static inline void updateGlyphOverflowFromBounds(const IntRectExtent& glyphBounds,
145 glyphBounds.top() - (glyphOverflow->computeBounds ? 0 : fontMetrics.ascent()));
147 glyphBounds.bottom() - (glyphOverflow->computeBounds ? 0 : fontMetrics.descent()));
148 glyphOverflow->left = glyphBounds.left();
149 glyphOverflow->right = glyphBounds.right();
171 updateGlyphOverflowFromBounds(cacheEntry->glyphBounds, fontMetrics(), glyphOverflow);
176 IntRectExtent glyphBounds;
178 result = floatWidthForComplexText(run, fallbackFonts, &glyphBounds);
181 result = floatWidthForSimpleText(run, fallbackFonts, glyphOverflow ? &glyphBounds : 0);
185 cacheEntry->glyphBounds = glyphBounds
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzShaper.cpp     [all...]
  /frameworks/minikin/libs/minikin/
Layout.cpp 755 MinikinRect glyphBounds;
756 ctx->paint.font->GetBounds(&glyphBounds, glyph_ix, ctx->paint);
757 glyphBounds.offset(x + xoff, y + yoff);
758 mBounds.join(glyphBounds);

Completed in 704 milliseconds