Searched refs:MarkAttachClassDef (Results 1 - 4 of 4) sorted by relevance

/external/harfbuzz/src/
H A Dharfbuzz-gdef.h87 Note that we first store the file offset to the `MarkAttachClassDef'
92 can finally load the MarkAttachClassDef structure if necessary. */
105 HB_ClassDefinition MarkAttachClassDef; /* new in OT 1.2 */ member in struct:HB_GDEFHeader_
H A Dharfbuzz-gdef.c71 gdef->MarkAttachClassDef.loaded = FALSE;
166 /* OpenType 1.2 has introduced the `MarkAttachClassDef' field. We
207 _HB_OPEN_Free_ClassDefinition( &gdef->MarkAttachClassDef );
704 if ( gdef->MarkAttachClassDef.loaded )
706 error = _HB_OPEN_Get_Class( &gdef->MarkAttachClassDef, glyphID, &class, &index );
941 gdef->MarkAttachClassDef.loaded = FALSE;
1133 out whether we need to load the `MarkAttachClassDef' field of the
1142 gdef->MarkAttachClassDef_offset && !gdef->MarkAttachClassDef.loaded )
1150 ( error = _HB_OPEN_Load_ClassDefinition( &gdef->MarkAttachClassDef,
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-gdef.h87 Note that we first store the file offset to the `MarkAttachClassDef'
92 can finally load the MarkAttachClassDef structure if necessary. */
105 HB_ClassDefinition MarkAttachClassDef; /* new in OT 1.2 */ member in struct:HB_GDEFHeader_
H A Dharfbuzz-gdef.c71 gdef->MarkAttachClassDef.loaded = FALSE;
166 /* OpenType 1.2 has introduced the `MarkAttachClassDef' field. We
207 _HB_OPEN_Free_ClassDefinition( &gdef->MarkAttachClassDef );
704 if ( gdef->MarkAttachClassDef.loaded )
706 error = _HB_OPEN_Get_Class( &gdef->MarkAttachClassDef, glyphID, &class, &index );
941 gdef->MarkAttachClassDef.loaded = FALSE;
1133 out whether we need to load the `MarkAttachClassDef' field of the
1142 gdef->MarkAttachClassDef_offset && !gdef->MarkAttachClassDef.loaded )
1150 ( error = _HB_OPEN_Load_ClassDefinition( &gdef->MarkAttachClassDef,

Completed in 95 milliseconds