Searched defs:SkFontStyle (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/include/ports/
H A DSkFontMgr.h12 #include "SkFontStyle.h"
24 virtual void getStyle(int index, SkFontStyle*, SkString* style) = 0;
26 virtual SkTypeface* matchStyle(const SkFontStyle& pattern) = 0;
63 SkTypeface* matchFamilyStyle(const char familyName[], const SkFontStyle&) const;
78 SkTypeface* matchFamilyStyleCharacter(const char familyName[], const SkFontStyle&,
82 SkTypeface* matchFamilyStyleCharacter(const char familyName[], const SkFontStyle&,
86 SkTypeface* matchFaceStyle(const SkTypeface*, const SkFontStyle&) const;
128 const SkFontStyle&) const = 0;
131 virtual SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, argument
135 virtual SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle
[all...]
H A DSkFontStyle.h13 class SK_API SkFontStyle { class
44 SkFontStyle();
45 SkFontStyle(int weight, int width, Slant);
47 bool operator==(const SkFontStyle& rhs) const {
/external/skia/include/ports/
H A DSkFontMgr.h12 #include "SkFontStyle.h"
24 virtual void getStyle(int index, SkFontStyle*, SkString* style) = 0;
26 virtual SkTypeface* matchStyle(const SkFontStyle& pattern) = 0;
63 SkTypeface* matchFamilyStyle(const char familyName[], const SkFontStyle&) const;
73 SkTypeface* matchFamilyStyleCharacter(const char familyName[], const SkFontStyle&,
76 SkTypeface* matchFaceStyle(const SkTypeface*, const SkFontStyle&) const;
118 const SkFontStyle&) const = 0;
120 virtual SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&, argument
124 const SkFontStyle&) const = 0;
H A DSkFontStyle.h13 class SK_API SkFontStyle { class
44 SkFontStyle();
45 SkFontStyle(int weight, int width, Slant);
47 bool operator==(const SkFontStyle& rhs) const {
/external/chromium_org/third_party/skia/src/core/
H A DSkFontHost.cpp54 #include "SkFontStyle.h"
56 SkFontStyle::SkFontStyle() { function in class:SkFontStyle
63 SkFontStyle::SkFontStyle(int weight, int width, Slant slant) { function in class:SkFontStyle
75 virtual void getStyle(int, SkFontStyle*, SkString*) SK_OVERRIDE {
82 virtual SkTypeface* matchStyle(const SkFontStyle&) SK_OVERRIDE {
110 const SkFontStyle&) const SK_OVERRIDE {
115 const SkFontStyle& style,
121 const SkFontStyle
[all...]
/external/skia/src/core/
H A DSkFontHost.cpp54 #include "SkFontStyle.h"
56 SkFontStyle::SkFontStyle() { function in class:SkFontStyle
63 SkFontStyle::SkFontStyle(int weight, int width, Slant slant) { function in class:SkFontStyle
75 virtual void getStyle(int, SkFontStyle*, SkString*) SK_OVERRIDE {
82 virtual SkTypeface* matchStyle(const SkFontStyle&) SK_OVERRIDE {
110 const SkFontStyle&) const SK_OVERRIDE {
114 const SkFontStyle& style,
120 const SkFontStyle
[all...]

Completed in 759 milliseconds