Searched refs:HB_Device (Results 1 – 7 of 7) sorted by relevance
/external/harfbuzz/src/ |
D | harfbuzz-open-private.h | 72 _HB_OPEN_Load_Device( HB_Device** d, 82 HB_INTERNAL void _HB_OPEN_Free_Device( HB_Device* d ); 96 _HB_OPEN_Get_Device( HB_Device* d,
|
D | harfbuzz-gdef-private.h | 69 HB_Device* Device; /* Device table for x or y value */
|
D | harfbuzz-gpos-private.h | 57 HB_Device** DeviceTables; /* device tables for placement 115 HB_Device** DeviceTables; /* device tables for coordinates */
|
D | harfbuzz-open.c | 1285 _HB_OPEN_Load_Device( HB_Device** device, in _HB_OPEN_Load_Device() 1288 HB_Device* d; in _HB_OPEN_Load_Device() 1299 if ( ALLOC( *device, sizeof(HB_Device)) ) in _HB_OPEN_Load_Device() 1356 _HB_OPEN_Free_Device( HB_Device* d ) in _HB_OPEN_Free_Device() 1402 _HB_OPEN_Get_Device( HB_Device* d, in _HB_OPEN_Get_Device()
|
D | harfbuzz-open.h | 271 typedef struct HB_Device_ HB_Device; typedef
|
D | harfbuzz-dump.c | 458 Dump_Device (HB_Device *Device, FILE *stream, int indent, HB_Type hb_type) in Dump_Device()
|
D | harfbuzz-gpos.c | 261 if ( ALLOC_ARRAY( vr->DeviceTables, 4, HB_Device ) ) in Load_ValueRecord() 628 if ( ALLOC_ARRAY( an->af.af3.DeviceTables, 2, HB_Device ) ) in Load_Anchor() 655 if ( ALLOC_ARRAY( an->af.af3.DeviceTables, 2, HB_Device ) ) in Load_Anchor()
|