Home
last modified time | relevance | path

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

/external/webkit/WebKit/android/
DRenderSkinCombo.cpp52 …coded = RenderSkinAndroid::DecodeBitmap(am, "images/combobox-noHighlight.png", &s_bitmap[kNormal]); in Init()
61 State state = element && element->isEnabled() ? kNormal : kDisabled; in Draw()
DRenderSkinAndroid.h50 kNormal, enumerator
DRenderSkinButton.cpp75 android::CompileTimeAssert<(RenderSkinAndroid::kNormal == 1)> a2; in Init()
/external/skia/include/core/
DSkTypeface.h39 kNormal = 0, enumerator
/external/skia/src/core/
DSkTypeface.cpp16 SkTypeface::kNormal); in UniqueID()
/external/webkit/WebKit/android/plugins/
DANPTypefaceInterface.cpp56 SkTypeface::Style s = tf ? tf->style() : SkTypeface::kNormal; in anp_getStyle()
/external/skia/src/animator/
DSkPaintParts.cpp91 SkDrawTypeface::SkDrawTypeface() : style (SkTypeface::kNormal){ in SkDrawTypeface()
/external/skia/src/ports/
DSkFontHost_android.cpp99 if (faces[SkTypeface::kNormal] != NULL) { in find_best_face()
100 return faces[SkTypeface::kNormal]; in find_best_face()
496 gDefaultNormal = find_best_face(gDefaultFamily, SkTypeface::kNormal); in load_system_fonts()
DSkFontHost_FreeType.cpp787 return SkTypeface::kNormal; in find_name_and_style()
815 return SkTypeface::kNormal; in find_name_and_style()
819 int style = SkTypeface::kNormal; in find_name_and_style()
/external/webkit/WebCore/platform/graphics/android/
DFontCacheAndroid.cpp110 int style = SkTypeface::kNormal; in createFontPlatformData()
/external/webkit/WebCore/platform/graphics/chromium/
DFontCacheLinux.cpp153 int style = SkTypeface::kNormal; in createFontPlatformData()
/external/webkit/WebKit/android/nav/
DWebView.cpp538 state = WebCore::RenderSkinAndroid::kNormal; in nativeRecordButtons()
545 state = WebCore::RenderSkinAndroid::kNormal; in nativeRecordButtons()