Searched refs:CUSTOM (Results 1 - 7 of 7) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | vf_xfade_opencl.c | 31 CUSTOM, enumerator 93 if (ctx->transition == CUSTOM) { in xfade_opencl_load() 108 case CUSTOM: kernel_name = ctx->kernel_name; break; in xfade_opencl_load() 382 { "custom", "custom transition", 0, AV_OPT_TYPE_CONST, {.i64=CUSTOM}, 0, 0, FLAGS, "transition" },
|
H A D | vf_xfade.c | 32 CUSTOM = -1, enumerator 153 { "custom", "custom transition", 0, AV_OPT_TYPE_CONST, {.i64=CUSTOM}, 0, 0, FLAGS, "transition" }, 1842 case CUSTOM: s->transitionf = s->depth <= 8 ? custom8_transition : custom16_transition; break; in config_output() 1892 if (s->transition == CUSTOM) { in config_output()
|
/third_party/skia/modules/skparagraph/src/ |
H A D | Run.cpp | 47 CUSTOM, // custom font, doesn't need to be compressed. enumerator 71 return typeface->IsCustomTypeface() ? FontCompressionStatus::CUSTOM : FontCompressionStatus::SYSTEM; in getFontCompressionStatus() 85 return typeface->isCustomTypeface() ? FontCompressionStatus::CUSTOM : FontCompressionStatus::SYSTEM; in getFontCompressionStatus()
|
/third_party/node/deps/v8/src/web-snapshot/ |
H A D | web-snapshot.h | 64 enum PropertyAttributesType : uint8_t { DEFAULT, CUSTOM };
|
H A D | web-snapshot.cc | 468 // - If the PropertyAttributesType is CUSTOM: attributes 496 : PropertyAttributesType::CUSTOM); in SerializeMap() 1513 case PropertyAttributesType::CUSTOM: in DeserializeMaps()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | WasmYAML.cpp | 278 ECase(CUSTOM); in enumeration()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 37 milliseconds