Home
last modified time | relevance | path

Searched defs:glyphID (Results 1 – 25 of 48) sorted by relevance

12

/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DClassTable.java23 private int glyphID; field in ClassTable.ClassEntry
26 public ClassEntry(int glyphID, int classID) in ClassEntry()
68 public static int search(ClassEntry[] table, int glyphID) in search()
149 public int getGlyphClassID(int glyphID) in getGlyphClassID()
/external/skqp/src/core/
DSkStrike.cpp57 bool SkStrike::isGlyphCached(SkGlyphID glyphID, SkFixed x, SkFixed y) const { in isGlyphCached()
66 const SkGlyph& SkStrike::getGlyphIDAdvance(uint16_t glyphID) { in getGlyphIDAdvance()
72 const SkGlyph& SkStrike::getGlyphIDMetrics(uint16_t glyphID) { in getGlyphIDMetrics()
78 const SkGlyph& SkStrike::getGlyphIDMetrics(uint16_t glyphID, SkFixed x, SkFixed y) { in getGlyphIDMetrics()
85 for (auto glyphID : glyphIDs) { in getAdvances() local
205 const SkGlyph* SkStrike::getCachedGlyphAnySubPix(SkGlyphID glyphID, in getCachedGlyphAnySubPix()
228 const SkGlyph& SkStrike::getGlyphMetrics(SkGlyphID glyphID, SkPoint position) { in getGlyphMetrics()
DSkGlyphRunPainter.cpp184 for (auto glyphID : glyphRun.glyphsIDs()) { in drawForBitmapDevice() local
220 for (auto glyphID : glyphRun.glyphsIDs()) { in drawForBitmapDevice() local
344 for (auto glyphID : glyphRun.glyphsIDs()) { in drawGlyphRunAsPathWithARGBFallback() local
389 for (auto glyphID : glyphRun.glyphsIDs()) { in drawGlyphRunAsBMPWithPathFallback() local
442 for (auto glyphID : glyphRun.glyphsIDs()) { in drawGlyphRunAsSDFWithARGBFallback() local
713 for (auto glyphID : glyphIDs) { in generateFromGlyphRunList() local
718 for (auto glyphID : glyphIDs) { in generateFromGlyphRunList() local
969 SkPackedGlyphID glyphID = path.glyph->getPackedID(); in processGlyphRunForMask() local
996 for (auto glyphID : glyphIDs) { in operator ()() local
DSkRemoteGlyphCache.cpp474 for (const auto& glyphID : fPendingGlyphImages) { in writePendingGlyphs() local
491 for (const auto& glyphID : fPendingGlyphPaths) { in writePendingGlyphs() local
501 const SkGlyph& SkStrikeServer::SkGlyphCacheState::findGlyph(SkPackedGlyphID glyphID) { in findGlyph()
536 SkGlyphID glyphID, SkPoint position) { in getGlyphMetrics()
553 void SkStrikeServer::SkGlyphCacheState::writeGlyphPath(const SkPackedGlyphID& glyphID, in writeGlyphPath()
597 SkPackedGlyphID glyphID; in readGlyph() local
DSkTypeface_remote.cpp87 bool SkScalerContextProxy::generatePath(SkGlyphID glyphID, SkPath* path) { in generatePath()
DSkFindAndPlaceGlyph.h231 …SkPoint findAndPositionGlyph(SkGlyphID glyphID, SkPoint position, ProcessOneGlyph&& processOneGlyp… in findAndPositionGlyph()
257 SkGlyphID glyphID, SkPoint position, in findAndPositionGlyph()
DSkStrikeCache.cpp35 const SkGlyph& getGlyphMetrics(SkGlyphID glyphID, SkPoint position) override { in getGlyphMetrics()
343 SkGlyphID glyphID = glyph->getGlyphID(); in desperationSearchForImage() local
371 const SkDescriptor& desc, SkGlyphID glyphID, SkPath* path) { in desperationSearchForPath()
DSkGlyphRun.cpp131 for (auto glyphID : glyphIDs) { in uniquifyGlyphIDs() local
/external/skia/src/core/
DSkStrike.cpp57 bool SkStrike::isGlyphCached(SkGlyphID glyphID, SkFixed x, SkFixed y) const { in isGlyphCached()
66 const SkGlyph& SkStrike::getGlyphIDAdvance(uint16_t glyphID) { in getGlyphIDAdvance()
72 const SkGlyph& SkStrike::getGlyphIDMetrics(uint16_t glyphID) { in getGlyphIDMetrics()
78 const SkGlyph& SkStrike::getGlyphIDMetrics(uint16_t glyphID, SkFixed x, SkFixed y) { in getGlyphIDMetrics()
85 for (auto glyphID : glyphIDs) { in getAdvances() local
205 const SkGlyph* SkStrike::getCachedGlyphAnySubPix(SkGlyphID glyphID, in getCachedGlyphAnySubPix()
228 const SkGlyph& SkStrike::getGlyphMetrics(SkGlyphID glyphID, SkPoint position) { in getGlyphMetrics()
DSkTypeface_remote.cpp87 bool SkScalerContextProxy::generatePath(SkGlyphID glyphID, SkPath* path) { in generatePath()
DSkRemoteGlyphCache.cpp481 for (const auto& glyphID : fPendingGlyphImages) { in writePendingGlyphs() local
498 for (const auto& glyphID : fPendingGlyphPaths) { in writePendingGlyphs() local
534 SkGlyphID glyphID, SkPoint position) { in getGlyphMetrics()
585 void SkStrikeServer::SkGlyphCacheState::writeGlyphPath(const SkPackedGlyphID& glyphID, in writeGlyphPath()
608 SkGlyphID glyphID = glyphIDs[i]; in glyphMetrics() local
667 SkPackedGlyphID glyphID; in readGlyph() local
DSkFindAndPlaceGlyph.h231 …SkPoint findAndPositionGlyph(SkGlyphID glyphID, SkPoint position, ProcessOneGlyph&& processOneGlyp… in findAndPositionGlyph()
257 SkGlyphID glyphID, SkPoint position, in findAndPositionGlyph()
DSkGlyphRunPainter.cpp198 for (auto glyphID : glyphRun.glyphsIDs()) { in drawForBitmapDevice() local
234 for (auto glyphID : glyphRun.glyphsIDs()) { in drawForBitmapDevice() local
354 for (SkGlyphID glyphID : fARGBGlyphsIDs) { in processARGBFallback() local
417 for (auto glyphID : glyphRun.glyphsIDs()) { in processGlyphRunList() local
494 for (auto glyphID : glyphRun.glyphsIDs()) { in processGlyphRunList() local
553 for (auto glyphID : glyphRun.glyphsIDs()) { in processGlyphRunList() local
DSkStrikeCache.cpp35 const SkGlyph& getGlyphMetrics(SkGlyphID glyphID, SkPoint position) override { in getGlyphMetrics()
368 SkGlyphID glyphID = glyph->getGlyphID(); in desperationSearchForImage() local
396 const SkDescriptor& desc, SkGlyphID glyphID, SkPath* path) { in desperationSearchForPath()
DSkGlyphRun.cpp131 for (auto glyphID : glyphIDs) { in uniquifyGlyphIDs() local
/external/fonttools/Lib/fontTools/ttLib/tables/
DT_S_I__0.py15 def fixlongs(glyphID, textLength, textOffset): argument
D_c_m_a_p.py1056 def _IsInSameRun(self, glyphID, lastGlyphID, charCode, lastCharCode): argument
1070 def _IsInSameRun(self, glyphID, lastGlyphID, charCode, lastCharCode): argument
/external/fonttools/Lib/fontTools/ttLib/
Dwoff2.py688 def _decodeGlyph(self, glyphID): argument
736 def _decodeBBox(self, glyphID, glyph): argument
815 def _encodeGlyph(self, glyphID): argument
854 def _encodeBBox(self, glyphID, glyph): argument
/external/skia/tools/fonts/
DSkTestTypeface.cpp104 SkGlyphID glyphID = glyph->getGlyphID(); in getAdvance() local
116 void SkTestTypeface::getPath(SkGlyphID glyphID, SkPath* path) { in getPath()
DSkTestSVGTypeface.cpp92 SkGlyphID glyphID = glyph->getGlyphID(); in getAdvance() local
193 SkGlyphID glyphID = glyph->getGlyphID(); in generateMetrics() local
222 SkGlyphID glyphID = glyph.getGlyphID(); in generateImage() local
/external/skqp/tools/fonts/
DSkTestTypeface.cpp104 SkGlyphID glyphID = glyph->getGlyphID(); in getAdvance() local
116 void SkTestTypeface::getPath(SkGlyphID glyphID, SkPath* path) { in getPath()
DSkTestSVGTypeface.cpp92 SkGlyphID glyphID = glyph->getGlyphID(); in getAdvance() local
195 SkGlyphID glyphID = glyph->getGlyphID(); in generateMetrics() local
224 SkGlyphID glyphID = glyph.getGlyphID(); in generateImage() local
/external/skia/gm/
Dpoly2poly.cpp57 uint16_t glyphID = 3; // X in doDraw() local
/external/skqp/gm/
Dpoly2poly.cpp225 uint16_t glyphID = 3; // X in doDraw() local
/external/fonttools/Lib/fontTools/misc/
DtestTools.py64 def getGlyphName(self, glyphID): argument

12