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

  /external/chromium_org/third_party/skia/include/ports/
SkFontStyle.h 39 enum Slant {
45 SkFontStyle(int weight, int width, Slant);
53 Slant slant() const { return (Slant)fUnion.fR.fSlant; } function in class:SkFontStyle
  /external/skia/include/ports/
SkFontStyle.h 39 enum Slant {
45 SkFontStyle(int weight, int width, Slant);
53 Slant slant() const { return (Slant)fUnion.fR.fSlant; } function in class:SkFontStyle

Completed in 56 milliseconds