Home
last modified time | relevance | path

Searched refs:kNormal (Results 1 – 25 of 116) sorted by relevance

12345

/external/skia/tests/
DTypefaceTest.cpp13 SkAutoTUnref<SkTypeface> t1(SkTypeface::CreateFromName(NULL, SkTypeface::kNormal)); in DEF_TEST()
14 SkAutoTUnref<SkTypeface> t2(SkTypeface::RefDefault(SkTypeface::kNormal)); in DEF_TEST()
23 … SkAutoTUnref<SkTypeface> t3(SkTypeface::CreateFromName("non-existent-font", SkTypeface::kNormal)); in DEF_TEST()
DFontMgrTest.cpp63 SkTypeface::kNormal)); in test_alias_names()
69 SkTypeface::kNormal)); in test_alias_names()
/external/chromium_org/third_party/skia/tests/
DTypefaceTest.cpp13 SkAutoTUnref<SkTypeface> t1(SkTypeface::CreateFromName(NULL, SkTypeface::kNormal)); in DEF_TEST()
14 SkAutoTUnref<SkTypeface> t2(SkTypeface::RefDefault(SkTypeface::kNormal)); in DEF_TEST()
23 … SkAutoTUnref<SkTypeface> t3(SkTypeface::CreateFromName("non-existent-font", SkTypeface::kNormal)); in DEF_TEST()
DFontMgrTest.cpp63 SkTypeface::kNormal)); in test_alias_names()
69 SkTypeface::kNormal)); in test_alias_names()
/external/chromium_org/third_party/skia/samplecode/
DSampleFontScalerTest.cpp28 { NULL, SkTypeface::kNormal },
30 { "serif", SkTypeface::kNormal },
34 { "monospace", SkTypeface::kNormal }
96 … SkSafeUnref(paint.setTypeface(SkTypeface::CreateFromName("Times Roman", SkTypeface::kNormal))); in onDrawContent()
/external/skia/samplecode/
DSampleFontScalerTest.cpp28 { NULL, SkTypeface::kNormal },
30 { "serif", SkTypeface::kNormal },
34 { "monospace", SkTypeface::kNormal }
96 … SkSafeUnref(paint.setTypeface(SkTypeface::CreateFromName("Times Roman", SkTypeface::kNormal))); in onDrawContent()
/external/chromium_org/ui/views/controls/menu/
Dmenu_config_win.cc44 NativeTheme::kMenuCheck, NativeTheme::kNormal, extra); in Init()
55 NativeTheme::kMenuCheck, NativeTheme::kNormal, extra); in Init()
62 NativeTheme::kMenuPopupArrow, NativeTheme::kNormal, extra); in Init()
Dmenu_separator_win.cc38 ui::NativeTheme::kNormal, gutter_bounds, extra); in OnPaint()
47 ui::NativeTheme::kNormal, separator_bounds, extra); in OnPaint()
/external/chromium_org/ui/views/controls/scrollbar/
Dnative_scroll_bar_views.cc147 state = ui::NativeTheme::kNormal; in GetNativeThemeState()
218 state = ui::NativeTheme::kNormal; in GetNativeThemeState()
250 state_ = ui::NativeTheme::kNormal; in NativeScrollBarViews()
389 ui::NativeTheme::kNormal, in GetHorizontalScrollBarHeight()
396 ui::NativeTheme::kNormal, in GetHorizontalScrollBarHeight()
411 ui::NativeTheme::kNormal, in GetVerticalScrollBarWidth()
418 ui::NativeTheme::kNormal, in GetVerticalScrollBarWidth()
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
Ddecision_logic_fax.cc71 return kNormal; in GetDecisionSpecialized()
75 return kNormal; in GetDecisionSpecialized()
Ddecision_logic_normal.cc67 return kNormal; in GetDecisionSpecialized()
144 return kNormal; in ExpectedPacketAvailable()
191 return kNormal; in FuturePacketAvailable()
/external/chromium_org/ui/native_theme/
Dnative_theme_win.cc780 case kNormal: in PaintButton()
975 case kNormal: in PaintMenuItemBackground()
1010 case kNormal: in PaintPushButton()
1038 case kNormal: in PaintRadioButton()
1070 case kNormal: in PaintCheckbox()
1097 case kNormal: in PaintMenuList()
1193 case kNormal: in PaintScrollbarArrow()
1242 case kNormal: in PaintScrollbarThumb()
1294 case kNormal: in PaintScrollbarTrack()
1341 case kNormal: in PaintSpinButton()
[all …]
Dnative_theme_aura.cc92 COMPILE_ASSERT(kNormal == 2, states_unexepctedly_changed); in NativeThemeAura()
151 case kNormal: in PaintArrowButton()
255 DCHECK_NE(kNormal, state); in GetOrCreatePainter()
256 return GetOrCreatePainter(images, kNormal, painters); in GetOrCreatePainter()
/external/chromium_org/third_party/skia/gm/
Dtypeface.cpp27 fFaces[i] = SkTypeface::CreateFromName(gFaces[i], SkTypeface::kNormal); in TypefaceGM()
139 { "sans-serif", SkTypeface::kNormal },
143 { "serif", SkTypeface::kNormal },
147 { "monospace", SkTypeface::kNormal },
Dverttext2.cpp24 fProp = SkTypeface::CreateFromName("Helvetica", SkTypeface::kNormal); in VertText2GM()
25 fMono = SkTypeface::CreateFromName("Courier New", SkTypeface::kNormal); in VertText2GM()
Dpathreverse.cpp55 SkTypeface* hira = SkTypeface::CreateFromName("Hiragino Maru Gothic Pro", SkTypeface::kNormal); in test_rev()
106 … SkTypeface* hira = SkTypeface::CreateFromName("Hiragino Maru Gothic Pro", SkTypeface::kNormal); in onDraw()
Dstrokefill.cpp51 SkTypeface* face = SkTypeface::CreateFromName("Papyrus", SkTypeface::kNormal); in onDraw()
55 face = SkTypeface::CreateFromName("Hiragino Maru Gothic Pro", SkTypeface::kNormal); in onDraw()
/external/skia/gm/
Dtypeface.cpp27 fFaces[i] = SkTypeface::CreateFromName(gFaces[i], SkTypeface::kNormal); in TypefaceGM()
139 { "sans-serif", SkTypeface::kNormal },
143 { "serif", SkTypeface::kNormal },
147 { "monospace", SkTypeface::kNormal },
Dverttext2.cpp24 fProp = SkTypeface::CreateFromName("Helvetica", SkTypeface::kNormal); in VertText2GM()
25 fMono = SkTypeface::CreateFromName("Courier New", SkTypeface::kNormal); in VertText2GM()
Dpathreverse.cpp55 SkTypeface* hira = SkTypeface::CreateFromName("Hiragino Maru Gothic Pro", SkTypeface::kNormal); in test_rev()
106 … SkTypeface* hira = SkTypeface::CreateFromName("Hiragino Maru Gothic Pro", SkTypeface::kNormal); in onDraw()
Dstrokefill.cpp51 SkTypeface* face = SkTypeface::CreateFromName("Papyrus", SkTypeface::kNormal); in onDraw()
55 face = SkTypeface::CreateFromName("Hiragino Maru Gothic Pro", SkTypeface::kNormal); in onDraw()
/external/skia/include/core/
DSkTypeface.h44 kNormal = 0, enumerator
89 static SkTypeface* RefDefault(Style style = SkTypeface::kNormal);
295 static SkTypeface* GetDefaultTypeface(Style style = SkTypeface::kNormal);
/external/chromium_org/third_party/skia/include/core/
DSkTypeface.h44 kNormal = 0, enumerator
89 static SkTypeface* RefDefault(Style style = SkTypeface::kNormal);
295 static SkTypeface* GetDefaultTypeface(Style style = SkTypeface::kNormal);
/external/chromium_org/content/common/gpu/media/
Ddxva_video_decode_accelerator.cc500 state_ = kNormal; in Initialize()
508 RETURN_AND_NOTIFY_ON_FAILURE((state_ == kNormal || state_ == kStopped || in Decode()
579 RETURN_AND_NOTIFY_ON_FAILURE((state_ == kNormal || state_ == kStopped), in Flush()
598 RETURN_AND_NOTIFY_ON_FAILURE((state_ == kNormal || state_ == kStopped), in Reset()
615 state_ = DXVAVideoDecodeAccelerator::kNormal; in Reset()
799 RETURN_AND_NOTIFY_ON_FAILURE((state_ == kNormal || state_ == kFlushing || in DoDecode()
1070 state_ = kNormal; in FlushInternal()
1102 RETURN_AND_NOTIFY_ON_FAILURE((state_ == kStopped || state_ == kNormal), in DecodeInternal()
1131 RETURN_AND_NOTIFY_ON_FAILURE((state_ == kStopped || state_ == kNormal), in DecodeInternal()
/external/chromium_org/chrome/browser/ui/cocoa/
Dbrowser_window_cocoa_unittest.mm54 enum { kNormal, kFullscreen, kPresentation } windowState_;
63 windowState_ = kNormal;
66 return windowState_ != kNormal;
73 windowState_ = kNormal;

12345