Home
last modified time | relevance | path

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

1234

/external/chromium_org/webkit/child/
Dwebthemeengine_impl_win.cc34 ui::NativeTheme::State gfx_state = ui::NativeTheme::kNormal; in WebButtonStateToGfx()
44 gfx_state = ui::NativeTheme::kNormal; in WebButtonStateToGfx()
68 gfx_state = ui::NativeTheme::kNormal; in WebButtonStateToGfx()
74 gfx_state = ui::NativeTheme::kNormal; in WebButtonStateToGfx()
85 gfx_state = ui::NativeTheme::kNormal; in WebButtonStateToGfx()
109 gfx_state = ui::NativeTheme::kNormal; in WebButtonStateToGfx()
139 gfx_state = ui::NativeTheme::kNormal; in WebButtonStateToGfx()
163 gfx_state = ui::NativeTheme::kNormal; in WebButtonStateToGfx()
187 gfx_state = ui::NativeTheme::kNormal; in WebButtonStateToGfx()
211 gfx_state = ui::NativeTheme::kNormal; in WebButtonStateToGfx()
[all …]
/external/chromium/webkit/glue/
Dwebthemeengine_impl_win.cc34 gfx::NativeTheme::State gfx_state = gfx::NativeTheme::kNormal; in WebButtonStateToGfx()
39 gfx_state = gfx::NativeTheme::kNormal; in WebButtonStateToGfx()
63 gfx_state = gfx::NativeTheme::kNormal; in WebButtonStateToGfx()
69 gfx_state = gfx::NativeTheme::kNormal; in WebButtonStateToGfx()
80 gfx_state = gfx::NativeTheme::kNormal; in WebButtonStateToGfx()
104 gfx_state = gfx::NativeTheme::kNormal; in WebButtonStateToGfx()
134 gfx_state = gfx::NativeTheme::kNormal; in WebButtonStateToGfx()
158 gfx_state = gfx::NativeTheme::kNormal; in WebButtonStateToGfx()
182 gfx_state = gfx::NativeTheme::kNormal; in WebButtonStateToGfx()
206 gfx_state = gfx::NativeTheme::kNormal; in WebButtonStateToGfx()
[all …]
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
DDome.java240 Vector3f kNormal; in updateGeometry() local
251 kNormal = tempVa.subtractLocal(center); in updateGeometry()
252 kNormal.normalizeLocal(); in updateGeometry()
254 nb.put(kNormal.x).put(kNormal.y).put(kNormal.z); in updateGeometry()
256 nb.put(-kNormal.x).put(-kNormal.y).put(-kNormal.z); in updateGeometry()
DSphere.java204 Vector3f kNormal; in setGeometryData() local
215 kNormal = tempVa; in setGeometryData()
216 kNormal.normalizeLocal(); in setGeometryData()
219 normBuf.put(kNormal.x).put(kNormal.y).put( in setGeometryData()
220 kNormal.z); in setGeometryData()
222 normBuf.put(-kNormal.x).put(-kNormal.y).put( in setGeometryData()
223 -kNormal.z); in setGeometryData()
/external/skia/tests/
DTypeface.cpp14 SkAutoTUnref<SkTypeface> t1(SkTypeface::CreateFromName(NULL, SkTypeface::kNormal)); in DEF_TEST()
15 SkAutoTUnref<SkTypeface> t2(SkTypeface::RefDefault(SkTypeface::kNormal)); in DEF_TEST()
24 … SkAutoTUnref<SkTypeface> t3(SkTypeface::CreateFromName("non-existent-font", SkTypeface::kNormal)); in DEF_TEST()
DFontMgrTest.cpp26 SkTypeface::kNormal)); in test_alias_names()
32 SkTypeface::kNormal)); in test_alias_names()
/external/chromium_org/ui/views/controls/menu/
Dmenu_config_win.cc52 NativeTheme::kMenuCheck, NativeTheme::kNormal, extra); in Init()
63 NativeTheme::kMenuCheck, NativeTheme::kNormal, extra); in Init()
73 NativeTheme::kMenuPopupArrow, NativeTheme::kNormal, extra); in Init()
Dmenu_separator_win.cc43 ui::NativeTheme::kNormal, gutter_bounds, extra); in OnPaint()
52 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/ui/native_theme/
Dnative_theme_win.cc723 case kNormal: in PaintButton()
918 case kNormal: in PaintMenuItemBackground()
953 case kNormal: in PaintPushButton()
981 case kNormal: in PaintRadioButton()
1013 case kNormal: in PaintCheckbox()
1040 case kNormal: in PaintMenuList()
1136 case kNormal: in PaintScrollbarArrow()
1185 case kNormal: in PaintScrollbarThumb()
1237 case kNormal: in PaintScrollbarTrack()
1284 case kNormal: in PaintSpinButton()
[all …]
/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()
Dstrokefill.cpp47 SkTypeface* face = SkTypeface::CreateFromName("Papyrus", SkTypeface::kNormal); in onDraw()
51 face = SkTypeface::CreateFromName("Hiragino Maru Gothic Pro", SkTypeface::kNormal); in onDraw()
Dpathreverse.cpp55 SkTypeface* hira = SkTypeface::CreateFromName("Hiragino Maru Gothic Pro", SkTypeface::kNormal); in test_rev()
102 … SkTypeface* hira = SkTypeface::CreateFromName("Hiragino Maru Gothic Pro", SkTypeface::kNormal); in onDraw()
/external/chromium_org/third_party/skia/include/core/
DSkTypeface.h44 kNormal = 0, enumerator
89 static SkTypeface* RefDefault(Style style = SkTypeface::kNormal);
310 static SkTypeface* GetDefaultTypeface(Style style = SkTypeface::kNormal);
/external/skia/include/core/
DSkTypeface.h44 kNormal = 0, enumerator
89 static SkTypeface* RefDefault(Style style = SkTypeface::kNormal);
310 static SkTypeface* GetDefaultTypeface(Style style = SkTypeface::kNormal);
/external/chromium_org/content/common/gpu/media/
Ddxva_video_decode_accelerator.cc488 state_ = kNormal; in Initialize()
499 RETURN_AND_NOTIFY_ON_FAILURE((state_ == kNormal || state_ == kStopped || in Decode()
570 RETURN_AND_NOTIFY_ON_FAILURE((state_ == kNormal || state_ == kStopped), in Flush()
589 RETURN_AND_NOTIFY_ON_FAILURE((state_ == kNormal || state_ == kStopped), in Reset()
604 state_ = DXVAVideoDecodeAccelerator::kNormal; in Reset()
784 RETURN_AND_NOTIFY_ON_FAILURE((state_ == kNormal || state_ == kFlushing || in DoDecode()
1051 state_ = kNormal; in FlushInternal()
1083 RETURN_AND_NOTIFY_ON_FAILURE((state_ == kStopped || state_ == kNormal), in DecodeInternal()
1111 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;
/external/chromium_org/third_party/skia/src/utils/ios/
DSkFontHost_iOS.mm42 { "DroidSans", SkTypeface::kNormal, kSans_FontDesign },
44 { "DroidSerif-Regular", SkTypeface::kNormal, kSerif_FontDesign },
46 // { "PescaderoPro", SkTypeface::kNormal, kSerif_FontDesign },
/external/skia/src/utils/ios/
DSkFontHost_iOS.mm42 { "DroidSans", SkTypeface::kNormal, kSans_FontDesign },
44 { "DroidSerif-Regular", SkTypeface::kNormal, kSerif_FontDesign },
46 // { "PescaderoPro", SkTypeface::kNormal, kSerif_FontDesign },
/external/chromium_org/ui/gfx/
Dplatform_font_pango.cc161 int skstyle = SkTypeface::kNormal; in DeriveFont()
303 SkTypeface::CreateFromName(font_name.c_str(), SkTypeface::kNormal)); in InitWithNameAndSize()
309 kFallbackFontFamilyName, SkTypeface::kNormal)); in InitWithNameAndSize()
/external/chromium_org/media/filters/
Dffmpeg_video_decoder.cc148 state_ = kNormal; in Initialize()
190 state_ = kNormal; in DoReset()
257 if (state_ == kNormal && buffer->end_of_stream()) { in DecodeBuffer()
Dvpx_video_decoder.cc101 state_ = kNormal; in Initialize()
233 if (state_ == kNormal && buffer->end_of_stream()) { in DecodeBuffer()
331 state_ = kNormal; in DoReset()
/external/chromium_org/content/renderer/media/
Dtest_response_generator.h19 kNormal = 0, enumerator
/external/chromium_org/printing/
Dprint_job_constants.cc157 const char kNormal[] = "Normal"; variable

1234