Home
last modified time | relevance | path

Searched refs:n_glyphs_max (Results 1 – 3 of 3) sorted by relevance

/dports/x11-toolkits/p5-Prima/Prima-1.63/win32/
H A Dtext.c901 if ((indexes = malloc(sizeof(WORD) * t-> n_glyphs_max)) == NULL) in win32_unicode_shaper()
903 if ((visuals = malloc(sizeof(SCRIPT_VISATTR) * t-> n_glyphs_max)) == NULL) in win32_unicode_shaper()
907 if ((advances = malloc(sizeof(int) * t->n_glyphs_max)) == NULL) in win32_unicode_shaper()
909 if ((goffsets = malloc(sizeof(GOFFSET) * t->n_glyphs_max)) == NULL) in win32_unicode_shaper()
919 if ((hr = ScriptItemize(wtext, wlen, t->n_glyphs_max, &control, NULL, items, &nitems)) != S_OK) { in win32_unicode_shaper()
956 wtext + items[item].iCharPos, itemlen, t->n_glyphs_max, in win32_unicode_shaper()
/dports/x11-toolkits/p5-Prima/Prima-1.63/src/
H A DDrawable_text.c934 run-> n_glyphs_max = t->n_glyphs_max - t-> n_glyphs; in run_alloc()
1420 t.n_glyphs_max = t.len * 2 + 16; in Drawable_text_shape()
1422 sv_##id = prima_array_new( t.n_glyphs_max * n * sizeof(uint16_t)); \ in Drawable_text_shape()
1438 bzero(t.fonts, sizeof(uint16_t) * t.n_glyphs_max); in Drawable_text_shape()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/
H A Dapricot.h3665 unsigned int n_glyphs, n_glyphs_max; member