OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gproperties
(Results
1 - 3
of
3
) sorted by null
/external/harfbuzz/src/
harfbuzz-buffer.h
45
HB_UShort
gproperties
;
member in struct:HB_GlyphItemRec_
harfbuzz-buffer.c
190
glyph->
gproperties
= HB_GLYPH_PROPERTIES_UNKNOWN;
307
item->
gproperties
= HB_GLYPH_PROPERTIES_UNKNOWN;
harfbuzz-gdef.c
1080
if ( gitem->
gproperties
== HB_GLYPH_PROPERTIES_UNKNOWN )
1082
error = HB_GDEF_Get_Glyph_Property( gdef, gitem->gindex, &gitem->
gproperties
);
1087
*property = gitem->
gproperties
;
Completed in 86 milliseconds