Home
last modified time | relevance | path

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

/third_party/skia/gm/
Dskbug_12212.cpp33 font = font.makeWithSize(170);
/third_party/skia/include/core/
DSkFont.h192 SkFont makeWithSize(SkScalar size) const;
/third_party/skia/src/core/
DSkFont.cpp111 SkFont SkFont::makeWithSize(SkScalar newSize) const { in makeWithSize() function in SkFont
/third_party/skia/tests/
DFontMgrTest.cpp49 const SkFont newFont(font.makeWithSize(36)); in DEF_TEST()