Home
last modified time | relevance | path

Searched refs:cloneWithSize (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/core/
DSkFont.h128 SkFont* cloneWithSize(SkScalar size) const;
/external/skia/src/core/
DSkFont.cpp50 SkFont* SkFont::cloneWithSize(SkScalar newSize) const { in cloneWithSize() function in SkFont
/external/skia/tests/
DFontMgrTest.cpp42 SkAutoTUnref<SkFont> newFont(font->cloneWithSize(36)); in test_font()