Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcfx_cttgsubtable.h83 TDevice() : StartSize(0), EndSize(0), DeltaFormat(0) {} in TDevice()
85 uint16_t StartSize; member
/external/fonttools/Lib/fontTools/ttLib/tables/
DotConverters.py319 StartSize = tableDict["StartSize"]
323 nItems = EndSize - StartSize + 1
342 StartSize = tableDict["StartSize"]
347 nItems = EndSize - StartSize + 1
/external/freetype/src/otvalid/
Dotvcommn.c311 FT_UInt StartSize, EndSize, DeltaFormat, count; in otv_Device_validate() local
317 StartSize = FT_NEXT_USHORT( p ); in otv_Device_validate()
330 if ( EndSize < StartSize ) in otv_Device_validate()
333 count = EndSize - StartSize + 1; in otv_Device_validate()