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

/external/chromium_org/third_party/skia/include/ports/
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 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&) SK_OVERRIDE {
114 const SkFontStyle&) SK_OVERRIDE {
155 const SkFontStyle
[all...]
/external/chromium_org/third_party/skia/src/fonts/
H A DSkFontMgr_fontconfig.cpp9 #include "SkFontStyle.h"
115 virtual void getStyle(int index, SkFontStyle*, SkString* style) SK_OVERRIDE;
117 virtual SkTypeface* matchStyle(const SkFontStyle& pattern) SK_OVERRIDE;
123 SkFontStyle fStyle;
137 static SkFontStyle make_fontconfig_style(FcPattern* match) {
146 return SkFontStyle(weight, width, slant > 0 ? SkFontStyle::kItalic_Slant
147 : SkFontStyle::kUpright_Slant);
164 void SkFontStyleSet_FC::getStyle(int index, SkFontStyle* style,
179 SkTypeface* SkFontStyleSet_FC::matchStyle(const SkFontStyle
263 onMatchFamilyStyle(const char familyName[], const SkFontStyle&) argument
265 onMatchFaceStyle(const SkTypeface*, const SkFontStyle&) argument
[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&) SK_OVERRIDE {
114 const SkFontStyle&) SK_OVERRIDE {
155 const SkFontStyle
[all...]
/external/skia/src/fonts/
H A DSkFontMgr_fontconfig.cpp9 #include "SkFontStyle.h"
115 virtual void getStyle(int index, SkFontStyle*, SkString* style) SK_OVERRIDE;
117 virtual SkTypeface* matchStyle(const SkFontStyle& pattern) SK_OVERRIDE;
123 SkFontStyle fStyle;
137 static SkFontStyle make_fontconfig_style(FcPattern* match) {
146 return SkFontStyle(weight, width, slant > 0 ? SkFontStyle::kItalic_Slant
147 : SkFontStyle::kUpright_Slant);
164 void SkFontStyleSet_FC::getStyle(int index, SkFontStyle* style,
179 SkTypeface* SkFontStyleSet_FC::matchStyle(const SkFontStyle
263 onMatchFamilyStyle(const char familyName[], const SkFontStyle&) argument
265 onMatchFaceStyle(const SkTypeface*, const SkFontStyle&) argument
[all...]

Completed in 30 milliseconds