Home
last modified time | relevance | path

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

/external/freetype/src/gxvalid/
Dgxvcommn.c247 FT_UShort unitSize; member
474 FT_UShort unitSize, in gxv_LookupTable_fmt2_skip_endmarkers()
500 FT_UShort unitSize; in gxv_LookupTable_fmt2_validate() local
572 FT_UShort unitSize; in gxv_LookupTable_fmt4_validate() local
646 FT_UShort unitSize, in gxv_LookupTable_fmt6_skip_endmarkers()
672 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.cpp600 … int32_t unitSize = static_cast<int32_t>(uprv_strlen(key)) - styleSuffixLength(style); in put() local
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp3799 size_t unitSize = contextVk->getVkIndexTypeSize(glIndexType); in getIndexBufferForElementArrayBuffer() local
3838 size_t unitSize = contextVk->getVkIndexTypeSize(glIndexType); in streamIndices() local
3892 size_t unitSize = contextVk->getVkIndexTypeSize(glIndexType); in streamIndicesIndirect() local
3941 auto unitSize = sizeof(uint32_t); in streamArrayIndirect() local
/external/harfbuzz_ng/src/
Dhb-open-type.hh1015 HBUINT16 unitSize; /* Size of a lookup unit for this search in bytes. */ member
/external/fonttools/Lib/fontTools/ttLib/tables/
DotConverters.py766 def writeBinSearchHeader(writer, numUnits, unitSize): argument