Searched refs:SkTestFont (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/fonts/
H A DSkTestScalerContext.h17 class SkTestFont;
28 SkTestFont* fFontCache;
31 class SkTestFont : public SkRefCnt { class in inherits:SkRefCnt
33 SK_DECLARE_INST_COUNT(SkTestFont)
35 SkTestFont(const SkTestFontData& );
36 virtual ~SkTestFont();
60 SkTestTypeface(SkTestFont* , SkTypeface::Style style);
107 SkTestFont* fTestFont;
H A DSkTestScalerContext.cpp19 SkTestFont::SkTestFont(const SkTestFontData& fontData) function in class:SkTestFont
35 SkTestFont::~SkTestFont() {
49 int SkTestFont::codeToIndex(SkUnichar charCode) const {
79 void SkTestFont::init(const SkScalar* pts, const unsigned char* verbs) {
114 SkTestTypeface::SkTestTypeface(SkTestFont* testFont, SkTypeface::Style style)
/external/chromium_org/third_party/skia/tools/
H A Dsk_tool_utils.h17 class SkTestFont;
H A Dsk_tool_utils_font.cpp53 SkTestFont* font;
59 font = SkNEW_ARGS(SkTestFont, (*fontData));
139 SkTestFont* font = fontData.fFontCache;

Completed in 549 milliseconds