/external/chromium_org/webkit/child/ |
D | webthemeengine_impl_win.cc | 34 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/ |
D | webthemeengine_impl_win.cc | 34 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/ |
D | Dome.java | 240 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()
|
D | Sphere.java | 204 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/ |
D | Typeface.cpp | 14 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()
|
D | FontMgrTest.cpp | 26 SkTypeface::kNormal)); in test_alias_names() 32 SkTypeface::kNormal)); in test_alias_names()
|
/external/chromium_org/ui/views/controls/menu/ |
D | menu_config_win.cc | 52 NativeTheme::kMenuCheck, NativeTheme::kNormal, extra); in Init() 63 NativeTheme::kMenuCheck, NativeTheme::kNormal, extra); in Init() 73 NativeTheme::kMenuPopupArrow, NativeTheme::kNormal, extra); in Init()
|
D | menu_separator_win.cc | 43 ui::NativeTheme::kNormal, gutter_bounds, extra); in OnPaint() 52 ui::NativeTheme::kNormal, separator_bounds, extra); in OnPaint()
|
/external/chromium_org/ui/views/controls/scrollbar/ |
D | native_scroll_bar_views.cc | 147 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/ |
D | native_theme_win.cc | 723 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/ |
D | typeface.cpp | 27 fFaces[i] = SkTypeface::CreateFromName(gFaces[i], SkTypeface::kNormal); in TypefaceGM() 139 { "sans-serif", SkTypeface::kNormal }, 143 { "serif", SkTypeface::kNormal }, 147 { "monospace", SkTypeface::kNormal },
|
D | verttext2.cpp | 24 fProp = SkTypeface::CreateFromName("Helvetica", SkTypeface::kNormal); in VertText2GM() 25 fMono = SkTypeface::CreateFromName("Courier New", SkTypeface::kNormal); in VertText2GM()
|
D | strokefill.cpp | 47 SkTypeface* face = SkTypeface::CreateFromName("Papyrus", SkTypeface::kNormal); in onDraw() 51 face = SkTypeface::CreateFromName("Hiragino Maru Gothic Pro", SkTypeface::kNormal); in onDraw()
|
D | pathreverse.cpp | 55 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/ |
D | SkTypeface.h | 44 kNormal = 0, enumerator 89 static SkTypeface* RefDefault(Style style = SkTypeface::kNormal); 310 static SkTypeface* GetDefaultTypeface(Style style = SkTypeface::kNormal);
|
/external/skia/include/core/ |
D | SkTypeface.h | 44 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/ |
D | dxva_video_decode_accelerator.cc | 488 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/ |
D | browser_window_cocoa_unittest.mm | 54 enum { kNormal, kFullscreen, kPresentation } windowState_; 63 windowState_ = kNormal; 66 return windowState_ != kNormal; 73 windowState_ = kNormal;
|
/external/chromium_org/third_party/skia/src/utils/ios/ |
D | SkFontHost_iOS.mm | 42 { "DroidSans", SkTypeface::kNormal, kSans_FontDesign }, 44 { "DroidSerif-Regular", SkTypeface::kNormal, kSerif_FontDesign }, 46 // { "PescaderoPro", SkTypeface::kNormal, kSerif_FontDesign },
|
/external/skia/src/utils/ios/ |
D | SkFontHost_iOS.mm | 42 { "DroidSans", SkTypeface::kNormal, kSans_FontDesign }, 44 { "DroidSerif-Regular", SkTypeface::kNormal, kSerif_FontDesign }, 46 // { "PescaderoPro", SkTypeface::kNormal, kSerif_FontDesign },
|
/external/chromium_org/ui/gfx/ |
D | platform_font_pango.cc | 161 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/ |
D | ffmpeg_video_decoder.cc | 148 state_ = kNormal; in Initialize() 190 state_ = kNormal; in DoReset() 257 if (state_ == kNormal && buffer->end_of_stream()) { in DecodeBuffer()
|
D | vpx_video_decoder.cc | 101 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/ |
D | test_response_generator.h | 19 kNormal = 0, enumerator
|
/external/chromium_org/printing/ |
D | print_job_constants.cc | 157 const char kNormal[] = "Normal"; variable
|