OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:glyphs_size
(Results
1 - 2
of
2
) sorted by null
/external/harfbuzz_ng/src/
hb-uniscribe.cc
286
unsigned int
glyphs_size
= scratch_size / (sizeof (WORD) +
local
292
ALLOCATE_ARRAY (WORD, glyphs,
glyphs_size
);
293
ALLOCATE_ARRAY (SCRIPT_GLYPHPROP, glyph_props,
glyphs_size
);
294
ALLOCATE_ARRAY (int, advances,
glyphs_size
);
295
ALLOCATE_ARRAY (GOFFSET, offsets,
glyphs_size
);
296
ALLOCATE_ARRAY (uint32_t, vis_clusters,
glyphs_size
);
357
glyphs_size
- glyphs_offset,
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-uniscribe.cc
780
unsigned int
glyphs_size
= scratch_size / ((sizeof (WORD) +
local
787
ALLOCATE_ARRAY (WORD, glyphs,
glyphs_size
);
788
ALLOCATE_ARRAY (SCRIPT_GLYPHPROP, glyph_props,
glyphs_size
);
789
ALLOCATE_ARRAY (int, advances,
glyphs_size
);
790
ALLOCATE_ARRAY (GOFFSET, offsets,
glyphs_size
);
791
ALLOCATE_ARRAY (uint32_t, vis_clusters,
glyphs_size
);
895
glyphs_size
- glyphs_offset,
Completed in 736 milliseconds