OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:grfont
(Results
1 - 2
of
2
) sorted by null
/bootable/recovery/minui/
graphics.cpp
38
struct
GRFont
{
44
static
GRFont
* gr_font = NULL;
108
GRFont
* font = gr_font;
272
gr_font = reinterpret_cast<
GRFont
*>(calloc(sizeof(*gr_font), 1));
/external/harfbuzz_ng/src/
hb-graphite2.cc
224
gr_font *
grfont
= HB_SHAPER_DATA_GET (font);
local
255
seg = gr_make_seg (
grfont
, grface,
356
pPos->x_advance = gr_slot_advance_X (is, grface,
grfont
);
357
pPos->y_advance = gr_slot_advance_Y (is, grface,
grfont
);
Completed in 5968 milliseconds