Searched defs:ImFontGlyphRangesBuilder (Results 1 – 1 of 1) sorted by relevance
1948 struct ImFontGlyphRangesBuilder struct1952 …ImFontGlyphRangesBuilder() { UsedChars.resize(0x10000 / sizeof(int)); memset(UsedChars.Da… in ImFontGlyphRangesBuilder() argument1953 … >> 5); int mask = 1 << (n & 31); return (UsedChars[off] & mask) != 0; } // Get bit n in the array in GetBit()1954 … >> 5); int mask = 1 << (n & 31); UsedChars[off] |= mask; } // Set bit n in the array in SetBit()1955 void AddChar(ImWchar c) { SetBit(c); } // Add character in AddChar()