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

  /frameworks/av/cmds/screenrecord/
FontBitmap.h 12 static const uint16_t glyphWidth[];
    [all...]
  /external/freetype/src/psaux/
psft.c 375 CF2_F16Dot16 glyphWidth;
435 error2 = cf2_getGlyphOutline( font, &buf, &transform, &glyphWidth );
439 cf2_setGlyphWidth( &font->outline, glyphWidth );
  /external/skia/tools/shape/
SkShaper_harfbuzz.cpp 640 SkScalar glyphWidth = glyph->fAdvance.fX;
641 if (widthSoFar + glyphWidth < width) {
642 widthSoFar += glyphWidth;
  /external/skqp/tools/shape/
SkShaper_harfbuzz.cpp 635 SkScalar glyphWidth = glyph->fAdvance.fX;
636 if (widthSoFar + glyphWidth < width) {
637 widthSoFar += glyphWidth;

Completed in 157 milliseconds