Home
last modified time | relevance | path

Searched refs:usWeightClass (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H A DOS2Table.java43 usWeightClass(4), enum constant
140 public int usWeightClass() { in usWeightClass() method in OS2Table
141 return this.data.readUShort(Offset.usWeightClass.offset); in usWeightClass()
784 public int usWeightClass() { in usWeightClass() method in OS2Table.Builder
785 return this.internalReadData().readUShort(Offset.usWeightClass.offset); in usWeightClass()
789 this.internalWriteData().writeUShort(Offset.usWeightClass.offset, weight); in setUsWeightClass()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-os2-table.hh118 bool has_data () const { return usWeightClass || usWidthClass || usFirstCharIndex || usLastCharIndex; } in has_data()
263 HBUINT16 usWeightClass; member
H A Dhb-style.cc121 ? face->table.OS2->usWeightClass in hb_style_get_value()
/third_party/skia/src/sfnt/
H A DSkOTTable_OS_2_VA.h39 } usWeightClass; variable
H A DSkOTTable_OS_2_V0.h38 } usWeightClass; variable
H A DSkOTTable_OS_2_V3.h36 } usWeightClass; variable
H A DSkOTTable_OS_2_V2.h36 } usWeightClass; variable
H A DSkOTTable_OS_2_V1.h36 } usWeightClass; variable
H A DSkOTTable_OS_2_V4.h36 } usWeightClass; variable
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dtttables.h379 FT_UShort usWeightClass; member
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sflint/
H A DSFLint.java219 int weightClass = os2.usWeightClass(); in lintOS2Misc()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
H A DEOTWriter.java89 index += writableFontData.writeULongLE(index, os2Table.usWeightClass()); // Weight in convert()
/third_party/skia/tests/
H A DTypefaceTest.cpp54 os2Table->usWeightClass.value = SkEndian_SwapBE16(weight); in TypefaceStyle_test()
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dttload.c1151 FT_FRAME_USHORT( usWeightClass ), in FT_LOCAL_DEF()
/third_party/skia/src/utils/mac/
H A DSkCTFont.cpp354 os2Table->usWeightClass.value = SkEndian_SwapBE16(i * 100); in SkCTFontGetDataFontWeightMapping()
/third_party/skia/src/ports/
H A DSkFontHost_FreeType.cpp1870 weight = os2->usWeightClass;

Completed in 13 milliseconds