HomeSort by relevance Sort by last modified time
    Searched defs:SkFontStyle (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkFontHost.cpp 54 #include "SkFontStyle.h"
56 SkFontStyle::SkFontStyle() {
63 SkFontStyle::SkFontStyle(int weight, int width, Slant slant) {
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& style
    [all...]
  /external/chromium_org/third_party/skia/include/ports/
SkFontStyle.h 13 class SK_API SkFontStyle {
44 SkFontStyle();
45 SkFontStyle(int weight, int width, Slant);
47 bool operator==(const SkFontStyle& rhs) const {
  /external/skia/include/ports/
SkFontStyle.h 13 class SK_API SkFontStyle {
44 SkFontStyle();
45 SkFontStyle(int weight, int width, Slant);
47 bool operator==(const SkFontStyle& rhs) const {
  /external/skia/src/core/
SkFontHost.cpp 54 #include "SkFontStyle.h"
56 SkFontStyle::SkFontStyle() {
63 SkFontStyle::SkFontStyle(int weight, int width, Slant slant) {
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&) const SK_OVERRIDE
    [all...]

Completed in 116 milliseconds