/third_party/skia/gm/ |
H A D | ninepatchstretch.cpp | 28 const int kFixed = 28; in make_image() local 30 const int kSize = 2*kFixed + kStretchy; in make_image() 37 const SkScalar radius = SkIntToScalar(kFixed) - strokeWidth/2; in make_image() 39 center->setXYWH(kFixed, kFixed, kStretchy, kStretchy); in make_image() 46 r.setXYWH(SkIntToScalar(kFixed), 0, SkIntToScalar(kStretchy), SkIntToScalar(kSize)); in make_image() 49 r.setXYWH(0, SkIntToScalar(kFixed), SkIntToScalar(kSize), SkIntToScalar(kStretchy)); in make_image()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | scheduler.cc | 89 if (data->placement_ == kFixed) { in InitializePlacement() 99 data->placement_ = kFixed; in InitializePlacement() 106 data->placement_ = (p == kFixed ? kFixed : kCoupled); in InitializePlacement() 126 // We only update control nodes from {kUnknown} to {kFixed}. Ideally, we in UpdatePlacement() 129 DCHECK_EQ(Scheduler::kFixed, placement); in UpdatePlacement() 142 DCHECK_EQ(Scheduler::kFixed, placement); in UpdatePlacement() 188 if (GetPlacement(node) == kFixed) return; in IncrementUnscheduledUseCount() 193 DCHECK_NE(GetPlacement(node), Placement::kFixed); in IncrementUnscheduledUseCount() member in v8::internal::compiler::Placement 207 if (GetPlacement(node) == kFixed) retur in DecrementUnscheduledUseCount() 212 DCHECK_NE(GetPlacement(node), Placement::kFixed); DecrementUnscheduledUseCount() member in v8::internal::compiler::Placement [all...] |
H A D | scheduler.h | 56 // +---------------------+-----+----> kFixed 62 // 1) InitializePlacement(): kUnknown -> kCoupled|kSchedulable|kFixed 63 // 2) UpdatePlacement(): kCoupled|kSchedulable -> kFixed|kScheduled 69 enum Placement { kUnknown, kSchedulable, kFixed, kCoupled, kScheduled }; enumerator
|
/third_party/node/deps/v8/src/base/platform/ |
H A D | platform-fuchsia.cc | 88 kFixed 392 PlacementMode::kFixed, size, OS::AllocatePageSize(), max_permission, in CreateSubReservation() 411 PlacementMode::kFixed, size, OS::AllocatePageSize(), access); in Allocate() 429 address, *vmo, offset, PlacementMode::kFixed, size, in AllocateShared()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/ |
H A D | font_data.h | 37 kFixed = 4, enumerator
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/ |
H A D | ebdt_table.h | 32 kHeaderLength = DataSize::kFixed,
|
H A D | ebsc_table.h | 31 kNumSizes = DataSize::kFixed,
|
/third_party/skia/src/core/ |
H A D | SkBlockAllocator.cpp | 131 SkASSERT(gp != GrowthPolicy::kFixed); // fixed never needs undoing, fN0 always is 0 in releaseBlock() 225 if (gp == GrowthPolicy::kFixed || gp == GrowthPolicy::kLinear) { in addBlock()
|
H A D | SkBlockAllocator.h | 60 kFixed, // Next block size = N member in final::GrowthPolicy 485 new (fStorage) SkBlockAllocator(GrowthPolicy::kFixed, N, N - sizeof(SkBlockAllocator)); in SkSBlockAllocator()
|
H A D | SkTBlockList.h | 64 SkBlockAllocator::GrowthPolicy::kFixed) in SkTBlockList()
|
/third_party/skia/src/gpu/ |
H A D | GrMemoryPool.cpp | 33 : fAllocator(SkBlockAllocator::GrowthPolicy::kFixed, minAllocSize, in GrMemoryPool()
|
/third_party/skia/tests/ |
H A D | SkBlockAllocatorTest.cpp | 77 SkBlockAllocator stack{GrowthPolicy::kFixed, 2048}; in DEF_TEST() member in GrowthPolicy 296 // kFixed -> kInitSize per block in DEF_TEST()
|