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

  /external/harfbuzz_ng/src/
hb-aat-fdsc-table.hh 86 Slant = HB_TAG ('s','l','n','t'),
87 /* Angle of slant in degrees, where positive
  /external/skia/include/core/
SkFontStyle.h 41 enum Slant {
47 constexpr SkFontStyle(int weight, int width, Slant slant) : fValue(
50 (SkTPin<int>(slant, kUpright_Slant, kOblique_Slant) << 24)
61 Slant slant() const { return (Slant)((fValue >> 24) & 0xFF); } function in class:SkFontStyle
  /external/skqp/include/core/
SkFontStyle.h 41 enum Slant {
47 constexpr SkFontStyle(int weight, int width, Slant slant) : fValue(
50 (SkTPin<int>(slant, kUpright_Slant, kOblique_Slant) << 24)
61 Slant slant() const { return (Slant)((fValue >> 24) & 0xFF); } function in class:SkFontStyle

Completed in 1495 milliseconds