Searched refs:mUnicodeWidthTable (Results 1 – 3 of 3) sorted by relevance
30 UNICODE_WIDTH_ENTRY mUnicodeWidthTable[] = { variable220 High = (sizeof (mUnicodeWidthTable)) / (sizeof (UNICODE_WIDTH_ENTRY)) - 1; in GlueGetGlyphWidth()223 Item = &(mUnicodeWidthTable[Index]); in GlueGetGlyphWidth()234 } else if (UnicodeChar <= mUnicodeWidthTable[Index - 1].WChar) { in GlueGetGlyphWidth()
25 GLOBAL_REMOVE_IF_UNREFERENCED CONST UNICODE_WIDTH_ENTRY mUnicodeWidthTable[] = { variable217 High = (sizeof (mUnicodeWidthTable)) / (sizeof (UNICODE_WIDTH_ENTRY)) - 1; in GetGlyphWidth()220 Item = &(mUnicodeWidthTable[Index]); in GetGlyphWidth()231 } else if (UnicodeChar <= mUnicodeWidthTable[Index - 1].WChar) { in GetGlyphWidth()
28 GLOBAL_REMOVE_IF_UNREFERENCED CONST UNICODE_WIDTH_ENTRY mUnicodeWidthTable[] = { variable220 High = (sizeof (mUnicodeWidthTable)) / (sizeof (UNICODE_WIDTH_ENTRY)) - 1; in GetGlyphWidth()223 Item = &(mUnicodeWidthTable[Index]); in GetGlyphWidth()234 } else if (UnicodeChar <= mUnicodeWidthTable[Index - 1].WChar) { in GetGlyphWidth()