HomeSort by: relevance | last modified time | path
    Searched refs:underlinePosition (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/fonttosfnt/dist/
fonttosfnt.h 102 int underlinePosition;
struct.c 57 .pxMetrics.underlinePosition = UNDEF,
70 .metrics.underlinePosition = UNDEF,
write.c 293 if(font->pxMetrics.underlinePosition == UNDEF)
294 font->metrics.underlinePosition = - font->metrics.descent * 2;
296 font->metrics.underlinePosition =
297 font->pxMetrics.underlinePosition
1067 writeSHORT(out, FONT_UNITS(font->metrics.underlinePosition));
read.c 310 font->pxMetrics.underlinePosition = faceIntProp(face, "UNDERLINE_POSITION");
  /xsrc/external/mit/freetype/dist/include/freetype/
tttables.h 447 * the font contains an 'MVAR' table: `underlinePosition` and
454 FT_Short underlinePosition;
  /xsrc/external/mit/libXfont/dist/src/FreeType/
ftfuncs.c 1824 int underlinePosition, underlineThickness;
1826 /* Raw underlineposition counts upwards,
1829 underlinePosition = TRANSFORM_FUNITS_Y(-post->underlinePosition);
1832 underlinePosition =
1846 info->props[i].value = underlinePosition;
  /xsrc/external/mit/libXfont2/dist/src/FreeType/
ftfuncs.c 1826 int underlinePosition, underlineThickness;
1828 /* Raw underlineposition counts upwards,
1831 underlinePosition = TRANSFORM_FUNITS_Y(-post->underlinePosition);
1834 underlinePosition =
1848 info->props[i].value = underlinePosition;
  /xsrc/external/mit/freetype/dist/src/sfnt/
sfobjs.c 1356 root->underline_position = face->postscript.underlinePosition -
ttload.c 1296 FT_FRAME_SHORT( underlinePosition ),
  /xsrc/external/mit/freetype/dist/src/truetype/
ttgxvar.c 1150 GX_VALUE_CASE( UNDO, postscript.underlinePosition );
1420 root->underline_position = face->postscript.underlinePosition -

Completed in 19 milliseconds