Home
last modified time | relevance | path

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

123

/external/icu/icu4c/source/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()
/external/icu/icu4c/source/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.h30 typedef le_int16 LookupValue;
34 le_int16 format;
52 le_int16 unitSize;
53 le_int16 nUnits;
54 le_int16 searchRange;
55 le_int16 entrySelector;
56 le_int16 rangeShift;
DContextualGlyphInsertionProc2.cpp42 le_int16 atGlyph, in doInsertion()
43 le_int16 &index, in doInsertion()
44 le_int16 count, in doInsertion()
58 le_int16 targetIndex = 0; in doInsertion()
83 le_int16 markIndex = SWAPW(entry->markedInsertionListIndex); in processStateEntry()
85 le_int16 count = (flags & cgiMarkedInsertCountMask) >> 5; in processStateEntry()
91 le_int16 currIndex = SWAPW(entry->currentInsertionListIndex); in processStateEntry()
93 le_int16 count = flags & cgiCurrentInsertCountMask; in processStateEntry()
DLookupTables.cpp30 le_int16 unity = SWAPW(unitSize); in lookupSegment()
31 le_int16 probe = SWAPW(searchRange); in lookupSegment()
32 le_int16 extra = SWAPW(rangeShift); in lookupSegment()
62 le_int16 unity = SWAPW(unitSize); in lookupSingle()
63 le_int16 probe = SWAPW(searchRange); in lookupSingle()
64 le_int16 extra = SWAPW(rangeShift); in lookupSingle()
DPairPositioningSubtables.cpp60 le_int16 valueRecord1Size = ValueRecord::getSize(SWAPW(valueFormat1)); in process()
61 le_int16 valueRecord2Size = ValueRecord::getSize(SWAPW(valueFormat2)); in process()
62le_int16 recordSize = sizeof(PairValueRecord) - sizeof(ValueRecord) + valueRecord1Size + valueReco… in process()
105 le_int16 valueRecord1Size = ValueRecord::getSize(SWAPW(valueFormat1)); in process()
106 le_int16 valueRecord2Size = ValueRecord::getSize(SWAPW(valueFormat2)); in process()
107 le_int16 class2RecordSize = valueRecord1Size + valueRecord2Size; in process()
108 le_int16 class1RecordSize = class2RecordSize * SWAPW(class2Count); in process()
DMorphTables.h25 typedef le_int16 FeatureType;
26 typedef le_int16 FeatureSetting;
40 le_int16 nFeatureEntries;
41 le_int16 nSubtables;
56 typedef le_int16 SubtableCoverage;
80 le_int16 length;
DMorphTables.cpp33 le_int16 nFeatureEntries = SWAPW(chainHeader->nFeatureEntries); in process()
34 le_int16 nSubtables = SWAPW(chainHeader->nSubtables); in process()
37 le_int16 subtable; in process()
40 le_int16 length = SWAPW(subtableHeader->length); in process()
DContextualGlyphInsertionProc2.h65 le_int16 atGlyph,
66 le_int16 &index,
67 le_int16 count,
DLayoutTables.h21 typedef le_int16 ByteOffset;
22 typedef le_int16 WordOffset;
DContextualGlyphSubstProc.cpp31 …int16Table = LEReferenceToArrayOf<le_int16>(stateTableHeader, success, (const le_int16*)(&stateTab… in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
49 le_int16 flags = SWAPW(entry->flags); in processStateEntry()
DAnchorTables.h24 le_int16 xCoordinate;
25 le_int16 yCoordinate;
DLigatureSubstProc.cpp51 le_int16 flags = SWAPW(entry->flags); in processStateEntry()
72 le_int16 mm = -1; in processStateEntry()
86 …LEReferenceToArrayOf<le_int16> offsetTable(stHeader, success, 2 * SignExtend(offset, lafComponentO… in processStateEntry()
DStateTables.h57 le_int16 stateSize;
104 le_int16 flags;
/external/icu/icu4c/source/test/perf/leperf/
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 …]
/external/icu/icu4c/source/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 …]

123