Searched refs:get_char_pixel (Results 1 – 1 of 1) sorted by relevance
/external/libkmsxx/kms++util/src/ |
D | drawing.cpp | 201 static bool get_char_pixel(char c, uint32_t x, uint32_t y) in get_char_pixel() function 227 bool b = get_char_pixel(c, x, y); in draw_char() 240 bool b0 = get_char_pixel(c, x, y); in draw_char() 241 bool b1 = get_char_pixel(c, x + 1, y); in draw_char() 253 bool b00 = get_char_pixel(c, x, y); in draw_char() 254 bool b10 = get_char_pixel(c, x + 1, y); in draw_char() 255 bool b01 = get_char_pixel(c, x, y + 1); in draw_char() 256 bool b11 = get_char_pixel(c, x + 1, y + 1); in draw_char()
|