Searched refs:num_chars (Results 1 – 2 of 2) sorted by relevance
24 int num_chars; /* Number of non-space characters output so far */ member66 data->num_chars++; in shape_hello()92 *status = data->num_chars; in shape_status()
471 int first_char, int num_chars, // characters to bake557 int num_chars; member2518 int first_char, int num_chars, // characters to bake in stbtt_BakeFontBitmap() argument2532 for (i=0; i < num_chars; ++i) { in stbtt_BakeFontBitmap()2857 for (j=0; j < ranges[i].num_chars; ++j) { in stbtt_PackFontRangesGatherRects()2895 for (j=0; j < ranges[i].num_chars; ++j) { in stbtt_PackFontRangesRenderIntoRects()2972 for (j=0; j < ranges[i].num_chars; ++j) in stbtt_PackFontRanges()2980 n += ranges[i].num_chars; in stbtt_PackFontRanges()3004 range.num_chars = num_chars_in_range; in stbtt_PackFontRange()
Completed in 13 milliseconds