Home
last modified time | relevance | path

Searched refs:kFixed (Results 1 – 25 of 29) sorted by relevance

12

/external/skia/gm/
Dninepatchstretch.cpp28 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/
Dcapture_recommendations_unittest.cc40 AspectRatioConstraint::kFixed};
43 absl::nullopt, AspectRatio{4, 3}, AspectRatioConstraint::kFixed};
50 AspectRatioConstraint::kFixed};
58 AspectRatioConstraint::kFixed};
62 AspectRatioConstraint::kFixed};
66 AspectRatioConstraint::kFixed};
Danswer_messages_unittest.cc95 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()
Danswer_messages.h75 enum class AspectRatioConstraint : uint8_t { kVariable = 0, kFixed }; enumerator
Danswer_messages.cc115 {kScalingSender, AspectRatioConstraint::kFixed}}};
337 (aspect_ratio_constraint.value() == AspectRatioConstraint::kFixed) && in IsValid()
/external/webrtc/net/dcsctp/timer/
Dtimer_test.cc57 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()
Dtimer.h35 kFixed, enumerator
Dtimer.cc33 case TimerBackoffAlgorithm::kFixed: in GetBackoffDuration()
/external/webrtc/modules/audio_processing/aec3/
Dalignment_mixer.cc26 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()
Dalignment_mixer.h39 enum class MixingVariant { kDownmix, kAdaptive, kFixed }; enumerator
/external/sfntly/cpp/src/sfntly/data/
Dfont_data.h37 kFixed = 4, enumerator
/external/sfntly/cpp/src/sfntly/table/bitmap/
Debdt_table.h32 kHeaderLength = DataSize::kFixed,
Debsc_table.h31 kNumSizes = DataSize::kFixed,
/external/skia/src/base/
DSkBlockAllocator.cpp135 SkASSERT(gp != GrowthPolicy::kFixed); // fixed never needs undoing, fN0 always is 0 in releaseBlock()
229 if (gp == GrowthPolicy::kFixed || gp == GrowthPolicy::kLinear) { in addBlock()
DSkBlockAllocator.h63 kFixed, // Next block size = N enumerator
486 new (fStorage) SkBlockAllocator(GrowthPolicy::kFixed, N, N - sizeof(SkBlockAllocator)); in SkSBlockAllocator()
/external/webrtc/modules/congestion_controller/pcc/
Dpcc_network_controller.h60 kFixed enumerator
Dpcc_network_controller.cc64 monitor_interval_length_strategy_(MonitorIntervalLengthStrategy::kFixed), in PccNetworkController()
240 MonitorIntervalLengthStrategy::kFixed); in ComputeMonitorIntervalsDuration()
/external/webrtc/net/dcsctp/socket/
Dheartbeat_handler.cc100 TimerOptions(interval_duration_, TimerBackoffAlgorithm::kFixed))), in HeartbeatHandler()
/external/skia/src/gpu/ganesh/
DGrMemoryPool.cpp35 : fAllocator(SkBlockAllocator::GrowthPolicy::kFixed, minAllocSize, in GrMemoryPool()
/external/libwebm/webm_parser/tests/
Dblock_parser_test.cc142 Lacing::kFixed, // expected_lacing
346 Lacing::kFixed, // expected_lacing
/external/puffin/src/
Dhuffer.cc70 case BlockType::kFixed: in HuffDeflate()
Dhuffman_table.h297 kFixed = 0x01, enumerator
Dpuffer.cc111 case BlockType::kFixed: in PuffDeflate()
Dhuffman_table.cc527 case BlockType::kFixed: in BlockTypeToString()
/external/libwebm/webm_parser/include/webm/
Ddom_types.h173 kFixed = 0x04, enumerator
1116 kFixed = 2, enumerator

12