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

12 3 4

  /external/chromium/chrome/common/
badge_util.cc 44 UTF16ToUTF8(base_font.GetFontName()).c_str(), SkTypeface::kNormal);
  /external/chromium_org/ash/system/tray/
tray_popup_label_button_border.cc 74 if (state == ui::NativeTheme::kNormal ||
  /external/chromium_org/content/renderer/media/
test_response_generator.cc 45 return Generate206(first_byte_offset, kNormal);
  /external/chromium_org/printing/
print_job_constants.h 73 PRINTING_EXPORT extern const char kNormal[];
  /external/skia/gm/
fontscaler.cpp 46 SkSafeUnref(paint.setTypeface(SkTypeface::CreateFromName("Times Roman", SkTypeface::kNormal)));
deviceproperties.cpp 58 SkSafeUnref(paint.setTypeface(SkTypeface::CreateFromName("Times Roman", SkTypeface::kNormal)));
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_linux.cpp 89 if (faces[SkTypeface::kNormal] != NULL) {
90 return faces[SkTypeface::kNormal];
269 EmptyTypeface() : INHERITED(SkTypeface::kNormal, true, NULL, false) {}
364 SkTypeface::Style style = SkTypeface::kNormal; // avoid uninitialized warning
424 SkTypeface* tf = find_typeface(*names++, SkTypeface::kNormal);
SkFontHost_fontconfig.cpp 142 SkTypeface::Style style = SkTypeface::kNormal;
  /external/skia/src/ports/
SkFontHost_linux.cpp 89 if (faces[SkTypeface::kNormal] != NULL) {
90 return faces[SkTypeface::kNormal];
269 EmptyTypeface() : INHERITED(SkTypeface::kNormal, true, NULL, false) {}
364 SkTypeface::Style style = SkTypeface::kNormal; // avoid uninitialized warning
424 SkTypeface* tf = find_typeface(*names++, SkTypeface::kNormal);
  /external/chromium_org/media/filters/
ffmpeg_video_decoder.cc 151 state_ = kNormal;
193 state_ = kNormal;
238 // kNormal: This is the starting state. Buffers are decoded. Decode errors
248 // kNormal -> kFlushCodec:
250 // kNormal -> kError:
256 // (any state) -> kNormal:
260 if (state_ == kNormal && buffer->end_of_stream()) {
vpx_video_decoder.cc 93 state_ = kNormal;
225 if (state_ == kNormal && buffer->end_of_stream()) {
323 state_ = kNormal;
gpu_video_decoder.cc 60 state_(kNormal),
230 state_ = kNormal;
232 case kNormal:
245 if (state_ == kNormal) {
gpu_video_decoder.h 69 kNormal,
  /external/chromium_org/ui/gfx/
platform_font_pango.cc 171 int skstyle = SkTypeface::kNormal;
270 SkTypeface::CreateFromName(font_name.c_str(), SkTypeface::kNormal));
276 kFallbackFontFamilyName, SkTypeface::kNormal));
  /external/chromium_org/content/common/gpu/media/
dxva_video_decode_accelerator.cc 505 state_ = kNormal;
516 RETURN_AND_NOTIFY_ON_FAILURE((state_ == kNormal || state_ == kStopped ||
584 RETURN_AND_NOTIFY_ON_FAILURE((state_ == kNormal || state_ == kStopped),
603 RETURN_AND_NOTIFY_ON_FAILURE((state_ == kNormal || state_ == kStopped),
618 state_ = DXVAVideoDecodeAccelerator::kNormal;
794 RETURN_AND_NOTIFY_ON_FAILURE((state_ == kNormal || state_ == kFlushing ||
    [all...]
dxva_video_decode_accelerator.h 37 kNormal, // normal playing state.
  /external/skia/tests/
FontHostStreamTest.cpp 76 SkTypeface::kNormal);
FontHostTest.cpp 173 SkTypeface::kNormal);
227 SkAutoTUnref<SkTypeface> face(SkTypeface::CreateFromName(faces[i], SkTypeface::kNormal));
  /external/chromium_org/webkit/child/
webfallbackthemeengine_impl.cc 69 return ui::NativeTheme::kNormal;
171 ui::NativeTheme::kNormal,
webthemeengine_impl_android.cc 78 return ui::NativeTheme::kNormal;
167 NativeThemePart(part), ui::NativeTheme::kNormal, extra);
webthemeengine_impl_default.cc 69 return ui::NativeTheme::kNormal;
164 ui::NativeTheme::kNormal,
  /external/chromium_org/ui/views/controls/button/
label_button.cc 340 case STATE_NORMAL: return ui::NativeTheme::kNormal;
346 return ui::NativeTheme::kNormal;
363 return ui::NativeTheme::kNormal;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/skia/
FontCacheSkia.cpp 148 int style = SkTypeface::kNormal;
  /external/chromium_org/ui/native_theme/
common_theme.cc 153 case NativeTheme::kNormal:
native_theme.h 83 kNormal,

Completed in 1154 milliseconds

12 3 4