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 53 #include "SkFontStyle.h"
55 SkFontStyle::SkFontStyle() {
62 SkFontStyle::SkFontStyle(int weight, int width, Slant slant) {
76 virtual void getStyle(int, SkFontStyle*, SkString*) SK_OVERRIDE {
83 virtual SkTypeface* matchStyle(const SkFontStyle&) SK_OVERRIDE {
113 const SkFontStyle&) SK_OVERRIDE {
117 const SkFontStyle&) SK_OVERRIDE {
155 const SkFontStyle& fs)
    [all...]
  /external/skia/src/core/
SkFontHost.cpp 53 #include "SkFontStyle.h"
55 SkFontStyle::SkFontStyle() {
62 SkFontStyle::SkFontStyle(int weight, int width, Slant slant) {
76 virtual void getStyle(int, SkFontStyle*, SkString*) SK_OVERRIDE {
83 virtual SkTypeface* matchStyle(const SkFontStyle&) SK_OVERRIDE {
113 const SkFontStyle&) SK_OVERRIDE {
117 const SkFontStyle&) SK_OVERRIDE {
155 const SkFontStyle& fs)
    [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 {

Completed in 168 milliseconds