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

  /external/skia/src/core/
SkFontStyle.cpp 8 #include "SkFontStyle.h"
12 SkFontStyle::SkFontStyle() {
19 SkFontStyle::SkFontStyle(int weight, int width, Slant slant) {
26 /*static*/SkFontStyle SkFontStyle::FromOldStyle(unsigned oldStyle) {
27 return SkFontStyle((oldStyle & SkTypeface::kBold) ? SkFontStyle::kBold_Weight
28 : SkFontStyle::kNormal_Weight
    [all...]
  /external/skia/include/core/
SkFontStyle.h 13 class SK_API SkFontStyle {
47 SkFontStyle();
48 SkFontStyle(int weight, int width, Slant);
50 static SkFontStyle FromOldStyle(unsigned oldStyle);
52 bool operator==(const SkFontStyle& rhs) const {

Completed in 65 milliseconds