Home
last modified time | relevance | path

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

/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/skia/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/v8/src/compiler/
Dscheduler.cc81 if (data->placement_ == kFixed) { in InitializePlacement()
91 data->placement_ = kFixed; in InitializePlacement()
98 data->placement_ = (p == kFixed ? kFixed : kCoupled); in InitializePlacement()
128 DCHECK_EQ(Scheduler::kFixed, placement); in UpdatePlacement()
142 DCHECK_EQ(Scheduler::kFixed, placement); in UpdatePlacement()
188 if (GetPlacement(node) == kFixed) return; in IncrementUnscheduledUseCount()
211 if (GetPlacement(node) == kFixed) return; in DecrementUnscheduledUseCount()
317 scheduler_->UpdatePlacement(node, Scheduler::kFixed); in FixNode()
375 scheduler_->UpdatePlacement(node, Scheduler::kFixed); in ConnectBlocks()
379 scheduler_->UpdatePlacement(node, Scheduler::kFixed); in ConnectBlocks()
[all …]
Dscheduler.h59 enum Placement { kUnknown, kSchedulable, kFixed, kCoupled, kScheduled }; 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/puffin/src/
Dhuffman_table.h297 kFixed = 0x01, enumerator
Dhuffer.cc70 case BlockType::kFixed: in HuffDeflate()
Dpuffer.cc111 case BlockType::kFixed: in PuffDeflate()
Dhuffman_table.cc527 case BlockType::kFixed: in BlockTypeToString()
/external/v8/src/heap/
Dheap.cc2752 return Heap::kFixed##Type##ArrayMapRootIndex; in RootIndexForFixedTypedArray()
2764 return Heap::kFixed##Type##ArrayMapRootIndex; in RootIndexForFixedTypedArray()