Home
last modified time | relevance | path

Searched refs:glyphIds (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/
H A DCMapTableBuilder.java53 List<Integer> glyphIds; field in CMapTableBuilder.CMap4Segment
58 this.glyphIds = new ArrayList<Integer>(); in CMap4Segment()
62 int firstId = glyphIds.get(0); in isContiguous()
63 for (int index = 1; index < glyphIds.size(); index++) { in isContiguous()
64 if (glyphIds.get(index) != firstId + index) { in isContiguous()
88 return glyphIds; in getGlyphIds()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
H A DRuleExtractor.java69 for (GlyphGroup glyphIds : groups) { in extract()
70 glyphIds.copyTo(result); in extract()
157 for (NumRecordTable glyphIds : table) { in extract()
160 GlyphList glyphList = extract(glyphIds); in extract()
175 for (NumRecordTable glyphIds : table) { in extract()
178 GlyphList glyphList = extract(glyphIds); in extract()
H A DRule.java387 static Set<Rule> deltaRules(List<Integer> glyphIds, int delta) { in deltaRules() argument
389 for (int glyphId : glyphIds) { in deltaRules()
/third_party/skia/include/core/
H A DSkTextBlob.h513 SK_API void GetGlyphIDforTextBlob(const SkTextBlob* blob, std::vector<SkGlyphID>& glyphIds);
/third_party/skia/src/core/
H A DSkTextBlob.cpp1016 void GetGlyphIDforTextBlob(const SkTextBlob* blob, std::vector<SkGlyphID>& glyphIds) in GetGlyphIDforTextBlob() argument
1026 glyphIds.push_back(glyphIDs[i]); in GetGlyphIDforTextBlob()

Completed in 7 milliseconds