Int16 35 Source/platform/fonts/opentype/OpenTypeTypes.h Int16(int16_t u) : v(htons(static_cast<uint16_t>(u))) { } Int16 56 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp OpenType::Int16 ascender; Int16 57 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp OpenType::Int16 descender; Int16 58 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp OpenType::Int16 lineGap; Int16 59 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp OpenType::Int16 advanceWidthMax; Int16 60 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp OpenType::Int16 minLeftSideBearing; Int16 61 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp OpenType::Int16 minRightSideBearing; Int16 62 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp OpenType::Int16 xMaxExtent; Int16 63 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp OpenType::Int16 caretSlopeRise; Int16 64 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp OpenType::Int16 caretSlopeRun; Int16 65 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp OpenType::Int16 caretOffset; Int16 66 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp OpenType::Int16 reserved[4]; Int16 67 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp OpenType::Int16 metricDataFormat; Int16 73 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp OpenType::Int16 ascent; Int16 74 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp OpenType::Int16 descent; Int16 75 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp OpenType::Int16 lineGap; Int16 76 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp OpenType::Int16 advanceHeightMax; Int16 77 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp OpenType::Int16 minTopSideBearing; Int16 78 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp OpenType::Int16 minBottomSideBearing; Int16 79 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp OpenType::Int16 yMaxExtent; Int16 80 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp OpenType::Int16 caretSlopeRise; Int16 81 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp OpenType::Int16 caretSlopeRun; Int16 82 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp OpenType::Int16 caretOffset; Int16 83 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp OpenType::Int16 reserved[4]; Int16 84 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp OpenType::Int16 metricDataFormat; Int16 91 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp OpenType::Int16 lsb; Int16 98 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp OpenType::Int16 topSideBearing; Int16 105 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp OpenType::Int16 defaultVertOriginY; Int16 109 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp OpenType::Int16 vertOriginY; Int16 476 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp if (sizeExtra % sizeof(OpenType::Int16)) { Int16 480 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp size_t countTopSideBearings = countVmtxEntries + sizeExtra / sizeof(OpenType::Int16); Int16 486 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp const OpenType::Int16* pTopSideBearingsExtra = reinterpret_cast<const OpenType::Int16*>(&vmtx->entries[countVmtxEntries]); Int16 40 Source/web/tests/OpenTypeVerticalDataTest.cpp OpenType::Int16 ascender;