/external/skia/tests/ |
Typeface.cpp | 14 SkAutoTUnref<SkTypeface> t1(SkTypeface::CreateFromName(NULL, SkTypeface::kNormal)); 15 SkAutoTUnref<SkTypeface> t2(SkTypeface::RefDefault(SkTypeface::kNormal)); 24 SkAutoTUnref<SkTypeface> t3(SkTypeface::CreateFromName("non-existent-font", SkTypeface::kNormal));
|
FontMgrTest.cpp | 26 SkTypeface::kNormal)); 32 SkTypeface::kNormal));
|
/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 | 157 const char kNormal[] = "Normal";
|
/external/chromium_org/third_party/skia/src/core/ |
SkFontDescriptor.h | 19 SkFontDescriptor(SkTypeface::Style = SkTypeface::kNormal);
|
/external/skia/src/core/ |
SkFontDescriptor.h | 19 SkFontDescriptor(SkTypeface::Style = SkTypeface::kNormal);
|
/external/skia/gm/ |
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);
|
typeface.cpp | 27 fFaces[i] = SkTypeface::CreateFromName(gFaces[i], SkTypeface::kNormal); 139 { "sans-serif", SkTypeface::kNormal }, 143 { "serif", SkTypeface::kNormal }, 147 { "monospace", SkTypeface::kNormal },
|
/external/chromium_org/third_party/skia/include/core/ |
SkTypeface.h | 44 kNormal = 0, 89 static SkTypeface* RefDefault(Style style = SkTypeface::kNormal); 310 static SkTypeface* GetDefaultTypeface(Style style = SkTypeface::kNormal);
|
/external/skia/include/core/ |
SkTypeface.h | 44 kNormal = 0, 89 static SkTypeface* RefDefault(Style style = SkTypeface::kNormal); 310 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 | 71 kNormal,
|
/external/chromium_org/media/filters/ |
ffmpeg_video_decoder.h | 52 kNormal,
|
vpx_video_decoder.h | 47 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,
|