OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gr_font
(Results
1 - 5
of
5
) sorted by null
/external/harfbuzz_ng/src/
hb-graphite2.h
40
gr_font
*
hb-graphite2.cc
30
#define hb_graphite2_shaper_font_data_t
gr_font
178
gr_font
*
226
gr_font
*grfont = HB_SHAPER_DATA_GET (font);
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-graphite2.h
42
gr_font
*
hb-graphite2.cc
30
#define hb_graphite2_shaper_font_data_t
gr_font
177
gr_font
*
225
gr_font
*grfont = HB_SHAPER_DATA_GET (font);
/bootable/recovery/minui/
graphics.c
55
static GRFont *
gr_font
= 0;
variable
217
return
gr_font
->cwidth * strlen(s);
222
*x =
gr_font
->cwidth;
223
*y =
gr_font
->cheight;
229
GRFont *font =
gr_font
;
327
gr_font
= calloc(sizeof(*
gr_font
), 1);
329
int res = res_create_surface("font", (void**)&(
gr_font
->texture));
334
gr_font
->cwidth =
gr_font
->texture->width / 96
[
all
...]
Completed in 63 milliseconds