Searched refs:Style (Results 1 - 25 of 70) sorted by relevance

123

/external/skia/src/effects/
H A DSkBlurMask.h17 enum Style { enum in class:SkBlurMask
32 SkScalar radius, Style style, Quality quality,
/external/skia/include/core/
H A DSkTypeface.h33 /** Style specifies the intrinsic style attributes of a given typeface
35 enum Style { enum in class:SkTypeface
46 Style style() const { return fStyle; }
85 static SkTypeface* CreateFromName(const char familyName[], Style style);
88 code points with the specified Style. Use this call if you want to
97 Style s);
100 requested typeface and specified Style. Use this call if you want to
109 static SkTypeface* CreateFromTypeface(const SkTypeface* family, Style s);
152 SkTypeface(Style style, SkFontID uniqueID, bool isFixedWidth = false);
157 Style fStyl
[all...]
H A DSkFontHost.h64 SkTypeface::Style style);
/external/skia/src/core/
H A 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;
H A DSkTypeface.cpp20 SkTypeface::SkTypeface(Style style, SkFontID fontID, bool isFixedWidth)
64 SkTypeface* SkTypeface::CreateFromName(const char name[], Style style) {
69 Style s) {
73 SkTypeface* SkTypeface::CreateFromTypeface(const SkTypeface* family, Style s) {
H A DSkTypefaceCache.cpp16 void SkTypefaceCache::add(SkTypeface* face, SkTypeface::Style requestedStyle) {
87 void SkTypefaceCache::Add(SkTypeface* face, SkTypeface::Style requestedStyle) {
112 static bool DumpProc(SkTypeface* face, SkTypeface::Style style, void* ctx) {
/external/chromium/chrome/browser/chromeos/frame/
H A Dbubble_window.h26 enum Style { enum in class:chromeos::BubbleWindow
35 Style style,
H A Dbubble_frame_view.h33 BubbleFrameView(views::Window* frame, BubbleWindow::Style style);
65 BubbleWindow::Style style_;
/external/chromium/chrome/browser/chromeos/login/
H A Dlogin_html_dialog.h34 enum Style { enum in class:chromeos::LoginHtmlDialog
43 Style style);
81 Style style_;
H A Dlogin_html_dialog.cc49 Style style)
73 static_cast<BubbleWindow::Style>(
/external/skia/include/effects/
H A DSk1DPathEffect.h42 enum Style { enum in class:SkPath1DPathEffect
57 SkPath1DPathEffect(const SkPath& path, SkScalar advance, SkScalar phase, Style);
82 Style fStyle; // copied from constructor
/external/llvm/lib/Target/X86/
H A DX86Subtarget.h33 enum Style { enum in namespace:llvm::PICStyles
61 PICStyles::Style PICStyle;
188 PICStyles::Style getPICStyle() const { return PICStyle; }
189 void setPICStyle(PICStyles::Style Style) { PICStyle = Style; } argument
/external/webkit/Source/WebKit/android/plugins/
H A DANPTypefaceInterface.cpp33 static_cast<SkTypeface::Style>(s));
40 static_cast<SkTypeface::Style>(s));
57 SkTypeface::Style s = tf ? tf->style() : SkTypeface::kNormal;
/external/skia/src/ports/
H A DSkFontHost_linux.cpp26 SkTypeface::Style* style, bool* isFixedWidth);
80 SkTypeface::Style style) {
87 style = (SkTypeface::Style)(style ^ SkTypeface::kItalic);
182 static SkTypeface* find_typeface(const char name[], SkTypeface::Style style) {
188 SkTypeface::Style style) {
231 FamilyTypeface(Style style, bool sysFont, FamilyRec* family, bool isFixedWidth)
289 StreamTypeface(Style style, bool sysFont, FamilyRec* family,
316 FileTypeface(Style style, bool sysFont, FamilyRec* family,
358 SkTypeface::Style* style, bool* isFixedWidth) {
396 SkTypeface::Style styl
[all...]
H A DSkFontHost_simple.cpp27 SkTypeface::Style* style, bool* isFixedWidth);
79 SkTypeface::Style style) {
86 style = (SkTypeface::Style)(style ^ SkTypeface::kItalic);
173 static SkTypeface* find_typeface(const char name[], SkTypeface::Style style) {
186 SkTypeface::Style style) {
230 FamilyTypeface(Style style, bool sysFont, SkTypeface* familyMember)
274 StreamTypeface(Style style, bool sysFont, SkTypeface* familyMember,
303 FileTypeface(Style style, bool sysFont, SkTypeface* familyMember,
352 SkTypeface::Style* style, bool isExpected) {
440 SkTypeface::Style styl
[all...]
H A DSkFontHost_freetype_mac.cpp16 FTMacTypeface(Style style, uint32_t id, SkStream* stream) : SkTypeface(style, id) {
55 SkTypeface::Style style) {
H A DSkFontHost_fontconfig.cpp28 SkTypeface::Style find_name_and_style(SkStream* stream, SkString* name);
52 static SkTypeface::Style UniqueIdToStyle(unsigned uniqueid)
54 return static_cast<SkTypeface::Style>(uniqueid & 0xff);
58 SkTypeface::Style style)
79 FontConfigTypeface(Style style, uint32_t id)
212 SkTypeface::Style style)
H A DSkFontHost_android.cpp39 SkTypeface::Style* style, bool* isFixedWidth);
48 SkTypeface::Style* style,
73 SkTypeface::Style style);
124 SkTypeface::Style style) {
131 style = (SkTypeface::Style)(style ^ SkTypeface::kItalic);
222 static SkTypeface* findTypefaceLocked(const char name[], SkTypeface::Style style) {
233 SkTypeface::Style style) {
297 FamilyTypeface(Style style, bool sysFont, bool isFixedWidth)
323 StreamTypeface(Style style, bool sysFont, SkStream* stream, bool isFixedWidth)
354 FileTypeface(Style styl
[all...]
H A DSkFontHost_none.cpp15 SkTypeface::Style style) {
/external/skia/samplecode/
H A DSampleFuzz.cpp215 SkPaint::Style s = paint.getStyle();
230 SkPaint::Style s = paint.getStyle();
249 SkPaint::Style s = paint.getStyle();
256 SkPaint::Style s = paint.getStyle();
265 SkPaint::Style s = paint.getStyle();
H A DSampleEmptyPath.cpp31 SkPaint::Style style,
56 SkPaint::Style fStyle;
70 const char title[] = "Empty Paths Drawn Into Rectangle Clips With Indicated Style and Fill";
/external/skia/gm/
H A Demptypath.cpp29 SkPaint::Style style,
54 SkPaint::Style fStyle;
69 "Indicated Style and Fill";
/external/quake/src/com/android/quake/
H A DQuakeViewNoData.java38 paint.setStyle(Paint.Style.FILL);
/external/skia/include/pdf/
H A DSkPDFUtils.h47 static void PaintPath(SkPaint::Style style, SkPath::FillType fill,
/external/skia/src/animator/
H A DSkPaintParts.h72 SkTypeface::Style style;

Completed in 353 milliseconds

123