Searched refs:cpf3 (Results 1 – 4 of 4) sorted by relevance
/external/harfbuzz/src/ |
D | harfbuzz-gpos.c | 3643 static HB_Error Load_ContextPos3( HB_ContextPosFormat3* cpf3, in Load_ContextPos3() argument 3660 cpf3->GlyphCount = GET_UShort(); in Load_ContextPos3() 3661 cpf3->PosCount = GET_UShort(); in Load_ContextPos3() 3665 cpf3->Coverage = NULL; in Load_ContextPos3() 3667 count = cpf3->GlyphCount; in Load_ContextPos3() 3669 if ( ALLOC_ARRAY( cpf3->Coverage, count, HB_Coverage ) ) in Load_ContextPos3() 3672 c = cpf3->Coverage; in Load_ContextPos3() 3690 cpf3->PosLookupRecord = NULL; in Load_ContextPos3() 3692 count = cpf3->PosCount; in Load_ContextPos3() 3694 if ( ALLOC_ARRAY( cpf3->PosLookupRecord, count, HB_PosLookupRecord ) ) in Load_ContextPos3() [all …]
|
D | harfbuzz-gpos-private.h | 529 HB_ContextPosFormat3 cpf3; member
|
/external/harfbuzz_ng/src/hb-old/ |
D | harfbuzz-gpos.c | 3643 static HB_Error Load_ContextPos3( HB_ContextPosFormat3* cpf3, in Load_ContextPos3() argument 3660 cpf3->GlyphCount = GET_UShort(); in Load_ContextPos3() 3661 cpf3->PosCount = GET_UShort(); in Load_ContextPos3() 3665 cpf3->Coverage = NULL; in Load_ContextPos3() 3667 count = cpf3->GlyphCount; in Load_ContextPos3() 3669 if ( ALLOC_ARRAY( cpf3->Coverage, count, HB_Coverage ) ) in Load_ContextPos3() 3672 c = cpf3->Coverage; in Load_ContextPos3() 3690 cpf3->PosLookupRecord = NULL; in Load_ContextPos3() 3692 count = cpf3->PosCount; in Load_ContextPos3() 3694 if ( ALLOC_ARRAY( cpf3->PosLookupRecord, count, HB_PosLookupRecord ) ) in Load_ContextPos3() [all …]
|
D | harfbuzz-gpos-private.h | 529 HB_ContextPosFormat3 cpf3; member
|