Home
last modified time | relevance | path

Searched refs:num_chars (Results 1 – 2 of 2) sorted by relevance

/u-boot/drivers/demo/
A Ddemo-shape.c24 int num_chars; /* Number of non-space characters output so far */ member
66 data->num_chars++; in shape_hello()
92 *status = data->num_chars; in shape_status()
/u-boot/drivers/video/
A Dstb_truetype.h471 int first_char, int num_chars, // characters to bake
557 int num_chars; member
2518 int first_char, int num_chars, // characters to bake in stbtt_BakeFontBitmap() argument
2532 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