Searched defs:fontStyle (Results 1 - 17 of 17) sorted by relevance

/external/skia/tests/
H A DFontMgrTest.cpp122 TestTypeface(const SkFontStyle& fontStyle) : SkTypeface(fontStyle, false){} argument
702 REPORTER_ASSERT(reporter, typeface->fontStyle() == testCase.expectedResult);
/external/skia/gm/
H A Dfontmgr.cpp31 const SkFontStyle& fontStyle) {
35 sk_sp<SkTypeface> typeface(fm->matchFamilyStyleCharacter(fontName, fontStyle,
50 typeface->fontStyle())));
28 drawCharacter(SkCanvas* canvas, uint32_t character, SkScalar x, SkScalar y, SkPaint& paint, SkFontMgr* fm, const char* fontName, const char* bcp47[], int bcp47Count, const SkFontStyle& fontStyle) argument
/external/skia/include/core/
H A DSkTypeface.h57 SkFontStyle fontStyle() const { function in class:SkTypeface
62 * @deprecated use fontStyle() instead.
115 requested familyName and fontStyle. This method allows extended font
119 @param fontStyle The style of the typeface.
123 static sk_sp<SkTypeface> MakeFromName(const char familyName[], SkFontStyle fontStyle);
/external/skia/src/core/
H A DSkTypeface.cpp120 SkFontStyle fontStyle) {
122 sk_sp<SkTypeface> result = (*gCreateTypefaceDelegate)(name, fontStyle);
127 if (nullptr == name && (fontStyle.slant() == SkFontStyle::kItalic_Slant ||
128 fontStyle.slant() == SkFontStyle::kUpright_Slant) &&
129 (fontStyle.weight() == SkFontStyle::kBold_Weight ||
130 fontStyle.weight() == SkFontStyle::kNormal_Weight)) {
132 (fontStyle.slant() == SkFontStyle::kItalic_Slant ? SkTypeface::kItalic :
134 (fontStyle.weight() == SkFontStyle::kBold_Weight ? SkTypeface::kBold :
138 return sk_sp<SkTypeface>(fm->legacyCreateTypeface(name, fontStyle));
119 MakeFromName(const char name[], SkFontStyle fontStyle) argument
/external/pdfium/core/fxge/win32/
H A Dfx_win32_dwrite.cpp156 DWRITE_FONT_SIMULATIONS fontStyle = local
171 hr = pDwFactory->CreateFontFace(fontFaceType, 1, &pDwFontFile, 0, fontStyle,
/external/ImageMagick/Magick++/lib/
H A DOptions.cpp336 void Magick::Options::fontStyle(const StyleType style_) function in class:Magick::Options
343 Magick::StyleType Magick::Options::fontStyle(void) const function in class:Magick::Options
H A DImage.cpp887 void Magick::Image::fontStyle(const StyleType pointSize_) function in class:Magick::Image
890 options()->fontStyle(pointSize_);
893 Magick::StyleType Magick::Image::fontStyle(void) const function in class:Magick::Image
895 return(constOptions()->fontStyle());
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 330 milliseconds