Searched defs:unitSize (Results 1 – 8 of 8) 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
586 … int32_t unitSize = static_cast<int32_t>(uprv_strlen(key)) - styleSuffixLength(style); in put() local
1041 HBUINT16 unitSize; /* Size of a lookup unit for this search in bytes. */ member
4477 size_t unitSize = contextVk->getVkIndexTypeSize(glIndexType); in getIndexBufferForElementArrayBuffer() local4516 size_t unitSize = contextVk->getVkIndexTypeSize(glIndexType); in streamIndices() local4570 size_t unitSize = contextVk->getVkIndexTypeSize(glIndexType); in streamIndicesIndirect() local4619 auto unitSize = sizeof(uint32_t); in streamArrayIndirect() local
799 def writeBinSearchHeader(writer, numUnits, unitSize): argument