Searched refs:kFixed (Results 1 – 12 of 12) sorted by relevance
/external/skqp/gm/ |
D | ninepatchstretch.cpp | 18 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/ |
D | ninepatchstretch.cpp | 18 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/ |
D | scheduler.cc | 81 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 …]
|
D | scheduler.h | 59 enum Placement { kUnknown, kSchedulable, kFixed, kCoupled, kScheduled }; 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/puffin/src/ |
D | huffman_table.h | 297 kFixed = 0x01, enumerator
|
D | huffer.cc | 70 case BlockType::kFixed: in HuffDeflate()
|
D | puffer.cc | 111 case BlockType::kFixed: in PuffDeflate()
|
D | huffman_table.cc | 527 case BlockType::kFixed: in BlockTypeToString()
|
/external/v8/src/heap/ |
D | heap.cc | 2752 return Heap::kFixed##Type##ArrayMapRootIndex; in RootIndexForFixedTypedArray() 2764 return Heap::kFixed##Type##ArrayMapRootIndex; in RootIndexForFixedTypedArray()
|