/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/ |
D | OS2Table.java | 71 usWinAscent(74), enumConstant 593 public int usWinAscent() { in usWinAscent() method in OS2Table 594 return this.data.readUShort(Offset.usWinAscent.offset); in usWinAscent() 1034 public int usWinAscent() { in usWinAscent() method in OS2Table.Builder 1035 return this.internalReadData().readUShort(Offset.usWinAscent.offset); in usWinAscent() 1039 this.internalWriteData().writeUShort(Offset.usWinAscent.offset, ascent); in setUsWinAscent() 1047 this.internalWriteData().writeUShort(Offset.usWinAscent.offset, descent); in setUsWinDescent()
|
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/ |
D | OS2Table.java | 71 usWinAscent(74), enumConstant 593 public int usWinAscent() { in usWinAscent() method in OS2Table 594 return this.data.readUShort(Offset.usWinAscent.offset); in usWinAscent() 1034 public int usWinAscent() { in usWinAscent() method in OS2Table.Builder 1035 return this.internalReadData().readUShort(Offset.usWinAscent.offset); in usWinAscent() 1039 this.internalWriteData().writeUShort(Offset.usWinAscent.offset, ascent); in setUsWinAscent() 1047 this.internalWriteData().writeUShort(Offset.usWinAscent.offset, descent); in setUsWinDescent()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sflint/ |
D | SFLint.java | 151 if (os2.usWinAscent() < bbox_yMax) { in lintWindowsClipping() 152 reportProblem("font is clipped on top by " + (bbox_yMax - os2.usWinAscent()) + " units"); in lintWindowsClipping()
|
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sflint/ |
D | SFLint.java | 151 if (os2.usWinAscent() < bbox_yMax) { in lintWindowsClipping() 152 reportProblem("font is clipped on top by " + (bbox_yMax - os2.usWinAscent()) + " units"); in lintWindowsClipping()
|
/third_party/flutter/skia/src/sfnt/ |
D | SkOTTable_OS_2_V0.h | 137 SK_OT_USHORT usWinAscent; member
|
D | SkOTTable_OS_2_V1.h | 380 SK_OT_USHORT usWinAscent; member
|
D | SkOTTable_OS_2_V2.h | 396 SK_OT_USHORT usWinAscent; member
|
D | SkOTTable_OS_2_V3.h | 405 SK_OT_USHORT usWinAscent; member
|
D | SkOTTable_OS_2_V4.h | 440 SK_OT_USHORT usWinAscent; member
|
/third_party/skia/src/sfnt/ |
D | SkOTTable_OS_2_V0.h | 137 SK_OT_USHORT usWinAscent; member
|
D | SkOTTable_OS_2_V1.h | 380 SK_OT_USHORT usWinAscent; member
|
D | SkOTTable_OS_2_V2.h | 396 SK_OT_USHORT usWinAscent; member
|
D | SkOTTable_OS_2_V3.h | 405 SK_OT_USHORT usWinAscent; member
|
D | SkOTTable_OS_2_V4.h | 440 SK_OT_USHORT usWinAscent; member
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-os2-table.hh | 257 HBUINT16 usWinAscent; member
|
/third_party/freetype/include/freetype/ |
D | tttables.h | 409 FT_UShort usWinAscent; member
|
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/ |
D | tttables.h | 410 FT_UShort usWinAscent; member
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
D | tttables.h | 409 FT_UShort usWinAscent; member
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-os2-table.hh | 286 HBUINT16 usWinAscent; member
|
D | hb-ot-metrics.cc | 156 case HB_OT_METRICS_TAG_HORIZONTAL_CLIPPING_ASCENT: return GET_METRIC_Y (OS2, usWinAscent); in hb_ot_metrics_get_position()
|
/third_party/harfbuzz/src/ |
D | hb-ot-metrics.cc | 156 case HB_OT_METRICS_TAG_HORIZONTAL_CLIPPING_ASCENT: return GET_METRIC_Y (OS2, usWinAscent); in hb_ot_metrics_get_position()
|
D | hb-ot-os2-table.hh | 303 HBUINT16 usWinAscent; member
|
/third_party/freetype/src/sfnt/ |
D | ttload.c | 1189 FT_FRAME_USHORT( usWinAscent ), in tt_face_load_os2() 1270 FT_TRACE3(( "usWinAscent: %4u\n", os2->usWinAscent )); in tt_face_load_os2()
|
/third_party/flutter/skia/third_party/externals/freetype/src/sfnt/ |
D | ttload.c | 1166 FT_FRAME_USHORT( usWinAscent ), in tt_face_load_os2() 1247 FT_TRACE3(( "usWinAscent: %4u\n", os2->usWinAscent )); in tt_face_load_os2()
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | ttload.c | 1190 FT_FRAME_USHORT( usWinAscent ), in tt_face_load_os2() 1271 FT_TRACE3(( "usWinAscent: %4u\n", os2->usWinAscent )); in tt_face_load_os2()
|