Home
last modified time | relevance | path

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

12

/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/samplecode/
DSampleFontScalerTest.cpp28 { NULL, SkTypeface::kNormal },
30 { "serif", SkTypeface::kNormal },
34 { "monospace", SkTypeface::kNormal }
93 … SkSafeUnref(paint.setTypeface(SkTypeface::CreateFromName("Times Roman", SkTypeface::kNormal))); in onDrawContent()
DSampleTypeface.cpp59 { "sans-serif", SkTypeface::kNormal },
63 { "serif", SkTypeface::kNormal },
67 { "monospace", SkTypeface::kNormal },
DSampleXfermodesBlur.cpp40 SkTypeface* face = SkTypeface::CreateFromName(name, SkTypeface::kNormal); in setNamedTypeface()
127 paint.setTypeface(SkTypeface::CreateFromName("Arial Unicode MS", SkTypeface::kNormal)); in onDrawContent()
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
DFontCacheAndroid.cpp151 int style = SkTypeface::kNormal; in createFontPlatformData()
167 SkTypeface* tf = SkTypeface::CreateFromName(name, SkTypeface::kNormal); in createFontPlatformData()
172 if (style != SkTypeface::kNormal) { in createFontPlatformData()
/external/skia/src/ports/
DSkFontHost_freetype_mac.cpp32 FTMacTypeface* tf = new FTMacTypeface(SkTypeface::kNormal, in create_from_path()
35 SkTypefaceCache::Add(tf, SkTypeface::kNormal); in create_from_path()
DSkFontHost_linux.cpp92 if (faces[SkTypeface::kNormal] != NULL) { in find_best_face()
93 return faces[SkTypeface::kNormal]; in find_best_face()
277 EmptyTypeface() : INHERITED(SkTypeface::kNormal, true, NULL, false) {} in EmptyTypeface()
396 SkTypeface::Style style = SkTypeface::kNormal; // avoid uninitialized warning in load_system_fonts()
438 SkTypeface* tf = find_typeface(*names++, SkTypeface::kNormal); in load_system_fonts()
DSkFontHost_simple.cpp91 if (faces[SkTypeface::kNormal] != NULL) { in find_best_face()
92 return faces[SkTypeface::kNormal]; in find_best_face()
481 gDefaultNormal = find_best_face(gDefaultFamily, SkTypeface::kNormal); in load_system_fonts()
/external/skia/gm/
Dverttext2.cpp24 prop = SkTypeface::CreateFromName("Helvetica", SkTypeface::kNormal); in VertText2GM()
25 mono = SkTypeface::CreateFromName("Courier New", SkTypeface::kNormal); in VertText2GM()
Dpathreverse.cpp55 SkTypeface* hira = SkTypeface::CreateFromName("Hiragino Maru Gothic Pro", SkTypeface::kNormal); in test_rev()
101 … SkTypeface* hira = SkTypeface::CreateFromName("Hiragino Maru Gothic Pro", SkTypeface::kNormal); in onDraw()
Dstrokefill.cpp48 SkTypeface* face = SkTypeface::CreateFromName("Papyrus", SkTypeface::kNormal); in onDraw()
52 face = SkTypeface::CreateFromName("Hiragino Maru Gothic Pro", SkTypeface::kNormal); in onDraw()
Dfontscaler.cpp46 … SkSafeUnref(paint.setTypeface(SkTypeface::CreateFromName("Times Roman", SkTypeface::kNormal))); in onDraw()
Dgammatext.cpp27 SkTypeface* tf = SkTypeface::CreateFromName(name, SkTypeface::kNormal); in setFont()
/external/webkit/Source/WebKit/android/
DRenderSkinAndroid.h45 kNormal, enumerator
/external/skia/include/core/
DSkTypeface.h36 kNormal = 0, enumerator
/external/skia/src/animator/
DSkPaintParts.cpp83 SkDrawTypeface::SkDrawTypeface() : style (SkTypeface::kNormal){ in SkDrawTypeface()
/external/chromium/chrome/browser/ui/cocoa/download/
Ddownload_item_controller.h58 kNormal, enumerator
Ddownload_item_controller.mm114 state_ = kNormal;
278 if (state_ == kNormal)
296 [self setState:kNormal];
311 if (state_ == kNormal) {
/external/skia/src/core/
DSkTypeface.cpp46 SkTypeface::kNormal); in get_default_typeface()
/external/chromium/chrome/common/
Dbadge_util.cc44 UTF16ToUTF8(base_font.GetFontName()).c_str(), SkTypeface::kNormal); in GetBadgeTextPaintSingleton()
/external/skia/tests/
DFontHostTest.cpp77 SkTypeface::kNormal); in test_tables()
/external/webkit/Source/WebKit/android/plugins/
DANPTypefaceInterface.cpp57 SkTypeface::Style s = tf ? tf->style() : SkTypeface::kNormal; in anp_getStyle()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DFontCacheLinux.cpp140 int style = SkTypeface::kNormal; in createFontPlatformData()

12