Searched refs:num_chars (Results 1 – 7 of 7) sorted by relevance
61 unsigned num_chars = m_font[3]; in width() local67 const int8u* bits = m_font + 4 + num_chars * 2 + in width()79 unsigned num_chars = m_font[3]; in prepare() local81 m_bits = m_font + 4 + num_chars * 2 + in prepare()
29 if (c < 0 || c >= fontinfo->num_chars) in glutStrokeWidth()54 if (c >= 0 && c < fontinfo->num_chars) { in glutStrokeLength()
29 if (c < fontinfo->first || c >= fontinfo->first + fontinfo->num_chars) in glutBitmapWidth()54 if (c >= fontinfo->first && c < fontinfo->first + fontinfo->num_chars) { in glutBitmapLength()
28 const int num_chars; member
38 int num_chars; member
32 if (c < 0 || c >= fontinfo->num_chars) in glutStrokeCharacter()
31 c >= fontinfo->first + fontinfo->num_chars) in glutBitmapCharacter()