Home
last modified time | relevance | path

Searched defs:unitSize (Results 1 – 6 of 6) sorted by relevance

/external/freetype/src/gxvalid/
Dgxvcommn.c248 FT_UShort unitSize; member
475 FT_UShort unitSize, in gxv_LookupTable_fmt2_skip_endmarkers()
501 FT_UShort unitSize; in gxv_LookupTable_fmt2_validate() local
573 FT_UShort unitSize; in gxv_LookupTable_fmt4_validate() local
647 FT_UShort unitSize, in gxv_LookupTable_fmt6_skip_endmarkers()
673 FT_UShort unitSize; in gxv_LookupTable_fmt6_validate() local
Dgxvkern.c179 FT_UShort unitSize; in gxv_kern_subtable_fmt0_validate() local
/external/clang/lib/CodeGen/
DSwiftCallingConv.cpp402 static CharUnits getOffsetAtStartOfUnit(CharUnits offset, CharUnits unitSize) { in getOffsetAtStartOfUnit()
481 CharUnits unitSize = CharUnits::One(); in finish() local
/external/icu/icu4c/source/i18n/
Dreldatefmt.cpp584 … int32_t unitSize = static_cast<int32_t>(uprv_strlen(key)) - styleSuffixLength(style); in put() local
/external/harfbuzz_ng/src/
Dhb-open-type.hh875 HBUINT16 unitSize; /* Size of a lookup unit for this search in bytes. */ member
/external/fonttools/Lib/fontTools/ttLib/tables/
DotConverters.py641 def writeBinSearchHeader(writer, numUnits, unitSize): argument