Home | History | Annotate | Download | only in fonts

Lines Matching full:fproxy

30     SkScalerContext* fProxy;
43 fProxy = face->proxy()->createScalerContext(desc);
46 SkRandomScalerContext::~SkRandomScalerContext() { delete fProxy; }
49 return fProxy->getGlyphCount();
53 return fProxy->charToGlyphID(uni);
57 fProxy->getAdvance(glyph);
79 fProxy->getMetrics(glyph);
87 fProxy->getPath(*glyph, &path);
157 fProxy->getPath(glyph, &path);
169 fProxy->forceGenerateImageFromPath();
170 fProxy->getImage(glyph);
171 fProxy->forceOffGenerateImageFromPath();
179 fProxy->getPath(glyph, path);
183 fProxy->getFontMetrics(metrics);
192 , fProxy(SkRef(proxy))
197 fProxy->unref();
206 fProxy->filterRec(rec);
215 return fProxy->getAdvancedTypefaceMetrics(info, glyphIDs, glyphIDsCount);
219 return fProxy->openStream(ttcIndex);
224 fProxy->getFontDescriptor(desc, isLocal);
229 return fProxy->charsToGlyphs(chars, encoding, glyphs, glyphCount);
233 return fProxy->countGlyphs();
237 return fProxy->getUnitsPerEm();
241 fProxy->getFamilyName(familyName);
245 return fProxy->createFamilyNameIterator();
249 return fProxy->getTableTags(tags);
254 return fProxy->getTableData(tag, offset, length, data);