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

  /external/chromium_org/third_party/WebKit/Source/platform/exported/linux/
WebFontInfo.cpp 109 int slant = 0; local
110 if (FcPatternGetInteger(pattern, FC_SLANT, 0, &slant) != FcResultMatch)
112 return slant != FC_SLANT_ROMAN;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
FontCacheSkia.cpp 172 SkFontStyle::Slant slant = fontDescription.style() == FontStyleItalic local
175 return SkFontStyle(weight, width, slant);
  /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/chromium_org/third_party/skia/src/ports/
SkFontMgr_android.cpp 234 this->slant(index));
240 SkFontStyle::Slant slant(int index) { function in class:SkFontStyleSet_Android
SkRemotableFontMgr_win_dw.cpp 26 switch (pattern.slant()) {
162 SkFontStyle::Slant slant; local
165 slant = SkFontStyle::kUpright_Slant;
169 slant = SkFontStyle::kItalic_Slant;
178 fontId->fFontStyle = SkFontStyle(weight, width, slant);
SkFontConfigInterface_direct.cpp 33 buffer.write8(fStyle.slant());
54 SkFontStyle::Slant slant = (SkFontStyle::Slant)u8; local
55 fStyle = SkFontStyle(weight, width, slant);
SkFontMgr_win_dw.cpp 667 SkFontStyle::Slant slant; local
670 slant = SkFontStyle::kUpright_Slant;
674 slant = SkFontStyle::kItalic_Slant;
683 *fs = SkFontStyle(weight, width, slant);
695 DWRITE_FONT_STYLE slant; local
696 switch (pattern.slant()) {
698 slant = DWRITE_FONT_STYLE_NORMAL;
701 slant = DWRITE_FONT_STYLE_ITALIC;
712 HRNM(fFontFamily->GetFirstMatchingFont(weight, width, slant, &font)
    [all...]
SkFontHost_mac.cpp 2071 float weight, width, 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 617 milliseconds