HomeSort by relevance Sort by last modified time
    Searched refs:getEntryPoint (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/layout/
GlyphPositionAdjustments.cpp 31 const LEPoint *GlyphPositionAdjustments::getEntryPoint(le_int32 index, LEPoint &entryPoint) const
37 return fEntryExitPoints[index].getEntryPoint(entryPoint);
110 if (lastExitPoint >= 0 && getEntryPoint(i, entryAnchor) != NULL) {
147 if (getEntryPoint(i, dummyAnchor) != NULL) {
165 LEPoint *GlyphPositionAdjustments::EntryExitPoint::getEntryPoint(LEPoint &entryPoint) const
GlyphPositionAdjustments.h 72 LEPoint *getEntryPoint(LEPoint &entryPoint) const;
109 const LEPoint *getEntryPoint(le_int32 index, LEPoint &entryPoint) const;
GlyphIterator.cpp 183 glyphPositionAdjustments->getEntryPoint(position, entryPoint);

Completed in 167 milliseconds