Searched defs:unitSize (Results 1 – 7 of 7) sorted by relevance
247 FT_UShort unitSize; member474 FT_UShort unitSize, in gxv_LookupTable_fmt2_skip_endmarkers()500 FT_UShort unitSize; in gxv_LookupTable_fmt2_validate() local572 FT_UShort unitSize; in gxv_LookupTable_fmt4_validate() local646 FT_UShort unitSize, in gxv_LookupTable_fmt6_skip_endmarkers()672 FT_UShort unitSize; in gxv_LookupTable_fmt6_validate() local
179 FT_UShort unitSize; in gxv_kern_subtable_fmt0_validate() local
402 static CharUnits getOffsetAtStartOfUnit(CharUnits offset, CharUnits unitSize) { in getOffsetAtStartOfUnit()481 CharUnits unitSize = CharUnits::One(); in finish() local
600 … int32_t unitSize = static_cast<int32_t>(uprv_strlen(key)) - styleSuffixLength(style); in put() local
3799 size_t unitSize = contextVk->getVkIndexTypeSize(glIndexType); in getIndexBufferForElementArrayBuffer() local3838 size_t unitSize = contextVk->getVkIndexTypeSize(glIndexType); in streamIndices() local3892 size_t unitSize = contextVk->getVkIndexTypeSize(glIndexType); in streamIndicesIndirect() local3941 auto unitSize = sizeof(uint32_t); in streamArrayIndirect() local
1015 HBUINT16 unitSize; /* Size of a lookup unit for this search in bytes. */ member
766 def writeBinSearchHeader(writer, numUnits, unitSize): argument