Searched refs:atg (Results 1 – 14 of 14) sorted by relevance
/third_party/flutter/skia/gm/ |
D | getpostextpath.cpp | 53 SkAutoToGlyphs atg(font, text, len, SkTextEncoding::kUTF8); 54 const int count = atg.count(); 57 font.getWidths(atg.glyphs(), count, &widths[0]);
|
/third_party/skia/gm/ |
D | getpostextpath.cpp | 53 SkAutoToGlyphs atg(font, text, len, SkTextEncoding::kUTF8); 54 const int count = atg.count(); 57 font.getWidths(atg.glyphs(), count, &widths[0]);
|
/third_party/flutter/skia/tools/ |
D | ToolUtils.cpp | 190 SkAutoToGlyphs atg(font, text, length, encoding); in get_text_path() local 191 const int count = atg.count(); in get_text_path() 195 font.getPos(atg.glyphs(), count, &computedPos[0]); in get_text_path() 203 font.getPaths(atg.glyphs(), in get_text_path() 204 atg.count(), in get_text_path()
|
/third_party/skia/tools/ |
D | ToolUtils.cpp | 225 SkAutoToGlyphs atg(font, text, length, encoding); in get_text_path() local 226 const int count = atg.count(); in get_text_path() 230 font.getPos(atg.glyphs(), count, &computedPos[0]); in get_text_path() 238 font.getPaths(atg.glyphs(), in get_text_path() 239 atg.count(), in get_text_path()
|
/third_party/skia/src/core/ |
D | SkFont.cpp | 162 SkAutoToGlyphs atg(*this, text, length, encoding); in measureText() local 163 const int glyphCount = atg.count(); in measureText() 170 const SkGlyphID* glyphIDs = atg.glyphs(); in measureText()
|
/third_party/flutter/skia/src/core/ |
D | SkFont.cpp | 215 SkAutoToGlyphs atg(*this, text, length, encoding); in measureText() local 216 const int glyphCount = atg.count(); in measureText() 223 const SkGlyphID* glyphIDs = atg.glyphs(); in measureText()
|
/third_party/icu/icu4c/source/data/misc/ |
D | likelySubtags.txt | 81 atg{"atg_Latn_ZZ"}
|
D | langInfo.txt | 313 "atg","Latn","ZZ",
|
D | supplementalData.txt | 5021 "atg~z",
|
/third_party/flutter/skia/third_party/externals/icu/source/data/misc/ |
D | likelySubtags.txt | 77 atg{"atg_Latn_ZZ"}
|
D | supplementalData.txt | 4838 "atg~z",
|
/third_party/skia/third_party/externals/icu/source/data/misc/ |
D | likelySubtags.txt | 81 atg{"atg_Latn_ZZ"}
|
D | langInfo.txt | 313 "atg","Latn","ZZ",
|
D | supplementalData.txt | 5021 "atg~z",
|