Home
last modified time | relevance | path

Searched refs:Style (Results 1 – 25 of 66) sorted by relevance

123

/external/skia/include/core/
DSkTypeface.h38 enum Style { enum
49 Style style() const { return fStyle; } in style()
84 static SkTypeface* CreateFromName(const char familyName[], Style style);
96 static SkTypeface* CreateFromTypeface(const SkTypeface* family, Style s);
124 SkTypeface(Style style, uint32_t uniqueID) in SkTypeface()
129 Style fStyle;
DSkPaint.h277 enum Style { enum
290 Style getStyle() const { return (Style)fStyle; } in getStyle()
297 void setStyle(Style style);
873 SkStrokePathEffect(SkScalar width, SkPaint::Style, SkPaint::Join,
DSkFontHost.h70 SkTypeface::Style style);
/external/skia/src/ports/
DSkFontHost_android.cpp34 bool find_name_and_style(SkStream* stream, SkString* name, SkTypeface::Style* style);
87 SkTypeface::Style style) { in find_best_face()
94 style = (SkTypeface::Style)(style ^ SkTypeface::kItalic); in find_best_face()
181 static SkTypeface* find_typeface(const char name[], SkTypeface::Style style) { in find_typeface()
194 SkTypeface::Style style) { in find_typeface()
238 FamilyTypeface(Style style, bool sysFont, SkTypeface* familyMember) in FamilyTypeface()
282 StreamTypeface(Style style, bool sysFont, SkTypeface* familyMember, in StreamTypeface()
311 FileTypeface(Style style, bool sysFont, SkTypeface* familyMember, in FileTypeface()
360 SkTypeface::Style* style, bool isExpected) { in get_name_and_style()
463 SkTypeface::Style style; in load_system_fonts()
[all …]
/external/skia/include/effects/
DSk1DPathEffect.h49 enum Style { enum
64 SkPath1DPathEffect(const SkPath& path, SkScalar advance, SkScalar phase, Style);
83 Style fStyle; // copied from constructor
/external/webkit/WebKit/android/plugins/
DANPTypefaceInterface.cpp33 static_cast<SkTypeface::Style>(s)); in anp_createFromName()
40 static_cast<SkTypeface::Style>(s)); in anp_createFromTypeface()
57 SkTypeface::Style s = tf ? tf->style() : SkTypeface::kNormal; in anp_getStyle()
DANPPaintInterface.cpp60 paint->setStyle(static_cast<SkPaint::Style>(style)); in anp_setStyle()
/external/skia/src/effects/
DSkBlurMask.h25 enum Style { enum
34 static bool Blur(SkMask* dst, const SkMask& src, SkScalar radius, Style);
DSk1DPathEffect.cpp41 SkScalar phase, Style style) : fPath(path) in SkPath1DPathEffect()
161 fStyle = (Style) buffer.readU8(); in SkPath1DPathEffect()
DSkBlurMaskFilter.cpp90 if (SkBlurMask::Blur(dst, src, radius, (SkBlurMask::Style)fBlurStyle)) in filterMask()
DSkBlurMask.cpp207 SkBlurMask::Style style) { in clamp_with_orig()
249 SkScalar radius, Style style) in Blur()
/external/skia/src/core/
DSkTypeface.cpp30 SkTypeface* SkTypeface::CreateFromName(const char name[], Style style) { in CreateFromName()
34 SkTypeface* SkTypeface::CreateFromTypeface(const SkTypeface* family, Style s) { in CreateFromTypeface()
DSkPathEffect.cpp84 SkStrokePathEffect::SkStrokePathEffect(SkScalar width, SkPaint::Style style, SkPaint::Join join, Sk… in SkStrokePathEffect()
DSkPaint.cpp193 void SkPaint::setStyle(Style style) in setStyle()
703 SkPaint::Style fStyle;
1272 SkPaint::Style style = paint.getStyle(); in MakeRec()
1519 this->setStyle(static_cast<Style>((tmp >> 8) & 0xFF)); in unflatten()
1706 SkPaint::Style style = SkPaint::kFill_Style; in SkTextToPathIter()
/external/skia/src/animator/
DSkDrawPaint.cpp63 SK_MEMBER(style, Style),
81 strokeWidth(SK_ScalarNaN), style((SkPaint::Style) -1), in SkDrawPaint()
235 if (style != (SkPaint::Style) -1) in setupPaint()
236 paint->setStyle((SkPaint::Style) style); in setupPaint()
DSkPaintParts.h80 SkTypeface::Style style;
/external/quake/src/com/android/quake/
DQuakeViewNoData.java38 paint.setStyle(Paint.Style.FILL); in onDraw()
/external/webkit/WebCore/dom/
DDocument.idl107 // DOM Level 2 Style (DocumentStyle interface)
111 // DOM Level 2 Style (DocumentCSS interface)
208 // DOM Level 2 Style Interface
DProcessingInstruction.idl31 // interface LinkStyle from DOM Level 2 Style Sheets
/external/webkit/WebCore/platform/graphics/android/
DFontCacheAndroid.cpp113 SkTypeface* tf = SkTypeface::CreateFromName(name, (SkTypeface::Style)style); in createFontPlatformData()
/external/webkit/WebCore/html/
DHTMLStyleElement.idl28 // DOM Level 2 Style
DHTMLLinkElement.idl34 // DOM Level 2 Style
/external/webkit/WebCore/platform/graphics/chromium/
DFontCacheLinux.cpp142 SkTypeface* tf = SkTypeface::CreateFromName(name, static_cast<SkTypeface::Style>(style)); in createFontPlatformData()
/external/freetype/include/freetype/
Dtttables.h447 FT_UShort Style; member
/external/webkit/WebKit/win/Interfaces/
DDOMWindow.idl49 // DOM Level 2 Style Interface

123