Searched refs:kFixed (Results 1 – 11 of 11) sorted by relevance
/external/skia/gm/ |
D | ninepatchstretch.cpp | 29 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/ |
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 | 88 if (data->placement_ == kFixed) { in InitializePlacement() 98 data->placement_ = kFixed; in InitializePlacement() 105 data->placement_ = (p == kFixed ? kFixed : kCoupled); in InitializePlacement() 135 DCHECK_EQ(Scheduler::kFixed, placement); in UpdatePlacement() 148 DCHECK_EQ(Scheduler::kFixed, placement); in UpdatePlacement() 194 if (GetPlacement(node) == kFixed) return; in IncrementUnscheduledUseCount() 217 if (GetPlacement(node) == kFixed) return; in DecrementUnscheduledUseCount() 325 scheduler_->UpdatePlacement(node, Scheduler::kFixed); in FixNode() 382 scheduler_->UpdatePlacement(node, Scheduler::kFixed); in ConnectBlocks() 386 scheduler_->UpdatePlacement(node, Scheduler::kFixed); in ConnectBlocks() [all …]
|
D | scheduler.h | 69 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()
|