OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:initialglyphcount
(Results
1 - 7
of
7
) sorted by null
/external/icu4c/layout/
LEGlyphStorage.cpp
65
void LEGlyphStorage::allocateGlyphArray(le_int32
initialGlyphCount
, le_bool rightToLeft, LEErrorCode &success)
71
if (
initialGlyphCount
<= 0) {
77
fGlyphCount =
initialGlyphCount
;
LEGlyphStorage.h
224
* @param
initialGlyphCount
the initial size of the glyph and char indices arrays.
231
void allocateGlyphArray(le_int32
initialGlyphCount
, le_bool rightToLeft, LEErrorCode &success);
/external/harfbuzz/src/
harfbuzz-shaper.h
275
hb_uint32
initialGlyphCount
; /* input: if glyphIndicesPresent is true, the number of glyph indices in the <glyphs> array */
harfbuzz-shaper.cpp
563
shaper_item->num_glyphs = shaper_item->
initialGlyphCount
;
[
all
...]
/external/harfbuzz_ng/src/hb-old/
harfbuzz-shaper.h
244
hb_uint32
initialGlyphCount
; /* input: if glyphIndicesPresent is true, the number of glyph indices in the <glyphs> array */
harfbuzz-shaper.cpp
352
shaper_item->num_glyphs = shaper_item->
initialGlyphCount
;
[
all
...]
/external/harfbuzz/tests/shaping/
main.cpp
237
shaper_item.
initialGlyphCount
= 0;
Completed in 219 milliseconds