HomeSort by relevance Sort by last modified time
    Searched refs:LEGlyphID (Results 51 - 75 of 90) sorted by null

1 23 4

  /external/icu4c/layout/
SegmentArrayProcessor.cpp 43 LEGlyphID thisGlyph = glyphStorage[glyph];
SegmentSingleProcessor.cpp 43 LEGlyphID thisGlyph = glyphStorage[glyph];
TrimmedArrayProcessor.cpp 44 LEGlyphID thisGlyph = glyphStorage[glyph];
AnchorTables.cpp 15 void AnchorTable::getAnchor(LEGlyphID glyphID, const LEFontInstance *fontInstance,
63 void Format2AnchorTable::getAnchor(LEGlyphID glyphID, const LEFontInstance *fontInstance, LEPoint &anchor) const
GlyphIterator.h 48 LEGlyphID getCurrGlyphID() const;
72 LEGlyphID *insertGlyphs(le_int32 count, LEErrorCode& success);
LEGlyphStorage.cpp 78 fGlyphs = LE_NEW_ARRAY(LEGlyphID, fGlyphCount);
235 void LEGlyphStorage::getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const
254 LEGlyphID LEGlyphStorage::getGlyphID(le_int32 glyphIndex, LEErrorCode &success) const
273 void LEGlyphStorage::setGlyphID(le_int32 glyphIndex, LEGlyphID glyphID, LEErrorCode &success)
520 LEGlyphID holdGlyph = getGlyphID(fromPosition,success);
546 LEGlyphID *LEGlyphStorage::insertGlyphs(le_int32 atIndex, le_int32 insertCount)
553 LEGlyphID *LEGlyphStorage::insertGlyphs(le_int32 atIndex, le_int32 insertCount, LEErrorCode& success)
568 LEGlyphID *newGlyphs = (LEGlyphID *) LE_GROW_ARRAY(fGlyphs, newGlyphCount);
615 le_bool LEGlyphStorage::applyInsertion(le_int32 atPosition, le_int32 count, LEGlyphID newGlyphs[]
    [all...]
LigatureSubstSubtables.cpp 18 LEGlyphID glyph = glyphIterator->getCurrGlyphID();
loengine.h 133 LEGlyphID glyphs[],
GlyphPositionAdjustments.cpp 93 LEGlyphID lastExitGlyphID = 0;
107 LEGlyphID glyphID = glyphStorage[i];
LEFontInstance.cpp 80 LEGlyphID LEFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const
85 LEGlyphID LEFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const
CanonShaping.cpp 45 combiningClasses[i] = classTable->getGlyphClass((LEGlyphID) inChars[i]);
ContextualSubstSubtables.cpp 97 LEGlyphID glyph = glyphIterator->getCurrGlyphID();
137 if (coverageTable->getGlyphCoverage((LEGlyphID) glyphIterator->getCurrGlyphID()) < 0) {
194 LEGlyphID glyph = glyphIterator->getCurrGlyphID();
243 LEGlyphID glyph = glyphIterator->getCurrGlyphID();
371 LEGlyphID glyph = glyphIterator->getCurrGlyphID();
442 LEGlyphID glyph = glyphIterator->getCurrGlyphID();
GlyphIterator.cpp 110 LEGlyphID *GlyphIterator::insertGlyphs(le_int32 count, LEErrorCode& success)
148 LEGlyphID GlyphIterator::getCurrGlyphID() const
195 LEGlyphID glyph = glyphStorage[position];
358 LEGlyphID glyphID = glyphStorage[index];
LayoutEngine.h 375 void getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const;
loengine.cpp 75 LEGlyphID glyphs[],
ArabicLayoutEngine.cpp 29 le_bool CharSubstitutionFilter::accept(LEGlyphID glyph) const
195 glyphStorage[out] = (LEGlyphID) chars[offset + i];
  /external/icu4c/samples/layout/
GnomeFontInstance.cpp 41 void GnomeSurface::drawGlyphs(const LEFontInstance *font, const LEGlyphID *glyphs, le_int32 count,
137 void GnomeFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const
158 le_bool GnomeFontInstance::getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const
178 void GnomeFontInstance::rasterizeGlyphs(cairo_t *cairo, const LEGlyphID *glyphs, le_int32 glyphCount, const float *positions,
Surface.cpp 15 void GDISurface::drawGlyphs(RenderingFontInstance *font, const LEGlyphID *glyphs, le_int32 count, const le_int32 *dx,
cmaps.cpp 123 LEGlyphID CMAPFormat4Mapper::unicodeToGlyph(LEUnicode32 unicode32) const
178 LEGlyphID CMAPGroupMapper::unicodeToGlyph(LEUnicode32 unicode32) const
196 return (LEGlyphID) (SWAPU32(fGroups[range].startGlyphCode) + unicode32 - SWAPU32(fGroups[range].startCharCode));
  /external/icu4c/test/letest/
FontObject.h 190 LEGlyphID unicodeToGlyph(LEUnicode32 unicode);
193 le_uint32 unicodesToGlyphs(LEUnicode *chars, le_uint32 nChars, LEGlyphID *glyphs,
199 le_uint16 getGlyphAdvance(LEGlyphID glyph);
cmaps.cpp 117 LEGlyphID CMAPFormat4Mapper::unicodeToGlyph(LEUnicode32 unicode32) const
172 LEGlyphID CMAPGroupMapper::unicodeToGlyph(LEUnicode32 unicode32) const
190 return (LEGlyphID) (SWAPU32(fGroups[range].startGlyphCode) + unicode32 - SWAPU32(fGroups[range].startCharCode));
FontObject.cpp 153 LEGlyphID FontObject::unicodeToGlyph(LEUnicode32 unicode32)
162 LEGlyphID result = 0;
178 result = (LEGlyphID) unicode;
207 le_uint16 FontObject::getGlyphAdvance(LEGlyphID glyph)
PortableFontInstance.cpp 336 void PortableFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const
369 le_bool PortableFontInstance::getGlyphPoint(LEGlyphID /*glyph*/, le_int32 /*pointNumber*/, LEPoint &/*point*/) const
401 LEGlyphID PortableFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const
408 LEGlyphID PortableFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const
413 LEGlyphID PortableFontInstance::mapCharToGlyph(LEUnicode32 ch) const
gendata.cpp 164 LEGlyphID *glyphs = NULL;
259 glyphs = NEW_ARRAY(LEGlyphID, glyphCount);
  /external/icu4c/layoutex/layout/
playout.h 388 U_INTERNAL const LEGlyphID * U_EXPORT2

Completed in 370 milliseconds

1 23 4