Home
last modified time | relevance | path

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

/external/freetype/src/otvalid/
Dotvcommn.c311 FT_UInt StartSize, EndSize, DeltaFormat, count; in otv_Device_validate() local
319 DeltaFormat = FT_NEXT_USHORT( p ); in otv_Device_validate()
321 if ( DeltaFormat == 0x8000U ) in otv_Device_validate()
327 if ( DeltaFormat < 1 || DeltaFormat > 3 ) in otv_Device_validate()
334 OTV_LIMIT_CHECK( ( 1 << DeltaFormat ) * count / 8 ); /* DeltaValue */ in otv_Device_validate()
/external/pdfium/core/fpdfapi/font/
Dcfx_cttgsubtable.h82 TDevice() : StartSize(0), EndSize(0), DeltaFormat(0) {} in TDevice()
86 uint16_t DeltaFormat; member
/external/fonttools/Lib/fontTools/otlLib/
Dbuilder.py189 self.DeltaFormat = 1
191 self.DeltaFormat = 2
193 self.DeltaFormat = 3
498 device.DeltaFormat,
501 () if device.DeltaFormat & 0x8000 else tuple(device.DeltaValue)
/external/fonttools/Lib/fontTools/varLib/
Dbuilder.py112 self.DeltaFormat = 0x8000
DvarStore.py303 if self.DeltaFormat == 0x8000:
318 if self.DeltaFormat == 0x8000:
Dmerger.py909 assert dev.DeltaFormat == 0x8000
937 assert dev.DeltaFormat == 0x8000
967 assert dev.DeltaFormat == 0x8000
/external/fonttools/Tests/varLib/
Dinstancer_test.py728 assert caretValue.DeviceTable.DeltaFormat == 0x8000
788 assert valueRec1.XAdvDevice.DeltaFormat == 0x8000
855 assert baseAnchor.XDeviceTable.DeltaFormat == 0x8000
864 assert valueRec1.XAdvDevice.DeltaFormat == 0x8000
/external/fonttools/Lib/fontTools/ttLib/tables/
DotConverters.py1425 DeltaFormat = tableDict["DeltaFormat"]
1426 assert DeltaFormat in (1, 2, 3), "illegal DeltaFormat"
1428 nBits = 1 << DeltaFormat
1448 DeltaFormat = tableDict["DeltaFormat"]
1450 assert DeltaFormat in (1, 2, 3), "illegal DeltaFormat"
1452 nBits = 1 << DeltaFormat