/external/skia/include/core/ |
D | SkTypeface.h | 35 enum Style { enum 46 Style style() const { return fStyle; } in style() 85 static SkTypeface* CreateFromName(const char familyName[], Style style); 97 Style s); 109 static SkTypeface* CreateFromTypeface(const SkTypeface* family, Style s); 152 SkTypeface(Style style, SkFontID uniqueID, bool isFixedWidth = false); 157 Style fStyle;
|
D | SkPaint.h | 292 enum Style { enum 305 Style getStyle() const { return (Style)fStyle; } in getStyle() 312 void setStyle(Style style); 981 SkStrokePathEffect(SkScalar width, SkPaint::Style, SkPaint::Join,
|
/external/skia/src/core/ |
D | SkTypefaceCache.h | 31 typedef bool (*FindProc)(SkTypeface*, SkTypeface::Style, void* context); 45 static void Add(SkTypeface*, SkTypeface::Style requested); 78 void add(SkTypeface*, SkTypeface::Style requested); 86 SkTypeface::Style fRequestedStyle;
|
D | SkTypeface.cpp | 20 SkTypeface::SkTypeface(Style style, SkFontID fontID, bool isFixedWidth) in SkTypeface() 64 SkTypeface* SkTypeface::CreateFromName(const char name[], Style style) { in CreateFromName() 69 Style s) { in CreateForChars() 73 SkTypeface* SkTypeface::CreateFromTypeface(const SkTypeface* family, Style s) { in CreateFromTypeface()
|
D | SkTypefaceCache.cpp | 16 void SkTypefaceCache::add(SkTypeface* face, SkTypeface::Style requestedStyle) { in add() 87 void SkTypefaceCache::Add(SkTypeface* face, SkTypeface::Style requestedStyle) { in Add() 112 static bool DumpProc(SkTypeface* face, SkTypeface::Style style, void* ctx) { in DumpProc()
|
/external/skia/src/ports/ |
D | SkFontHost_linux.cpp | 26 SkTypeface::Style* style, bool* isFixedWidth); 80 SkTypeface::Style style) { in find_best_face() 87 style = (SkTypeface::Style)(style ^ SkTypeface::kItalic); in find_best_face() 182 static SkTypeface* find_typeface(const char name[], SkTypeface::Style style) { in find_typeface() 188 SkTypeface::Style style) { in find_typeface() 231 FamilyTypeface(Style style, bool sysFont, FamilyRec* family, bool isFixedWidth) in FamilyTypeface() 289 StreamTypeface(Style style, bool sysFont, FamilyRec* family, in StreamTypeface() 316 FileTypeface(Style style, bool sysFont, FamilyRec* family, in FileTypeface() 358 SkTypeface::Style* style, bool* isFixedWidth) { in get_name_and_style() 396 SkTypeface::Style style = SkTypeface::kNormal; // avoid uninitialized warning in load_system_fonts() [all …]
|
D | SkFontHost_simple.cpp | 27 SkTypeface::Style* style, bool* isFixedWidth); 79 SkTypeface::Style style) { in find_best_face() 86 style = (SkTypeface::Style)(style ^ SkTypeface::kItalic); in find_best_face() 173 static SkTypeface* find_typeface(const char name[], SkTypeface::Style style) { in find_typeface() 186 SkTypeface::Style style) { in find_typeface() 230 FamilyTypeface(Style style, bool sysFont, SkTypeface* familyMember) in FamilyTypeface() 274 StreamTypeface(Style style, bool sysFont, SkTypeface* familyMember, in StreamTypeface() 303 FileTypeface(Style style, bool sysFont, SkTypeface* familyMember, in FileTypeface() 352 SkTypeface::Style* style, bool isExpected) { in get_name_and_style() 440 SkTypeface::Style style; in load_system_fonts() [all …]
|
D | SkFontHost_fontconfig.cpp | 28 SkTypeface::Style find_name_and_style(SkStream* stream, SkString* name); 52 static SkTypeface::Style UniqueIdToStyle(unsigned uniqueid) in UniqueIdToStyle() 54 return static_cast<SkTypeface::Style>(uniqueid & 0xff); in UniqueIdToStyle() 58 SkTypeface::Style style) in FileIdAndStyleToUniqueId() 79 FontConfigTypeface(Style style, uint32_t id) in FontConfigTypeface() 212 SkTypeface::Style style) in CreateTypeface()
|
D | SkFontHost_android.cpp | 45 SkTypeface::Style* style, bool* isFixedWidth); 54 SkTypeface::Style* style, in getNameAndStyle() 79 SkTypeface::Style style); 131 SkTypeface::Style style) { in findBestFaceLocked() 138 style = (SkTypeface::Style)(style ^ SkTypeface::kItalic); in findBestFaceLocked() 158 SkTypeface::Style style) { in FindBestFace() 243 static SkTypeface* findTypefaceLocked(const char name[], SkTypeface::Style style) { in findTypefaceLocked() 254 SkTypeface::Style style) { in findTypefaceLocked() 318 FamilyTypeface(Style style, bool sysFont, bool isFixedWidth) in FamilyTypeface() 344 StreamTypeface(Style style, bool sysFont, SkStream* stream, bool isFixedWidth) in StreamTypeface() [all …]
|
D | SkFontHost_freetype_mac.cpp | 16 FTMacTypeface(Style style, uint32_t id, SkStream* stream) : SkTypeface(style, id) { in FTMacTypeface() 55 SkTypeface::Style style) { in CreateTypeface()
|
D | SkFontHost_FONTPATH.cpp | 192 static SkTypeface::Style get_style(const FontFaceRec& face) { in get_style() 200 return static_cast<SkTypeface::Style>(style); in get_style() 237 SkTypeface::Style style) in CreateTypeface()
|
/external/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 33 enum Style { enum 61 PICStyles::Style PICStyle; 192 PICStyles::Style getPICStyle() const { return PICStyle; } in getPICStyle() 193 void setPICStyle(PICStyles::Style Style) { PICStyle = Style; } in setPICStyle() argument
|
/external/skia/include/effects/ |
D | Sk1DPathEffect.h | 42 enum Style { enum 57 SkPath1DPathEffect(const SkPath& path, SkScalar advance, SkScalar phase, Style); 82 Style fStyle; // copied from constructor
|
/external/chromium/chrome/browser/chromeos/login/ |
D | login_html_dialog.h | 34 enum Style { enum 43 Style style); 81 Style style_;
|
D | login_html_dialog.cc | 49 Style style) in LoginHtmlDialog() 73 static_cast<BubbleWindow::Style>( in Show()
|
/external/webkit/Source/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()
|
/external/skia/src/effects/ |
D | SkBlurMask.h | 17 enum Style { enum 32 SkScalar radius, Style style, Quality quality,
|
/external/skia/samplecode/ |
D | SampleFuzz.cpp | 215 SkPaint::Style s = paint.getStyle(); in do_fuzz() 230 SkPaint::Style s = paint.getStyle(); in do_fuzz() 249 SkPaint::Style s = paint.getStyle(); in do_fuzz() 256 SkPaint::Style s = paint.getStyle(); in do_fuzz() 265 SkPaint::Style s = paint.getStyle(); in do_fuzz()
|
/external/chromium/chrome/browser/chromeos/frame/ |
D | bubble_window.h | 26 enum Style { enum 35 Style style,
|
D | bubble_frame_view.h | 33 BubbleFrameView(views::Window* frame, BubbleWindow::Style style); 65 BubbleWindow::Style style_;
|
/external/skia/src/animator/ |
D | SkDrawPaint.cpp | 55 SK_MEMBER(style, Style), 73 strokeWidth(SK_ScalarNaN), style((SkPaint::Style) -1), in SkDrawPaint() 227 if (style != (SkPaint::Style) -1) in setupPaint() 228 paint->setStyle((SkPaint::Style) style); in setupPaint()
|
/external/skia/gm/ |
D | linepaths.cpp | 27 SkPaint::Style style, SkPath::FillType fill, in drawPath() 54 SkPaint::Style fStyle; in onDraw() 168 SkPaint::Style style, SkPath::FillType fill, in drawPath() 195 SkPaint::Style fStyle; in onDraw()
|
D | quadpaths.cpp | 27 SkPaint::Style style, SkPath::FillType fill, in drawPath() 54 SkPaint::Style fStyle; in onDraw() 169 SkPaint::Style style, SkPath::FillType fill, in drawPath() 196 SkPaint::Style fStyle; in onDraw()
|
D | cubicpaths.cpp | 27 SkPaint::Style style, SkPath::FillType fill, in drawPath() 54 SkPaint::Style fStyle; in onDraw() 170 SkPaint::Style style, SkPath::FillType fill, in drawPath() 197 SkPaint::Style fStyle; in onDraw()
|
D | emptypath.cpp | 29 SkPaint::Style style, in drawEmpty() 54 SkPaint::Style fStyle; in onDraw()
|