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

1 2 3 4

  /external/icu/icu4c/source/layout/
LayoutTables.h 21 typedef le_int16 ByteOffset;
22 typedef le_int16 WordOffset;
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.h 30 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;
ContextualGlyphInsertionProc2.h 65 le_int16 atGlyph,
66 le_int16 &index,
67 le_int16 count,
LookupTables.cpp 30 le_int16 unity = SWAPW(unitSize);
31 le_int16 probe = SWAPW(searchRange);
32 le_int16 extra = SWAPW(rangeShift);
62 le_int16 unity = SWAPW(unitSize);
63 le_int16 probe = SWAPW(searchRange);
64 le_int16 extra = SWAPW(rangeShift);
  /external/chromium_org/third_party/icu/source/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/chromium_org/third_party/icu/source/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...]
  /external/chromium_org/third_party/icu/source/test/perf/leperf/
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...]
  /external/icu/icu4c/source/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
  /external/icu/icu4c/source/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...]
  /external/icu/icu4c/source/test/perf/leperf/
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 1105 milliseconds

1 2 3 4