HomeSort by relevance Sort by last modified time
    Searched defs:getGlyphID (Results 1 - 2 of 2) sorted by null

  /external/icu4c/layout/
LEGlyphStorage.cpp 254 LEGlyphID LEGlyphStorage::getGlyphID(le_int32 glyphIndex, LEErrorCode &success) const
520 LEGlyphID holdGlyph = getGlyphID(fromPosition,success);
526 setGlyphID(i,getGlyphID(i+1,success),success);
532 setGlyphID(i,getGlyphID(i-1,success),success);
  /external/skia/include/core/
SkScalerContext.h 82 uint16_t getGlyphID() const {
86 unsigned getGlyphID(unsigned baseGlyphCount) const {

Completed in 40 milliseconds