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

12

  /frameworks/base/libs/hwui/hwui/
Typeface.cpp 48 return italic ? SkTypeface::kItalic : SkTypeface::kNormal;
200 hwTypeface->fSkiaStyle = SkTypeface::kNormal;
  /external/skia/tools/
create_test_font.cpp 31 {"monospace", SkTypeface::kNormal, "Liberation Mono", "LiberationMono-Regular.ttf", -1},
35 {"sans-serif", SkTypeface::kNormal, "Liberation Sans", "LiberationSans-Regular.ttf", -1},
39 {"serif", SkTypeface::kNormal, "Liberation Serif", "LiberationSerif-Regular.ttf", -1},
test_font_data.cpp     [all...]
  /external/skia/src/ports/
SkFontMgr_android_parser.h 75 enum class Style { kAuto, kNormal, kItalic } fStyle;
SkFontMgr_android.cpp 184 case FontFileInfo::Style::kNormal: slant = SkFontStyle::kUpright_Slant; break;
SkFontMgr_android_parser.cpp 222 file.fStyle = FontFileInfo::Style::kNormal;
  /external/sfntly/cpp/src/sfntly/table/core/
os2_table.h 32 kNormal = 400,
52 kNormal = 5,
  /external/skia/src/core/
SkTypeface.cpp 133 SkTypeface::kNormal) |
135 SkTypeface::kNormal)));
SkPaint.cpp     [all...]
  /external/v8/src/parsing/
pattern-rewriter.cc 435 IteratorType::kNormal, kNoSourcePosition));
521 IteratorType::kNormal, kNoSourcePosition),
592 result, IteratorType::kNormal, nopos),
661 block_, target, IteratorType::kNormal);
parser.cc     [all...]
parser-base.h 288 enum class FunctionBodyType { kNormal, kSingleExpression };
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
screenshare_layers.cc 259 layers_[active_layer_].state = TemporalLayer::State::kNormal;
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_impl.cc 772 case kNormal: {
    [all...]
  /external/pdfium/fxjs/
cfxjse_context.cpp 171 v8::String::NewFromUtf8(pIsolate, "global", v8::NewStringType::kNormal)
  /external/skia/tests/
TypefaceTest.cpp 172 sk_sp<SkTypeface> t2(SkTypeface::MakeDefault(SkTypeface::kNormal));
  /external/v8/src/compiler/
bytecode-graph-builder.h 143 kNormal,
bytecode-graph-builder.cc     [all...]
  /external/pdfium/fpdfsdk/javascript/
JS_Value.cpp 668 v8::NewStringType::kNormal)
674 v8::NewStringType::kNormal)
  /art/compiler/jni/
jni_compiler_test.cc 58 kNormal = Compiler::kNone, // Regular kind of un-annotated natives.
67 uint32_t gCurrentJni = static_cast<uint32_t>(JniKind::kNormal);
76 return gCurrentJni == static_cast<uint32_t>(JniKind::kNormal);
87 case static_cast<uint32_t>(JniKind::kNormal): {
403 gCurrentJni = static_cast<uint32_t>(JniKind::kNormal); \
409 gCurrentJni = static_cast<uint32_t>(JniKind::kNormal); \
    [all...]
  /external/v8/src/ast/
ast.h 900 enum Type { kNormal, kAsyncReturn };
    [all...]
  /external/v8/src/interpreter/
interpreter.cc 360 NewStringType::kNormal)
372 NewStringType::kNormal)
    [all...]
  /external/skia/src/utils/
SkLua.cpp     [all...]
  /external/v8/include/
v8.h     [all...]
  /external/v8/src/
api.cc 461 if (!String::NewFromUtf8(isolate, utf8_source, NewStringType::kNormal)
466 String::NewFromUtf8(isolate, name, NewStringType::kNormal)
    [all...]

Completed in 746 milliseconds

12