Home
last modified time | relevance | path

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

/reactos/dll/win32/usp10/
H A Dopentype.c1557 static INT GPOS_get_device_table_value(const OT_DeviceTable *DeviceTable, WORD ppem) in GPOS_get_device_table_value() argument
1560 …if (DeviceTable && ppem >= GET_BE_WORD(DeviceTable->StartSize) && ppem <= GET_BE_WORD(DeviceTable in GPOS_get_device_table_value()
1562 WORD format = GET_BE_WORD(DeviceTable->DeltaFormat); in GPOS_get_device_table_value()
1563 int index = ppem - GET_BE_WORD(DeviceTable->StartSize); in GPOS_get_device_table_value()
1575 … value = (DeviceTable->DeltaValue[index/sizeof(WORD)] << (index%sizeof(WORD)))&mask[format-1]; in GPOS_get_device_table_value()