Home
last modified time | relevance | path

Searched refs:OT_DeviceTable (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/usp10/
H A Dopentype.c406 } OT_DeviceTable; typedef
1557 static INT GPOS_get_device_table_value(const OT_DeviceTable *DeviceTable, WORD ppem) in GPOS_get_device_table_value()
1616 const OT_DeviceTable* DeviceTableX = NULL; in GPOS_get_anchor_values()
1617 DeviceTableX = (const OT_DeviceTable*)((const BYTE*)anchor3 + offset); in GPOS_get_anchor_values()
1623 const OT_DeviceTable* DeviceTableY = NULL; in GPOS_get_anchor_values()
1624 DeviceTableY = (const OT_DeviceTable*)((const BYTE*)anchor3 + offset); in GPOS_get_anchor_values()
1669 …if (ValueFormat & 0x0010) ptPlacement->x += GPOS_get_device_table_value((const OT_DeviceTable*)(he… in GPOS_get_value_record_offsets()
1670 …if (ValueFormat & 0x0020) ptPlacement->y += GPOS_get_device_table_value((const OT_DeviceTable*)(he… in GPOS_get_value_record_offsets()
1671 …if (ValueFormat & 0x0040) ptAdvance->x += GPOS_get_device_table_value((const OT_DeviceTable*)(head… in GPOS_get_value_record_offsets()
1672 …if (ValueFormat & 0x0080) ptAdvance->y += GPOS_get_device_table_value((const OT_DeviceTable*)(head… in GPOS_get_value_record_offsets()