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

  /external/skia/src/core/
SkStrikeInterface.h 72 // glyphMetrics writes its results to result, but only returns a subspan of result.
73 virtual int glyphMetrics(const SkGlyphID[], const SkPoint[], int n, SkGlyphPos result[]) = 0;
SkRemoteGlyphCacheImpl.h 46 int glyphMetrics(const SkGlyphID[], const SkPoint[], int n, SkGlyphPos result[]) override;
SkStrike.h 139 int glyphMetrics(const SkGlyphID[], const SkPoint[], int n, SkGlyphPos result[]) override;
SkStrikeCache.cpp 39 int glyphMetrics(
41 return fStrike.glyphMetrics(id, point, n, result);
SkStrike.cpp 238 // N.B. This glyphMetrics call culls all the glyphs which will not display based on a non-finite
240 int SkStrike::glyphMetrics(const SkGlyphID glyphIDs[],
SkRemoteGlyphCache.cpp 599 // This version of glyphMetrics only adds entries to result if their data need to be sent to the
601 int SkStrikeServer::SkGlyphCacheState::glyphMetrics(
SkGlyphRunPainter.cpp 310 int drawableGlyphCount = strike->glyphMetrics(fARGBGlyphsIDs.data(),
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-color-cbdt-table.hh 310 SmallGlyphMetrics glyphMetrics;
318 BigGlyphMetrics glyphMetrics;
427 glyphFormat17.glyphMetrics.get_extents (extents);
435 glyphFormat18.glyphMetrics.get_extents (extents);

Completed in 134 milliseconds