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.cc76 data->placement_ = kFixed; in GetPlacement()
83 data->placement_ = (p == kFixed ? kFixed : kCoupled); in GetPlacement()
115 DCHECK_EQ(Scheduler::kFixed, placement); in UpdatePlacement()
162 if (GetPlacement(node) == kFixed) return; in IncrementUnscheduledUseCount()
185 if (GetPlacement(node) == kFixed) return; in DecrementUnscheduledUseCount()
291 scheduler_->UpdatePlacement(node, Scheduler::kFixed); in FixNode()
348 scheduler_->UpdatePlacement(node, Scheduler::kFixed); in ConnectBlocks()
352 scheduler_->UpdatePlacement(node, Scheduler::kFixed); in ConnectBlocks()
356 scheduler_->UpdatePlacement(node, Scheduler::kFixed); in ConnectBlocks()
360 scheduler_->UpdatePlacement(node, Scheduler::kFixed); in ConnectBlocks()
[all …]
Dscheduler.h54 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.h305 kFixed = 0x01, enumerator
Dhuffer.cc83 case BlockType::kFixed: in HuffDeflate()
Dpuffer.cc107 case BlockType::kFixed: in PuffDeflate()
Dhuffman_table.cc562 case BlockType::kFixed: in BlockTypeToString()
/external/v8/src/heap/
Dheap.cc3002 return kFixed##Type##ArrayMapRootIndex; in RootIndexForFixedTypedArray()