HomeSort by relevance Sort by last modified time
    Searched full:slant (Results 1 - 25 of 32) sorted by null

1 2

  /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/core/
SkFontHost.cpp 63 SkFontStyle::SkFontStyle(int weight, int width, Slant slant) {
67 fUnion.fR.fSlant = SkPin32(slant, kUpright_Slant, kItalic_Slant);
221 SkFontStyle::Slant slant = (styleBits & SkTypeface::kItalic) ?
224 return SkFontStyle(weight, width, slant);
  /external/skia/src/core/
SkFontHost.cpp 63 SkFontStyle::SkFontStyle(int weight, int width, Slant slant) {
67 fUnion.fR.fSlant = SkPin32(slant, kUpright_Slant, kItalic_Slant);
221 SkFontStyle::Slant slant = (styleBits & SkTypeface::kItalic) ?
224 return SkFontStyle(weight, width, slant);
  /external/chromium_org/third_party/skia/src/ports/
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...]
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);
  /external/skia/src/ports/
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...]
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);
  /external/chromium_org/third_party/freetype/include/freetype/
ftsynth.h 70 /* Slant an outline glyph to the right by about 12 degrees. */
  /external/freetype/include/
ftsynth.h 70 /* Slant an outline glyph to the right by about 12 degrees. */
  /external/pdfium/core/include/thirdparties/freetype/freetype/
ftsynth.h 70 /* Slant an outline glyph to the right by about 12 degrees. */
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
ftsynth.h 70 /* Slant an outline glyph to the right by about 12 degrees. */
  /external/chromium_org/third_party/WebKit/Source/platform/exported/linux/
WebFontInfo.cpp 123 int slant; local
124 if (FcPatternGetInteger(current, FC_SLANT, 0, &slant) == FcResultMatch)
125 fallbackFont->isItalic = slant != FC_SLANT_ROMAN;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
BarGraph.java 35 private static final int SLANT= 8; // slant of break
237 x+= FROM_END - GAP2 - SLANT;
238 int[] pts= new int[] { x, y + h2 - 1, x + SLANT, y + 1, x + SLANT + GAP2, y + 1, x + GAP2, y + h2 - 1};
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkFont.py 13 # weight/slant
41 slant -- font slant: ROMAN, ITALIC
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkFont.py 13 # weight/slant
41 slant -- font slant: ROMAN, ITALIC
  /external/chromium_org/third_party/freetype/include/freetype/internal/
fttrace.h 40 FT_TRACE_DEF( synth ) /* bold/slant synthesizer (ftsynth.c) */
  /external/freetype/include/internal/
fttrace.h 40 FT_TRACE_DEF( synth ) /* bold/slant synthesizer (ftsynth.c) */
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/
fttrace.h 40 FT_TRACE_DEF( synth ) /* bold/slant synthesizer (ftsynth.c) */
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
fttrace.h 40 FT_TRACE_DEF( synth ) /* bold/slant synthesizer (ftsynth.c) */
  /external/chromium_org/third_party/skia/src/fonts/
SkFontMgr_fontconfig.cpp 176 int slant = get_int(match, FC_SLANT);
182 return SkFontStyle(weight, width, slant > 0 ? SkFontStyle::kItalic_Slant
  /external/skia/src/fonts/
SkFontMgr_fontconfig.cpp 176 int slant = get_int(match, FC_SLANT);
182 return SkFontStyle(weight, width, slant > 0 ? SkFontStyle::kItalic_Slant
  /external/chromium_org/third_party/fontconfig/include/src/
fcobjshash.h 103 char FcObjectTypeNamePool_str22[sizeof("slant")];
152 "slant",

Completed in 837 milliseconds

1 2