Home
last modified time | relevance | path

Searched refs:underlinePosition (Results 1 - 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H A DPostScriptTable.java48 underlinePosition(8), enum constant
347 public int underlinePosition() { in underlinePosition() method in PostScriptTable
348 return this.data.readFWord(Offset.underlinePosition.offset); in underlinePosition()
/third_party/skia/src/sfnt/
H A DSkOTTable_post.h34 SK_OT_FWORD underlinePosition; variable
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/
H A DPostScriptTableBuilder.java49 underlinePosition(8), enum constant
/third_party/skia/src/ports/
H A DSkFontHost_FreeType.cpp1404 SkScalar underlineThickness, underlinePosition;
1425 underlinePosition = -SkIntToScalar(face->underline_position +
1459 underlinePosition = 0;
1466 underlinePosition = -SkIntToScalar(post->underlinePosition) / upem;
1503 metrics->fUnderlinePosition = underlinePosition * fScale.y();
H A DSkScalerContext_win_dw.cpp813 metrics->fUnderlinePosition = -(fTextSizeRender * SkIntToScalar(dwfm.underlinePosition) / upem); in generateFontMetrics()
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dtttables.h447 * the font contains an 'MVAR' table: `underlinePosition` and
454 FT_Short underlinePosition; member
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-metrics.cc177 case HB_OT_METRICS_TAG_UNDERLINE_OFFSET: return GET_METRIC_Y (post->table, underlinePosition); in hb_ot_metrics_get_position()
H A Dhb-ot-post-table.hh283 FWORD underlinePosition; /* This is the suggested distance of the top member
/third_party/skia/modules/skparagraph/src/
H A DTextLine.h34 SkScalar underlinePosition = 0.0f; member
H A DDecorations.cpp275 fPosition = fDecorationContext.underlinePosition; in calculateThickness()
H A DTextLine.cpp303 fDecorationContext.underlinePosition = (fSizes.height() * 0.12 + this->baseline());
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dttload.c1313 FT_FRAME_SHORT( underlinePosition ), in FT_LOCAL_DEF()
H A Dsfobjs.c1371 root->underline_position = face->postscript.underlinePosition - in FT_LOCAL_DEF()
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttgxvar.c1232 GX_VALUE_CASE( UNDO, postscript.underlinePosition ); in ft_var_get_value_pointer()
1502 root->underline_position = face->postscript.underlinePosition - in tt_apply_mvar()

Completed in 20 milliseconds