Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/freetype/src/otvalid/
H A Dotvgpos.c273 OTV_OPTIONAL_TABLE( YDeviceTable ); in otv_Anchor_validate()
278 OTV_OPTIONAL_OFFSET( YDeviceTable ); in otv_Anchor_validate()
286 OTV_SIZE_CHECK( YDeviceTable ); in otv_Anchor_validate()
287 if ( YDeviceTable ) in otv_Anchor_validate()
288 otv_Device_validate( table + YDeviceTable, otvalid ); in otv_Anchor_validate()
/reactos/dll/win32/usp10/
H A Dopentype.c426 WORD YDeviceTable; member
1620 offset = GET_BE_WORD(anchor3->YDeviceTable); in GPOS_get_anchor_values()