Searched refs:SWAPU32 (Results 1 – 3 of 3) sorted by relevance
21 #define SWAPU32(code) ((LEUnicode32) SWAPL(code)) macro183 if (SWAPU32(fGroups[fRangeOffset].startCharCode) <= unicode32) { in unicodeToGlyph()190 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) { in unicodeToGlyph()195 …if (SWAPU32(fGroups[range].startCharCode) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= u… in unicodeToGlyph()196 …return (LEGlyphID) (SWAPU32(fGroups[range].startGlyphCode) + unicode32 - SWAPU32(fGroups[range].st… in unicodeToGlyph()
16 #define SWAPU32(code) ((LEUnicode32) SWAPL(code)) macro227 if (SWAPU32(fGroups[fRangeOffset].startCharCode) <= unicode32) { in unicodeToGlyph()234 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) { in unicodeToGlyph()239 …if (SWAPU32(fGroups[range].startCharCode) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= u… in unicodeToGlyph()240 …return (LEGlyphID) (SWAPU32(fGroups[range].startGlyphCode) + unicode32 - SWAPU32(fGroups[range].st… in unicodeToGlyph()
16 #define SWAPU32(code) ((LEUnicode32) SWAPL(code)) macro224 if (SWAPU32(fGroups[fRangeOffset].startCharCode) <= unicode32) { in unicodeToGlyph()231 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) { in unicodeToGlyph()236 …if (SWAPU32(fGroups[range].startCharCode) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= u… in unicodeToGlyph()237 …return (LEGlyphID) (SWAPU32(fGroups[range].startGlyphCode) + unicode32 - SWAPU32(fGroups[range].st… in unicodeToGlyph()