Home
last modified time | relevance | path

Searched refs:le_int16 (Results 1 – 25 of 44) sorted by relevance

12

/external/icu4c/layout/
DValueRecords.cpp20 le_int16 ValueRecord::getFieldValue(ValueFormat valueFormat, ValueRecordField field) const in getFieldValue()
22 le_int16 valueIndex = getFieldIndex(valueFormat, field); in getFieldValue()
23 le_int16 value = values[valueIndex]; in getFieldValue()
28 le_int16 ValueRecord::getFieldValue(le_int16 index, ValueFormat valueFormat, ValueRecordField field… in getFieldValue()
30 le_int16 baseIndex = getFieldCount(valueFormat) * index; in getFieldValue()
31 le_int16 valueIndex = getFieldIndex(valueFormat, field); in getFieldValue()
32 le_int16 value = values[baseIndex + valueIndex]; in getFieldValue()
46 le_int16 value = getFieldValue(valueFormat, vrfXPlacement); in adjustPosition()
56 le_int16 value = getFieldValue(valueFormat, vrfYPlacement); in adjustPosition()
66 le_int16 value = getFieldValue(valueFormat, vrfXAdvance); in adjustPosition()
[all …]
DValueRecords.h23 typedef le_int16 ValueRecordField;
27 le_int16 values[ANY_NUMBER];
29 le_int16 getFieldValue(ValueFormat valueFormat, ValueRecordField field) const;
30 le_int16 getFieldValue(le_int16 index, ValueFormat valueFormat, ValueRecordField field) const;
33 …void adjustPosition(le_int16 index, ValueFormat valueFormat, const char *base, GlyphIterator &g…
36 static le_int16 getSize(ValueFormat valueFormat);
39 static le_int16 getFieldCount(ValueFormat valueFormat);
40 static le_int16 getFieldIndex(ValueFormat valueFormat, ValueRecordField field);
DAnchorTables.cpp54 le_int16 x = SWAPW(xCoordinate); in getAnchor()
55 le_int16 y = SWAPW(yCoordinate); in getAnchor()
68 le_int16 x = SWAPW(xCoordinate); in getAnchor()
69 le_int16 y = SWAPW(yCoordinate); in getAnchor()
80 le_int16 x = SWAPW(xCoordinate); in getAnchor()
81 le_int16 y = SWAPW(yCoordinate); in getAnchor()
90 le_int16 adjx = dtx->getAdjustment((le_int16) fontInstance->getXPixelsPerEm()); in getAnchor()
97 le_int16 adjy = dty->getAdjustment((le_int16) fontInstance->getYPixelsPerEm()); in getAnchor()
DLookupTables.h29 typedef le_int16 LookupValue;
33 le_int16 format;
51 le_int16 unitSize;
52 le_int16 nUnits;
53 le_int16 searchRange;
54 le_int16 entrySelector;
55 le_int16 rangeShift;
DMorphTables.h24 typedef le_int16 FeatureType;
25 typedef le_int16 FeatureSetting;
39 le_int16 nFeatureEntries;
40 le_int16 nSubtables;
53 typedef le_int16 SubtableCoverage;
76 le_int16 length;
DLookupTables.cpp29 le_int16 unity = SWAPW(unitSize); in lookupSegment()
30 le_int16 probe = SWAPW(searchRange); in lookupSegment()
31 le_int16 extra = SWAPW(rangeShift); in lookupSegment()
58 le_int16 unity = SWAPW(unitSize); in lookupSingle()
59 le_int16 probe = SWAPW(searchRange); in lookupSingle()
60 le_int16 extra = SWAPW(rangeShift); in lookupSingle()
DContextualGlyphSubstProc.cpp43 le_int16 flags = SWAPW(entry->flags); in processStateEntry()
48 …const le_int16 *table = (const le_int16 *) ((char *) &stateTableHeader->stHeader + markOffset * 2); in processStateEntry()
56 …const le_int16 *table = (const le_int16 *) ((char *) &stateTableHeader->stHeader + currOffset * 2); in processStateEntry()
DPairPositioningSubtables.cpp55 le_int16 valueRecord1Size = ValueRecord::getSize(SWAPW(valueFormat1)); in process()
56 le_int16 valueRecord2Size = ValueRecord::getSize(SWAPW(valueFormat2)); in process()
57le_int16 recordSize = sizeof(PairValueRecord) - sizeof(ValueRecord) + valueRecord1Size + valueReco… in process()
100 le_int16 valueRecord1Size = ValueRecord::getSize(SWAPW(valueFormat1)); in process()
101 le_int16 valueRecord2Size = ValueRecord::getSize(SWAPW(valueFormat2)); in process()
102 le_int16 class2RecordSize = valueRecord1Size + valueRecord2Size; in process()
103 le_int16 class1RecordSize = class2RecordSize * SWAPW(class2Count); in process()
DMorphTables.cpp32 le_int16 nFeatureEntries = SWAPW(chainHeader->nFeatureEntries); in process()
33 le_int16 nSubtables = SWAPW(chainHeader->nSubtables); in process()
36 le_int16 subtable; in process()
39 le_int16 length = SWAPW(subtableHeader->length); in process()
DLigatureSubstProc.cpp49 le_int16 flags = SWAPW(entry->flags); in processStateEntry()
66 le_int16 mm = -1; in processStateEntry()
79 …const le_int16 *offsetTable = (const le_int16 *)((char *) &ligatureSubstitutionHeader->stHeader + … in processStateEntry()
DLayoutTables.h21 typedef le_int16 ByteOffset;
22 typedef le_int16 WordOffset;
DStateTables.h22 le_int16 stateSize;
60 le_int16 flags;
DAnchorTables.h24 le_int16 xCoordinate;
25 le_int16 yCoordinate;
DSinglePositioningSubtables.cpp61 le_int16 coverageIndex = (le_int16) getGlyphCoverage(glyph); in process()
DDeviceTables.cpp21 le_int16 DeviceTable::getAdjustment(le_uint16 ppem) const in getAdjustment()
25 le_int16 result = 0; in getAdjustment()
DGlyphDefinitionTables.h65 le_int16 coordinate;
75 le_int16 coordinate;
/external/icu4c/samples/layout/
Dsfnt.h73 le_int16 idDelta;
156 le_int16 xMin;
157 le_int16 yMin;
158 le_int16 xMax;
159 le_int16 yMax;
160 le_int16 lowestRecPPEM;
161 le_int16 fontDirectionHint;
162 le_int16 indexToLocFormat;
163 le_int16 glyphDataFormat;
188 le_int16 ascent;
[all …]
DFontMap.h22 FontMap(const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status);
28 virtual le_int16 getPointSize() const;
37 …virtual const LEFontInstance *openFont(const char *fontName, le_int16 pointSize, LEErrorCode &stat…
46 le_int16 fPointSize;
60 inline le_int16 FontMap::getPointSize() const in getPointSize()
DGDIFontMap.h27 …GDIFontMap(GDISurface *surface, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, …
32 …virtual const LEFontInstance *openFont(const char *fontName, le_int16 pointSize, LEErrorCode &stat…
DGnomeFontMap.h27 …GnomeFontMap(FT_Library engine, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, …
32 …virtual const LEFontInstance *openFont(const char *fontName, le_int16 pointSize, LEErrorCode &stat…
DGDIFontMap.cpp18 GDIFontMap::GDIFontMap(GDISurface *surface, const char *fileName, le_int16 pointSize, GUISupport *g… in GDIFontMap()
29 const LEFontInstance *GDIFontMap::openFont(const char *fontName, le_int16 pointSize, LEErrorCode &s… in openFont()
DGnomeFontMap.cpp20 GnomeFontMap::GnomeFontMap(FT_Library engine, const char *fileName, le_int16 pointSize, GUISupport … in GnomeFontMap()
31 const LEFontInstance *GnomeFontMap::openFont(const char *fontName, le_int16 pointSize, LEErrorCode … in openFont()
DGDIFontInstance.h73 GDIFontInstance(GDISurface *surface, TCHAR *faceName, le_int16 pointSize, LEErrorCode &status);
74 …GDIFontInstance(GDISurface *surface, const char *faceName, le_int16 pointSize, LEErrorCode &status…
/external/icu4c/test/letest/
DFontObject.h70 le_int16 idDelta;
119 le_int16 xMin;
120 le_int16 yMin;
121 le_int16 xMax;
122 le_int16 yMax;
123 le_int16 lowestRecPPEM;
124 le_int16 fontDirectionHint;
125 le_int16 indexToLocFormat;
126 le_int16 glyphDataFormat;
151 le_int16 ascent;
[all …]
Dsfnt.h99 le_int16 idDelta;
285 le_int16 xMin;
286 le_int16 yMin;
287 le_int16 xMax;
288 le_int16 yMax;
289 le_int16 lowestRecPPEM;
290 le_int16 fontDirectionHint;
291 le_int16 indexToLocFormat;
292 le_int16 glyphDataFormat;
325 le_int16 ascent;
[all …]

12