/external/icu/icu4c/source/samples/layout/ |
D | 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 …]
|
D | 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 &stat… 46 le_int16 fPointSize; 60 inline le_int16 FontMap::getPointSize() const in getPointSize()
|
D | GDIFontMap.h | 27 …GDIFontMap(GDISurface *surface, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, … 32 …virtual const LEFontInstance *openFont(const char *fontName, le_int16 pointSize, LEErrorCode &stat…
|
D | GnomeFontMap.h | 27 …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…
|
D | GDIFontMap.cpp | 18 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()
|
D | GnomeFontMap.cpp | 20 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/ |
D | ValueRecords.cpp | 20 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 …]
|
D | 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 &g… 36 static le_int16 getSize(ValueFormat valueFormat); 39 static le_int16 getFieldCount(ValueFormat valueFormat); 40 static le_int16 getFieldIndex(ValueFormat valueFormat, ValueRecordField field);
|
D | AnchorTables.cpp | 54 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()
|
D | 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;
|
D | ContextualGlyphInsertionProc2.cpp | 42 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()
|
D | LookupTables.cpp | 30 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()
|
D | PairPositioningSubtables.cpp | 60 le_int16 valueRecord1Size = ValueRecord::getSize(SWAPW(valueFormat1)); in process() 61 le_int16 valueRecord2Size = ValueRecord::getSize(SWAPW(valueFormat2)); in process() 62 …le_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()
|
D | MorphTables.h | 25 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;
|
D | MorphTables.cpp | 33 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()
|
D | ContextualGlyphInsertionProc2.h | 65 le_int16 atGlyph, 66 le_int16 &index, 67 le_int16 count,
|
D | LayoutTables.h | 21 typedef le_int16 ByteOffset; 22 typedef le_int16 WordOffset;
|
D | ContextualGlyphSubstProc.cpp | 31 …int16Table = LEReferenceToArrayOf<le_int16>(stateTableHeader, success, (const le_int16*)(&stateTab… in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 49 le_int16 flags = SWAPW(entry->flags); in processStateEntry()
|
D | AnchorTables.h | 24 le_int16 xCoordinate; 25 le_int16 yCoordinate;
|
D | LigatureSubstProc.cpp | 51 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()
|
D | StateTables.h | 57 le_int16 stateSize; 104 le_int16 flags;
|
/external/icu/icu4c/source/test/perf/leperf/ |
D | 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 …]
|
D | 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/letest/ |
D | 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 …]
|
D | 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 …]
|