OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ClassValueArray
(Results
1 - 3
of
3
) sorted by null
/external/harfbuzz/src/
harfbuzz-open.h
217
HB_UShort*
ClassValueArray
; /* array of class values */
219
ClassValueArray
*/
220
HB_UShort GlyphCount; /* size of the
ClassValueArray
*/
harfbuzz-open.c
964
cdf1->
ClassValueArray
= NULL;
966
if ( ALLOC_ARRAY( cdf1->
ClassValueArray
, count, HB_UShort ) )
969
cva = cdf1->
ClassValueArray
;
997
FREE( cdf1->
ClassValueArray
);
1114
if ( ALLOC_ARRAY( cd->cd.cd1.
ClassValueArray
, 1, HB_UShort ) )
1168
HB_UShort* cva = cdf1->
ClassValueArray
;
harfbuzz-dump.c
238
DUMP2(" <Class>%d</Class> <!-- %#06x -->", ClassDefFormat1->
ClassValueArray
[i],
Completed in 1033 milliseconds