Home | History | Annotate | Download | only in fonts

Lines Matching full:fproxy

29     SkScalerContext* fProxy;
60 fProxy = face->proxy()->createScalerContext(newDesc);
66 SkGScalerContext::~SkGScalerContext() { delete fProxy; }
69 return fProxy->getGlyphCount();
73 return fProxy->charToGlyphID(uni);
77 fProxy->getAdvance(glyph);
87 fProxy->getMetrics(glyph);
96 fProxy->getPath(*glyph, &path);
116 fProxy->getPath(glyph, &path);
129 fProxy->getImage(glyph);
134 fProxy->getPath(glyph, path);
139 fProxy->getFontMetrics(metrics);
160 , fProxy(SkRef(proxy))
164 fProxy->unref();
173 fProxy->filterRec(rec);
182 return fProxy->getAdvancedTypefaceMetrics(info, glyphIDs, glyphIDsCount);
186 return fProxy->openStream(ttcIndex);
191 fProxy->getFontDescriptor(desc, isLocal);
196 return fProxy->charsToGlyphs(chars, encoding, glyphs, glyphCount);
200 return fProxy->countGlyphs();
204 return fProxy->getUnitsPerEm();
208 fProxy->getFamilyName(familyName);
212 return fProxy->createFamilyNameIterator();
216 return fProxy->getTableTags(tags);
221 return fProxy->getTableData(tag, offset, length, data);