Searched refs:dfFlag (Results 1 – 1 of 1) sorted by relevance
74 int dfFlag = (ms == kDistance_MaskStyle) ? 0x1 : 0x0; in Pack() local75 return (dfFlag << 20) | (x << 18) | (y << 16) | glyphID; in Pack()