/external/chromium_org/third_party/skia/include/ports/ |
H A D | SkFontStyle.h | 53 Slant slant() const { return (Slant)fUnion.fR.fSlant; } function in class:SkFontStyle
|
/external/skia/include/ports/ |
H A D | SkFontStyle.h | 53 Slant slant() const { return (Slant)fUnion.fR.fSlant; } function in class:SkFontStyle
|
/external/chromium_org/third_party/skia/src/core/ |
H A D | SkFontHost.cpp | 63 SkFontStyle::SkFontStyle(int weight, int width, Slant slant) { argument 67 fUnion.fR.fSlant = SkPin32(slant, kUpright_Slant, kItalic_Slant); 215 SkFontStyle::Slant slant = (styleBits & SkTypeface::kItalic) ? 218 return SkFontStyle(weight, width, slant);
|
/external/skia/src/core/ |
H A D | SkFontHost.cpp | 63 SkFontStyle::SkFontStyle(int weight, int width, Slant slant) { argument 67 fUnion.fR.fSlant = SkPin32(slant, kUpright_Slant, kItalic_Slant); 215 SkFontStyle::Slant slant = (styleBits & SkTypeface::kItalic) ? 218 return SkFontStyle(weight, width, slant);
|
/external/chromium_org/third_party/WebKit/Source/platform/exported/linux/ |
H A D | 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/src/fonts/ |
H A D | SkFontMgr_fontconfig.cpp | 140 int slant = get_int(match, FC_SLANT); 146 return SkFontStyle(weight, width, slant > 0 ? SkFontStyle::kItalic_Slant
|
/external/skia/src/fonts/ |
H A D | SkFontMgr_fontconfig.cpp | 140 int slant = get_int(match, FC_SLANT); 146 return SkFontStyle(weight, width, slant > 0 ? SkFontStyle::kItalic_Slant
|
/external/chromium_org/third_party/skia/src/ports/ |
H A D | SkFontConfigInterface_direct.cpp | 32 buffer.write8(fStyle.slant()); 53 SkFontStyle::Slant slant = (SkFontStyle::Slant)u8; local 54 fStyle = SkFontStyle(weight, width, slant);
|
H A D | SkFontHost_win_dw.cpp | 1816 SkFontStyle::Slant slant; local 1819 slant = SkFontStyle::kUpright_Slant; 1823 slant = SkFontStyle::kItalic_Slant; 1832 *fs = SkFontStyle(weight, width, slant); 1841 DWRITE_FONT_STYLE slant; local 1842 switch (pattern.slant()) { 1844 slant = DWRITE_FONT_STYLE_NORMAL; 1847 slant = DWRITE_FONT_STYLE_ITALIC; 1858 HRNM(fFontFamily->GetFirstMatchingFont(weight, width, slant, &font),
|
H A D | SkFontHost_mac.cpp | 2067 float weight, width, slant; local 2074 if (!find_dict_float(dict, kCTFontSlantTrait, &slant)) { 2075 slant = 0; 2080 slant ? SkFontStyle::kItalic_Slant
|
/external/skia/src/ports/ |
H A D | SkFontConfigInterface_direct.cpp | 32 buffer.write8(fStyle.slant()); 53 SkFontStyle::Slant slant = (SkFontStyle::Slant)u8; local 54 fStyle = SkFontStyle(weight, width, slant);
|
H A D | SkFontHost_win_dw.cpp | 1816 SkFontStyle::Slant slant; local 1819 slant = SkFontStyle::kUpright_Slant; 1823 slant = SkFontStyle::kItalic_Slant; 1832 *fs = SkFontStyle(weight, width, slant); 1841 DWRITE_FONT_STYLE slant; local 1842 switch (pattern.slant()) { 1844 slant = DWRITE_FONT_STYLE_NORMAL; 1847 slant = DWRITE_FONT_STYLE_ITALIC; 1858 HRNM(fFontFamily->GetFirstMatchingFont(weight, width, slant, &font),
|
H A D | SkFontHost_mac.cpp | 2067 float weight, width, slant; local 2074 if (!find_dict_float(dict, kCTFontSlantTrait, &slant)) { 2075 slant = 0; 2080 slant ? SkFontStyle::kItalic_Slant
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/bison/build-aux/ |
H A D | texinfo.tex | 2361 % #1 is the font command (\sl or \it), #2 is the text to slant.
|