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

/external/chromium_org/third_party/skia/src/core/
H A DSkFont.cpp8 #include "SkFont.h"
16 SkFont::SkFont(SkTypeface* face, SkScalar size, SkScalar scaleX, SkScalar skewX, MaskType mt, function in class:SkFont
31 SkFont* SkFont::Create(SkTypeface* face, SkScalar size, SkScalar scaleX, SkScalar skewX,
43 return SkNEW_ARGS(SkFont, (face, size, scaleX, skewX, mt, flags));
46 SkFont* SkFont::Create(SkTypeface* face, SkScalar size, MaskType mt, uint32_t flags) {
47 return SkFont::Create(face, size, 1, 0, mt, flags);
50 SkFont* SkFon
[all...]
/external/skia/src/core/
H A DSkFont.cpp8 #include "SkFont.h"
16 SkFont::SkFont(SkTypeface* face, SkScalar size, SkScalar scaleX, SkScalar skewX, MaskType mt, function in class:SkFont
31 SkFont* SkFont::Create(SkTypeface* face, SkScalar size, SkScalar scaleX, SkScalar skewX,
43 return SkNEW_ARGS(SkFont, (face, size, scaleX, skewX, mt, flags));
46 SkFont* SkFont::Create(SkTypeface* face, SkScalar size, MaskType mt, uint32_t flags) {
47 return SkFont::Create(face, size, 1, 0, mt, flags);
50 SkFont* SkFon
[all...]
/external/chromium_org/third_party/skia/include/core/
H A DSkFont.h25 1. The Hinting enum in SkPaint is gone entirely, absorbed into SkFont's flags.
45 SkFont would absorb these:
66 SkFont has a mask-type: BW, AA, LCD
73 class SkFont : public SkRefCnt { class in inherits:SkRefCnt
120 static SkFont* Create(SkTypeface*, SkScalar size, MaskType, uint32_t flags);
121 static SkFont* Create(SkTypeface*, SkScalar size, SkScalar scaleX, SkScalar skewX,
128 SkFont* cloneWithSize(SkScalar size) const;
148 static SkFont* Testing_CreateFromPaint(const SkPaint&);
155 SkFont(SkTypeface*, SkScalar size, SkScalar scaleX, SkScalar skewX, MaskType, uint32_t flags);
156 virtual ~SkFont();
[all...]
/external/skia/include/core/
H A DSkFont.h25 1. The Hinting enum in SkPaint is gone entirely, absorbed into SkFont's flags.
45 SkFont would absorb these:
66 SkFont has a mask-type: BW, AA, LCD
73 class SkFont : public SkRefCnt { class in inherits:SkRefCnt
114 static SkFont* Create(SkTypeface*, SkScalar size, MaskType, uint32_t flags);
115 static SkFont* Create(SkTypeface*, SkScalar size, SkScalar scaleX, SkScalar skewX,
122 SkFont* cloneWithSize(SkScalar size) const;
142 static SkFont* Testing_CreateFromPaint(const SkPaint&);
149 SkFont(SkTypeface*, SkScalar size, SkScalar scaleX, SkScalar skewX, MaskType, uint32_t flags);
150 virtual ~SkFont();
[all...]

Completed in 129 milliseconds