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

  /external/chromium_org/third_party/WebKit/Source/platform/exported/linux/
WebFontInfo.cpp 113 int slant; local
114 if (FcPatternGetInteger(current, FC_SLANT, 0, &slant) == FcResultMatch)
115 family->isItalic = slant != FC_SLANT_ROMAN;
  /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
  /external/chromium_org/third_party/skia/src/ports/
SkFontConfigInterface_direct.cpp 32 buffer.write8(fStyle.slant());
53 SkFontStyle::Slant slant = (SkFontStyle::Slant)u8; local
54 fStyle = SkFontStyle(weight, width, slant);
SkFontHost_mac.cpp 2067 float weight, width, slant; local
    [all...]
SkFontHost_win_dw.cpp 1816 SkFontStyle::Slant slant; local
1841 DWRITE_FONT_STYLE slant; local
    [all...]
  /external/skia/src/ports/
SkFontConfigInterface_direct.cpp 32 buffer.write8(fStyle.slant());
53 SkFontStyle::Slant slant = (SkFontStyle::Slant)u8; local
54 fStyle = SkFontStyle(weight, width, slant);
SkFontHost_mac.cpp 2067 float weight, width, slant; local
    [all...]
SkFontHost_win_dw.cpp 1816 SkFontStyle::Slant slant; local
1841 DWRITE_FONT_STYLE slant; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 95 milliseconds