Home
last modified time | relevance | path

Searched defs:SkFont (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/gm/
H A Dsrcmode.cpp48 static void draw_hair(SkCanvas* canvas, const SkPaint& paint, const SkFont&) { in draw_hair() argument
54 static void draw_thick(SkCanvas* canvas, const SkPaint& paint, const SkFont&) { in draw_thick() argument
60 static void draw_rect(SkCanvas* canvas, const SkPaint& paint, const SkFont&) { in draw_rect() argument
64 static void draw_oval(SkCanvas* canvas, const SkPaint& paint, const SkFont&) { in draw_oval() argument
[all...]
/third_party/skia/include/core/
H A DSkFont.h25 class SK_API SkFont { class
[all...]
/third_party/skia/src/core/
H A DSkFont.cpp33 SkFont::SkFont(sk_sp<SkTypeface> face, SkScalar size, SkScalar scaleX, SkScalar skewX) in SkFont() function in SkFont
43 SkFont::SkFont(sk_sp<SkTypeface> face, SkScalar size) : SkFont(std::move(face), size, 1, 0) {} in SkFont() function in SkFont
45 SkFont::SkFont(sk_sp<SkTypeface> face) : SkFont(st function in SkFont
47 SkFont::SkFont() : SkFont(nullptr, kDefault_Size) {} SkFont() function in SkFont
[all...]

Completed in 2 milliseconds