HomeSort by relevance Sort by last modified time
    Searched refs:kNormal (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /external/chromium_org/webkit/child/
webthemeengine_impl_win.cc 34 ui::NativeTheme::State gfx_state = ui::NativeTheme::kNormal;
44 gfx_state = ui::NativeTheme::kNormal;
68 gfx_state = ui::NativeTheme::kNormal;
74 gfx_state = ui::NativeTheme::kNormal;
85 gfx_state = ui::NativeTheme::kNormal;
109 gfx_state = ui::NativeTheme::kNormal;
139 gfx_state = ui::NativeTheme::kNormal;
163 gfx_state = ui::NativeTheme::kNormal;
187 gfx_state = ui::NativeTheme::kNormal;
211 gfx_state = ui::NativeTheme::kNormal;
    [all...]
  /external/chromium_org/content/renderer/media/
test_response_generator.h 19 kNormal = 0,
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Dome.java 240 Vector3f kNormal;
251 kNormal = tempVa.subtractLocal(center);
252 kNormal.normalizeLocal();
254 nb.put(kNormal.x).put(kNormal.y).put(kNormal.z);
256 nb.put(-kNormal.x).put(-kNormal.y).put(-kNormal.z);
Sphere.java 204 Vector3f kNormal;
215 kNormal = tempVa;
216 kNormal.normalizeLocal();
219 normBuf.put(kNormal.x).put(kNormal.y).put(
220 kNormal.z);
222 normBuf.put(-kNormal.x).put(-kNormal.y).put(
223 -kNormal.z);
  /external/chromium_org/ui/views/controls/menu/
menu_separator_win.cc 43 ui::NativeTheme::kNormal, gutter_bounds, extra);
52 ui::NativeTheme::kNormal, separator_bounds, extra);
menu_config_win.cc 52 NativeTheme::kMenuCheck, NativeTheme::kNormal, extra);
63 NativeTheme::kMenuCheck, NativeTheme::kNormal, extra);
73 NativeTheme::kMenuPopupArrow, NativeTheme::kNormal, extra);
  /external/chromium/webkit/glue/
webthemeengine_impl_win.cc 34 gfx::NativeTheme::State gfx_state = gfx::NativeTheme::kNormal;
39 gfx_state = gfx::NativeTheme::kNormal;
63 gfx_state = gfx::NativeTheme::kNormal;
69 gfx_state = gfx::NativeTheme::kNormal;
80 gfx_state = gfx::NativeTheme::kNormal;
104 gfx_state = gfx::NativeTheme::kNormal;
134 gfx_state = gfx::NativeTheme::kNormal;
158 gfx_state = gfx::NativeTheme::kNormal;
182 gfx_state = gfx::NativeTheme::kNormal;
206 gfx_state = gfx::NativeTheme::kNormal;
    [all...]
  /external/chromium_org/printing/
print_job_constants.cc 147 const char kNormal[] = "Normal";
  /external/chromium_org/third_party/skia/src/core/
SkFontDescriptor.h 19 SkFontDescriptor(SkTypeface::Style = SkTypeface::kNormal);
  /external/skia/gm/
typeface.cpp 27 fFaces[i] = SkTypeface::CreateFromName(gFaces[i], SkTypeface::kNormal);
81 { "sans-serif", SkTypeface::kNormal },
85 { "serif", SkTypeface::kNormal },
89 { "monospace", SkTypeface::kNormal },
verttext2.cpp 24 fProp = SkTypeface::CreateFromName("Helvetica", SkTypeface::kNormal);
25 fMono = SkTypeface::CreateFromName("Courier New", SkTypeface::kNormal);
pathreverse.cpp 55 SkTypeface* hira = SkTypeface::CreateFromName("Hiragino Maru Gothic Pro", SkTypeface::kNormal);
102 SkTypeface* hira = SkTypeface::CreateFromName("Hiragino Maru Gothic Pro", SkTypeface::kNormal);
strokefill.cpp 47 SkTypeface* face = SkTypeface::CreateFromName("Papyrus", SkTypeface::kNormal);
51 face = SkTypeface::CreateFromName("Hiragino Maru Gothic Pro", SkTypeface::kNormal);
  /external/skia/src/core/
SkFontDescriptor.h 19 SkFontDescriptor(SkTypeface::Style = SkTypeface::kNormal);
  /external/skia/tests/
FontMgrTest.cpp 21 SkAutoTUnref<SkTypeface> first(SkTypeface::CreateFromName(inName, SkTypeface::kNormal));
25 SkAutoTUnref<SkTypeface> face(SkTypeface::CreateFromName(inName, SkTypeface::kNormal));
  /external/chromium_org/third_party/skia/include/core/
SkTypeface.h 44 kNormal = 0,
89 static SkTypeface* RefDefault(Style style = SkTypeface::kNormal);
298 static SkTypeface* GetDefaultTypeface(Style style = SkTypeface::kNormal);
  /external/skia/include/core/
SkTypeface.h 44 kNormal = 0,
89 static SkTypeface* RefDefault(Style style = SkTypeface::kNormal);
298 static SkTypeface* GetDefaultTypeface(Style style = SkTypeface::kNormal);
  /external/chromium/chrome/browser/ui/cocoa/download/
download_item_controller.h 58 kNormal,
  /external/chromium_org/chrome/browser/ui/cocoa/download/
download_item_controller.h 70 kNormal,
  /external/chromium_org/media/filters/
ffmpeg_video_decoder.h 48 kNormal,
vpx_video_decoder.h 46 kNormal,
  /external/chromium_org/third_party/skia/src/animator/
SkPaintParts.cpp 83 SkDrawTypeface::SkDrawTypeface() : style (SkTypeface::kNormal){
  /external/skia/src/animator/
SkPaintParts.cpp 83 SkDrawTypeface::SkDrawTypeface() : style (SkTypeface::kNormal){
  /external/chromium_org/ui/views/controls/scrollbar/
native_scroll_bar_views.cc 147 state = ui::NativeTheme::kNormal;
218 state = ui::NativeTheme::kNormal;
250 state_ = ui::NativeTheme::kNormal;
389 ui::NativeTheme::kNormal,
396 ui::NativeTheme::kNormal,
411 ui::NativeTheme::kNormal,
418 ui::NativeTheme::kNormal,
  /external/chromium_org/ui/native_theme/
native_theme_win.cc 723 case kNormal:
918 case kNormal:
    [all...]

Completed in 544 milliseconds

1 2 3 4