Searched refs:width (Results 1 – 13 of 13) sorted by relevance
/lib/fonts/ |
D | font_6x10.c | 3082 .width = 6,
|
D | font_acorn_8x8.c | 267 .width = 8,
|
D | font_mini_4x6.c | 2153 .width = 4,
|
D | font_6x11.c | 3347 .width = 6,
|
D | font_pearl_8x8.c | 2583 .width = 8,
|
D | font_7x14.c | 4114 .width = 7,
|
D | font_8x8.c | 2579 .width = 8,
|
D | font_sun12x22.c | 6157 .width = 12,
|
D | font_10x18.c | 5138 .width = 10,
|
D | font_8x16.c | 4628 .width = 8,
|
D | font_sun8x16.c | 267 .width = 8,
|
D | fonts.c | 140 if ((font_w & (1 << (f->width - 1))) && in get_default_font()
|
/lib/ |
D | radix-tree.c | 1450 unsigned int width = height * RADIX_TREE_MAP_SHIFT; in __maxindex() local 1451 int shift = RADIX_TREE_INDEX_BITS - width; in __maxindex()
|