Home
last modified time | relevance | path

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

12345

/external/skia/include/core/
DSkTypeface.h35 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;
DSkPaint.h292 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/
DSkTypefaceCache.h31 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;
DSkTypeface.cpp20 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()
DSkTypefaceCache.cpp16 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/
DSkFontHost_linux.cpp26 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 …]
DSkFontHost_simple.cpp27 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 …]
DSkFontHost_fontconfig.cpp28 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()
DSkFontHost_android.cpp45 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 …]
DSkFontHost_freetype_mac.cpp16 FTMacTypeface(Style style, uint32_t id, SkStream* stream) : SkTypeface(style, id) { in FTMacTypeface()
55 SkTypeface::Style style) { in CreateTypeface()
DSkFontHost_FONTPATH.cpp192 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/
DX86Subtarget.h33 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/
DSk1DPathEffect.h42 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/
Dlogin_html_dialog.h34 enum Style { enum
43 Style style);
81 Style style_;
Dlogin_html_dialog.cc49 Style style) in LoginHtmlDialog()
73 static_cast<BubbleWindow::Style>( in Show()
/external/webkit/Source/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()
/external/skia/src/effects/
DSkBlurMask.h17 enum Style { enum
32 SkScalar radius, Style style, Quality quality,
/external/skia/samplecode/
DSampleFuzz.cpp215 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/
Dbubble_window.h26 enum Style { enum
35 Style style,
Dbubble_frame_view.h33 BubbleFrameView(views::Window* frame, BubbleWindow::Style style);
65 BubbleWindow::Style style_;
/external/skia/src/animator/
DSkDrawPaint.cpp55 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/
Dlinepaths.cpp27 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()
Dquadpaths.cpp27 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()
Dcubicpaths.cpp27 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()
Demptypath.cpp29 SkPaint::Style style, in drawEmpty()
54 SkPaint::Style fStyle; in onDraw()

12345