Home
last modified time | relevance | path

Searched refs:makeWithSize (Results 1 – 6 of 6) sorted by relevance

/external/skia/include/core/
DSkFont.h128 sk_sp<SkFont> makeWithSize(SkScalar size) const;
/external/skqp/include/core/
DSkFont.h128 sk_sp<SkFont> makeWithSize(SkScalar size) const;
/external/skia/src/core/
DSkFont.cpp46 sk_sp<SkFont> SkFont::makeWithSize(SkScalar newSize) const { in makeWithSize() function in SkFont
/external/skqp/src/core/
DSkFont.cpp46 sk_sp<SkFont> SkFont::makeWithSize(SkScalar newSize) const { in makeWithSize() function in SkFont
/external/skia/tests/
DFontMgrTest.cpp42 sk_sp<SkFont> newFont(font->makeWithSize(36)); in test_font()
/external/skqp/tests/
DFontMgrTest.cpp42 sk_sp<SkFont> newFont(font->makeWithSize(36)); in test_font()