/external/skia/gm/ |
D | ninepatchstretch.cpp | 28 const int kFixed = 28; in make_image() local 30 const int kSize = 2*kFixed + kStretchy; in make_image() 37 const SkScalar radius = SkIntToScalar(kFixed) - strokeWidth/2; in make_image() 39 center->setXYWH(kFixed, kFixed, kStretchy, kStretchy); in make_image() 46 r.setXYWH(SkIntToScalar(kFixed), 0, SkIntToScalar(kStretchy), SkIntToScalar(kSize)); in make_image() 49 r.setXYWH(0, SkIntToScalar(kFixed), SkIntToScalar(kSize), SkIntToScalar(kStretchy)); in make_image()
|
/external/openscreen/cast/streaming/ |
D | capture_recommendations_unittest.cc | 40 AspectRatioConstraint::kFixed}; 43 absl::nullopt, AspectRatio{4, 3}, AspectRatioConstraint::kFixed}; 50 AspectRatioConstraint::kFixed}; 58 AspectRatioConstraint::kFixed}; 62 AspectRatioConstraint::kFixed}; 66 AspectRatioConstraint::kFixed};
|
D | answer_messages_unittest.cc | 95 AspectRatioConstraint::kFixed), // scaling 145 EXPECT_EQ(AspectRatioConstraint::kFixed, in ExpectEqualsValidAnswerJson() 573 EXPECT_EQ(AspectRatioConstraint::kFixed, out.aspect_ratio_constraint.value()); in TEST() 600 absl::optional<AspectRatioConstraint>(AspectRatioConstraint::kFixed); in TEST()
|
D | answer_messages.h | 75 enum class AspectRatioConstraint : uint8_t { kVariable = 0, kFixed }; enumerator
|
D | answer_messages.cc | 115 {kScalingSender, AspectRatioConstraint::kFixed}}}; 337 (aspect_ratio_constraint.value() == AspectRatioConstraint::kFixed) && in IsValid()
|
/external/webrtc/net/dcsctp/timer/ |
D | timer_test.cc | 57 TimerOptions(DurationMs(5000), TimerBackoffAlgorithm::kFixed)); in TEST_F() 65 TimerOptions(DurationMs(5000), TimerBackoffAlgorithm::kFixed)); in TEST_F() 80 TimerOptions(DurationMs(5000), TimerBackoffAlgorithm::kFixed)); in TEST_F() 116 TimerOptions(DurationMs(5000), TimerBackoffAlgorithm::kFixed, in TEST_F() 138 TimerOptions(DurationMs(5000), TimerBackoffAlgorithm::kFixed, in TEST_F() 167 TimerOptions(DurationMs(5000), TimerBackoffAlgorithm::kFixed, in TEST_F() 294 TimerOptions(DurationMs(5000), TimerBackoffAlgorithm::kFixed)); in TEST_F() 360 TimerOptions(DurationMs(1000), TimerBackoffAlgorithm::kFixed)); in TEST_F()
|
D | timer.h | 35 kFixed, enumerator
|
D | timer.cc | 33 case TimerBackoffAlgorithm::kFixed: in GetBackoffDuration()
|
/external/webrtc/modules/audio_processing/aec3/ |
D | alignment_mixer.cc | 26 return AlignmentMixer::MixingVariant::kFixed; in ChooseMixingVariant() 34 return AlignmentMixer::MixingVariant::kFixed; in ChooseMixingVariant() 75 int ch = selection_variant_ == MixingVariant::kFixed ? 0 : SelectChannel(x); in ProduceOutput()
|
D | alignment_mixer.h | 39 enum class MixingVariant { kDownmix, kAdaptive, kFixed }; enumerator
|
/external/sfntly/cpp/src/sfntly/data/ |
D | font_data.h | 37 kFixed = 4, enumerator
|
/external/sfntly/cpp/src/sfntly/table/bitmap/ |
D | ebdt_table.h | 32 kHeaderLength = DataSize::kFixed,
|
D | ebsc_table.h | 31 kNumSizes = DataSize::kFixed,
|
/external/skia/src/base/ |
D | SkBlockAllocator.cpp | 135 SkASSERT(gp != GrowthPolicy::kFixed); // fixed never needs undoing, fN0 always is 0 in releaseBlock() 229 if (gp == GrowthPolicy::kFixed || gp == GrowthPolicy::kLinear) { in addBlock()
|
D | SkBlockAllocator.h | 63 kFixed, // Next block size = N enumerator 486 new (fStorage) SkBlockAllocator(GrowthPolicy::kFixed, N, N - sizeof(SkBlockAllocator)); in SkSBlockAllocator()
|
/external/webrtc/modules/congestion_controller/pcc/ |
D | pcc_network_controller.h | 60 kFixed enumerator
|
D | pcc_network_controller.cc | 64 monitor_interval_length_strategy_(MonitorIntervalLengthStrategy::kFixed), in PccNetworkController() 240 MonitorIntervalLengthStrategy::kFixed); in ComputeMonitorIntervalsDuration()
|
/external/webrtc/net/dcsctp/socket/ |
D | heartbeat_handler.cc | 100 TimerOptions(interval_duration_, TimerBackoffAlgorithm::kFixed))), in HeartbeatHandler()
|
/external/skia/src/gpu/ganesh/ |
D | GrMemoryPool.cpp | 35 : fAllocator(SkBlockAllocator::GrowthPolicy::kFixed, minAllocSize, in GrMemoryPool()
|
/external/libwebm/webm_parser/tests/ |
D | block_parser_test.cc | 142 Lacing::kFixed, // expected_lacing 346 Lacing::kFixed, // expected_lacing
|
/external/puffin/src/ |
D | huffer.cc | 70 case BlockType::kFixed: in HuffDeflate()
|
D | huffman_table.h | 297 kFixed = 0x01, enumerator
|
D | puffer.cc | 111 case BlockType::kFixed: in PuffDeflate()
|
D | huffman_table.cc | 527 case BlockType::kFixed: in BlockTypeToString()
|
/external/libwebm/webm_parser/include/webm/ |
D | dom_types.h | 173 kFixed = 0x04, enumerator 1116 kFixed = 2, enumerator
|