/external/skia/include/core/ |
D | SkTypeface.h | 38 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;
|
D | SkPaint.h | 277 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,
|
D | SkFontHost.h | 70 SkTypeface::Style style);
|
/external/skia/src/ports/ |
D | SkFontHost_android.cpp | 34 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/ |
D | Sk1DPathEffect.h | 49 enum Style { enum 64 SkPath1DPathEffect(const SkPath& path, SkScalar advance, SkScalar phase, Style); 83 Style fStyle; // copied from constructor
|
/external/webkit/WebKit/android/plugins/ |
D | ANPTypefaceInterface.cpp | 33 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()
|
D | ANPPaintInterface.cpp | 60 paint->setStyle(static_cast<SkPaint::Style>(style)); in anp_setStyle()
|
/external/skia/src/effects/ |
D | SkBlurMask.h | 25 enum Style { enum 34 static bool Blur(SkMask* dst, const SkMask& src, SkScalar radius, Style);
|
D | Sk1DPathEffect.cpp | 41 SkScalar phase, Style style) : fPath(path) in SkPath1DPathEffect() 161 fStyle = (Style) buffer.readU8(); in SkPath1DPathEffect()
|
D | SkBlurMaskFilter.cpp | 90 if (SkBlurMask::Blur(dst, src, radius, (SkBlurMask::Style)fBlurStyle)) in filterMask()
|
D | SkBlurMask.cpp | 207 SkBlurMask::Style style) { in clamp_with_orig() 249 SkScalar radius, Style style) in Blur()
|
/external/skia/src/core/ |
D | SkTypeface.cpp | 30 SkTypeface* SkTypeface::CreateFromName(const char name[], Style style) { in CreateFromName() 34 SkTypeface* SkTypeface::CreateFromTypeface(const SkTypeface* family, Style s) { in CreateFromTypeface()
|
D | SkPathEffect.cpp | 84 SkStrokePathEffect::SkStrokePathEffect(SkScalar width, SkPaint::Style style, SkPaint::Join join, Sk… in SkStrokePathEffect()
|
D | SkPaint.cpp | 193 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/ |
D | SkDrawPaint.cpp | 63 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()
|
D | SkPaintParts.h | 80 SkTypeface::Style style;
|
/external/quake/src/com/android/quake/ |
D | QuakeViewNoData.java | 38 paint.setStyle(Paint.Style.FILL); in onDraw()
|
/external/webkit/WebCore/dom/ |
D | Document.idl | 107 // DOM Level 2 Style (DocumentStyle interface) 111 // DOM Level 2 Style (DocumentCSS interface) 208 // DOM Level 2 Style Interface
|
D | ProcessingInstruction.idl | 31 // interface LinkStyle from DOM Level 2 Style Sheets
|
/external/webkit/WebCore/platform/graphics/android/ |
D | FontCacheAndroid.cpp | 113 SkTypeface* tf = SkTypeface::CreateFromName(name, (SkTypeface::Style)style); in createFontPlatformData()
|
/external/webkit/WebCore/html/ |
D | HTMLStyleElement.idl | 28 // DOM Level 2 Style
|
D | HTMLLinkElement.idl | 34 // DOM Level 2 Style
|
/external/webkit/WebCore/platform/graphics/chromium/ |
D | FontCacheLinux.cpp | 142 SkTypeface* tf = SkTypeface::CreateFromName(name, static_cast<SkTypeface::Style>(style)); in createFontPlatformData()
|
/external/freetype/include/freetype/ |
D | tttables.h | 447 FT_UShort Style; member
|
/external/webkit/WebKit/win/Interfaces/ |
D | DOMWindow.idl | 49 // DOM Level 2 Style Interface
|