Home
last modified time | relevance | path

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

12

/external/skia/gm/
Dninepatchstretch.cpp29 const int kFixed = 28; in make_image() local
31 const int kSize = 2*kFixed + kStretchy; in make_image()
38 const SkScalar radius = SkIntToScalar(kFixed) - strokeWidth/2; in make_image()
40 center->setXYWH(kFixed, kFixed, kStretchy, kStretchy); in make_image()
47 r.setXYWH(SkIntToScalar(kFixed), 0, SkIntToScalar(kStretchy), SkIntToScalar(kSize)); in make_image()
50 r.setXYWH(0, SkIntToScalar(kFixed), SkIntToScalar(kSize), SkIntToScalar(kStretchy)); in make_image()
/external/skqp/gm/
Dninepatchstretch.cpp18 const int kFixed = 28; in make_image() local
20 const int kSize = 2*kFixed + kStretchy; in make_image()
27 const SkScalar radius = SkIntToScalar(kFixed) - strokeWidth/2; in make_image()
29 center->setXYWH(kFixed, kFixed, kStretchy, kStretchy); in make_image()
36 r.setXYWH(SkIntToScalar(kFixed), 0, SkIntToScalar(kStretchy), SkIntToScalar(kSize)); in make_image()
39 r.setXYWH(0, SkIntToScalar(kFixed), SkIntToScalar(kSize), SkIntToScalar(kStretchy)); in make_image()
/external/webrtc/modules/audio_coding/codecs/isac/
Disac_webrtc_api_test.cc33 enum class IsacImpl { kFixed, kFloat }; enumerator
37 case IsacImpl::kFixed: in IsacImplToString()
79 case IsacImpl::kFixed: { in CreateEncoder()
99 case IsacImpl::kFixed: { in CreateDecoder()
219 for (IsacImpl impl : {IsacImpl::kFloat, IsacImpl::kFixed}) { in __anona744030b0202()
257 ::testing::ValuesIn({DecoderTestParams{IsacImpl::kFixed, 16000},
327 for (IsacImpl enc : {IsacImpl::kFloat, IsacImpl::kFixed}) { in __anona744030b0502()
328 for (IsacImpl dec : {IsacImpl::kFloat, IsacImpl::kFixed}) { in __anona744030b0502()
/external/openscreen/cast/streaming/
Dcapture_recommendations_unittest.cc39 AspectRatioConstraint::kFixed};
42 absl::nullopt, AspectRatio{4, 3}, AspectRatioConstraint::kFixed};
49 AspectRatioConstraint::kFixed};
57 AspectRatioConstraint::kFixed};
61 AspectRatioConstraint::kFixed};
65 AspectRatioConstraint::kFixed};
Danswer_messages.cc128 case AspectRatioConstraint::kFixed: in AspectRatioConstraintToJson()
149 *out = AspectRatioConstraint::kFixed; in AspectRatioConstraintParseAndValidate()
380 (aspect_ratio_constraint.value() == AspectRatioConstraint::kFixed) && in IsValid()
Danswer_messages_unittest.cc107 AspectRatioConstraint::kFixed), // scaling
158 EXPECT_EQ(AspectRatioConstraint::kFixed, in ExpectEqualsValidAnswerJson()
608 EXPECT_EQ(AspectRatioConstraint::kFixed, out.aspect_ratio_constraint.value()); in TEST()
635 absl::optional<AspectRatioConstraint>(AspectRatioConstraint::kFixed); in TEST()
Danswer_messages.h84 enum class AspectRatioConstraint : uint8_t { kVariable = 0, kFixed }; enumerator
/external/webrtc/modules/audio_processing/aec3/
Dalignment_mixer.cc26 return AlignmentMixer::MixingVariant::kFixed; in ChooseMixingVariant()
34 return AlignmentMixer::MixingVariant::kFixed; in ChooseMixingVariant()
74 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/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/skia/src/gpu/
DGrBlockAllocator.cpp131 SkASSERT(gp != GrowthPolicy::kFixed); // fixed never needs undoing, fN0 always is 0 in releaseBlock()
225 if (gp == GrowthPolicy::kFixed || gp == GrowthPolicy::kLinear) { in addBlock()
DGrMemoryPool.cpp34 : fAllocator(GrBlockAllocator::GrowthPolicy::kFixed, minAllocSize, in GrMemoryPool()
DGrBlockAllocator.h53 kFixed, // Next block size = N enumerator
479 new (fStorage) GrBlockAllocator(GrowthPolicy::kFixed, N, N - sizeof(GrBlockAllocator)); in GrSBlockAllocator()
DGrTBlockList.h64 GrBlockAllocator::GrowthPolicy::kFixed)
/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/tests/
Dblock_parser_test.cc142 Lacing::kFixed, // expected_lacing
346 Lacing::kFixed, // expected_lacing
/external/libwebm/webm_parser/include/webm/
Ddom_types.h173 kFixed = 0x04, enumerator
1116 kFixed = 2, enumerator
/external/libwebm/webm_parser/demo/
Ddemo.cc337 case Lacing::kFixed: in operator <<()
540 case AspectRatioType::kFixed: in operator <<()

12