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

  /external/chromium_org/third_party/skia/src/core/
SkGlyph.h 73 uint16_t getGlyphID() const {
77 unsigned getGlyphID(unsigned baseGlyphCount) const {
  /external/skia/src/core/
SkGlyph.h 73 uint16_t getGlyphID() const {
77 unsigned getGlyphID(unsigned baseGlyphCount) const {
  /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);

Completed in 528 milliseconds