Searched refs:slantDiff (Results 1 – 2 of 2) sorted by relevance
273 uint32_t slantDiff = diffSlantValue[dstStyle.slant()][srcStyle.slant()]; in getFontStyleDifference() local304 uint32_t diff = (widthDiff << 24) + (slantDiff << 16) + weightDiff; in getFontStyleDifference()
76062 + uint32_t slantDiff = diffSlantValue[dstStyle.slant()][srcStyle.slant()];76093 + uint32_t diff = (widthDiff << 24) + (slantDiff << 16) + weightDiff;