Searched defs:cf1 (Results 1 - 4 of 4) sorted by relevance

/external/harfbuzz/src/
H A Dharfbuzz-open.c670 static HB_Error Load_Coverage1( HB_CoverageFormat1* cf1, argument
683 count = cf1->GlyphCount = GET_UShort();
687 cf1->GlyphArray = NULL;
689 if ( ALLOC_ARRAY( cf1->GlyphArray, count, HB_UShort ) )
692 ga = cf1->GlyphArray;
696 FREE( cf1->GlyphArray );
709 static void Free_Coverage1( HB_CoverageFormat1* cf1) argument
711 FREE( cf1->GlyphArray );
791 case 1: return Load_Coverage1( &c->cf.cf1, stream );
805 case 1: Free_Coverage1( &c->cf.cf1 ); brea
812 Coverage_Index1( HB_CoverageFormat1* cf1, HB_UShort glyphID, HB_UShort* index ) argument
[all...]
H A Dharfbuzz-open.h207 HB_CoverageFormat1 cf1; member in union:HB_Coverage_::__anon17964
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-open.c670 static HB_Error Load_Coverage1( HB_CoverageFormat1* cf1, argument
683 count = cf1->GlyphCount = GET_UShort();
687 cf1->GlyphArray = NULL;
689 if ( ALLOC_ARRAY( cf1->GlyphArray, count, HB_UShort ) )
692 ga = cf1->GlyphArray;
696 FREE( cf1->GlyphArray );
709 static void Free_Coverage1( HB_CoverageFormat1* cf1) argument
711 FREE( cf1->GlyphArray );
791 case 1: return Load_Coverage1( &c->cf.cf1, stream );
805 case 1: Free_Coverage1( &c->cf.cf1 ); brea
812 Coverage_Index1( HB_CoverageFormat1* cf1, HB_UShort glyphID, HB_UShort* index ) argument
[all...]
H A Dharfbuzz-open.h207 HB_CoverageFormat1 cf1; member in union:HB_Coverage_::__anon18025

Completed in 117 milliseconds