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

/external/skia/include/core/
H A DSkFontStyle.h39 enum Slant { enum in class:SkFontStyle
45 SkFontStyle(int weight, int width, Slant);
55 Slant slant() const { return (Slant)fUnion.fR.fSlant; }

Completed in 44 milliseconds