Searched refs:cloneWithSize (Results 1 – 3 of 3) sorted by relevance
128 SkFont* cloneWithSize(SkScalar size) const;
50 SkFont* SkFont::cloneWithSize(SkScalar newSize) const { in cloneWithSize() function in SkFont
42 SkAutoTUnref<SkFont> newFont(font->cloneWithSize(36)); in test_font()