HomeSort by relevance Sort by last modified time
    Searched refs:le_int16 (Results 1 - 25 of 44) sorted by null

1 2

  /external/icu4c/layout/
LayoutTables.h 21 typedef le_int16 ByteOffset;
22 typedef le_int16 WordOffset;
LookupTables.h 29 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;
MorphTables.h 24 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;
ValueRecords.h 23 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 &glyphIterator,
36 static le_int16 getSize(ValueFormat valueFormat);
39 static le_int16 getFieldCount(ValueFormat valueFormat);
40 static le_int16 getFieldIndex(ValueFormat valueFormat, ValueRecordField field);
AnchorTables.cpp 54 le_int16 x = SWAPW(xCoordinate);
55 le_int16 y = SWAPW(yCoordinate);
68 le_int16 x = SWAPW(xCoordinate);
69 le_int16 y = SWAPW(yCoordinate);
80 le_int16 x = SWAPW(xCoordinate);
81 le_int16 y = SWAPW(yCoordinate);
90 le_int16 adjx = dtx->getAdjustment((le_int16) fontInstance->getXPixelsPerEm());
97 le_int16 adjy = dty->getAdjustment((le_int16) fontInstance->getYPixelsPerEm())
    [all...]
ValueRecords.cpp 20 le_int16 ValueRecord::getFieldValue(ValueFormat valueFormat, ValueRecordField field) const
22 le_int16 valueIndex = getFieldIndex(valueFormat, field);
23 le_int16 value = values[valueIndex];
28 le_int16 ValueRecord::getFieldValue(le_int16 index, ValueFormat valueFormat, ValueRecordField field) const
30 le_int16 baseIndex = getFieldCount(valueFormat) * index;
31 le_int16 valueIndex = getFieldIndex(valueFormat, field);
32 le_int16 value = values[baseIndex + valueIndex];
46 le_int16 value = getFieldValue(valueFormat, vrfXPlacement);
56 le_int16 value = getFieldValue(valueFormat, vrfYPlacement)
    [all...]
LookupTables.cpp 29 le_int16 unity = SWAPW(unitSize);
30 le_int16 probe = SWAPW(searchRange);
31 le_int16 extra = SWAPW(rangeShift);
58 le_int16 unity = SWAPW(unitSize);
59 le_int16 probe = SWAPW(searchRange);
60 le_int16 extra = SWAPW(rangeShift);
ContextualGlyphSubstProc.cpp 43 le_int16 flags = SWAPW(entry->flags);
48 const le_int16 *table = (const le_int16 *) ((char *) &stateTableHeader->stHeader + markOffset * 2);
56 const le_int16 *table = (const le_int16 *) ((char *) &stateTableHeader->stHeader + currOffset * 2);
AnchorTables.h 24 le_int16 xCoordinate;
25 le_int16 yCoordinate;
StateTables.h 22 le_int16 stateSize;
60 le_int16 flags;
DeviceTables.h 28 le_int16 getAdjustment(le_uint16 ppem) const;
MarkToBasePosnSubtables.h 37 le_int16 baseRecordCount;
MorphTables.cpp 32 le_int16 nFeatureEntries = SWAPW(chainHeader->nFeatureEntries);
33 le_int16 nSubtables = SWAPW(chainHeader->nSubtables);
36 le_int16 subtable;
39 le_int16 length = SWAPW(subtableHeader->length);
SubtableProcessor.h 32 le_int16 length;
GlyphDefinitionTables.h 65 le_int16 coordinate;
75 le_int16 coordinate;
SinglePositioningSubtables.cpp 61 le_int16 coverageIndex = (le_int16) getGlyphCoverage(glyph);
OpenTypeTables.h 40 le_int16 rangeValue;
  /external/icu4c/samples/layout/
sfnt.h 73 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...]
GDIFontMap.h 27 GDIFontMap(GDISurface *surface, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status);
32 virtual const LEFontInstance *openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status);
GnomeFontMap.h 27 GnomeFontMap(FT_Library engine, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status);
32 virtual const LEFontInstance *openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status);
FontMap.h 22 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 &status) = 0;
46 le_int16 fPointSize;
60 inline le_int16 FontMap::getPointSize() const
GDIFontMap.cpp 18 GDIFontMap::GDIFontMap(GDISurface *surface, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status)
29 const LEFontInstance *GDIFontMap::openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status)
GnomeFontMap.cpp 20 GnomeFontMap::GnomeFontMap(FT_Library engine, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status)
31 const LEFontInstance *GnomeFontMap::openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status)
  /external/icu4c/test/letest/
FontObject.h 70 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...]
sfnt.h 99 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...]

Completed in 211 milliseconds

1 2