Searched refs:fTestFont (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/fonts/
H A DSkTestScalerContext.cpp116 , fTestFont(testFont) {
120 glyph->fAdvanceX = fTestFont->fWidths[SkGlyph::ID2Code(glyph->fID)];
125 *metrics = fTestFont->fMetrics;
129 glyph->fAdvanceX = fTestFont->fWidths[SkGlyph::ID2Code(glyph->fID)];
134 *path = *fTestFont->fPaths[SkGlyph::ID2Code(glyph.fID)];
151 info->fFontName.set(fTestFont->fName);
163 desc->setFamilyName(fTestFont->fName);
164 desc->setFontFileName(fTestFont->fName);
173 glyphs[index] = fTestFont->codeToIndex(ch);
179 *familyName = fTestFont
[all...]
H A DSkTestScalerContext.h62 SkSafeUnref(fTestFont);
87 return (int) fTestFont->fCharCodesCount;
107 SkTestFont* fTestFont; member in class:SkTestTypeface

Completed in 1988 milliseconds