Searched defs:Style (Results 1 - 12 of 12) sorted by relevance

/external/chromium/chrome/browser/chromeos/frame/
H A Dbubble_window.h26 enum Style { enum in class:chromeos::BubbleWindow
35 Style 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/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 DSkPaint.h287 enum Style { enum in class:SkPaint
298 @return the paint's Style
300 Style getStyle() const { return (Style)fStyle; }
307 void setStyle(Style style);
956 SkStrokePathEffect(SkScalar width, SkPaint::Style, SkPaint::Join,
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_match.h46 enum Style { enum in struct:AutocompleteMatch::ACMatchClassification
/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_;
/external/skia/samplecode/
H A DSampleDraw.cpp163 enum Style { enum in class:RDraw
170 RDraw(const SkRect& r, Style s) : fRect(r), fStyle(s) {}
223 Style fStyle;
/external/clang/include/clang/Sema/
H A DScopeInfo.h223 CapturingScopeInfo(DiagnosticsEngine &Diag, ImplicitCaptureStyle Style) argument
224 : FunctionScopeInfo(Diag), ImpCaptureStyle(Style), CXXThisCaptureIndex(0),
/external/freetype/include/freetype/
H A Dtttables.h447 FT_UShort Style; member in struct:TT_PCLT_
/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/clang/lib/Sema/
H A DSemaExprCXX.cpp1018 static bool isLegalArrayNewInitializer(CXXNewExpr::InitializationStyle Style, argument
1029 else if (Style == CXXNewExpr::ListInit) {

Completed in 201 milliseconds