Home
last modified time | relevance | path

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

/third_party/skia/gm/
H A Dninepatchstretch.cpp28 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 Dscheduler.cc89 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 Dscheduler.h56 // +---------------------+-----+----> 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 Dplatform-fuchsia.cc88 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 Dfont_data.h37 kFixed = 4, enumerator
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
H A Debdt_table.h32 kHeaderLength = DataSize::kFixed,
H A Debsc_table.h31 kNumSizes = DataSize::kFixed,
/third_party/skia/src/core/
H A DSkBlockAllocator.cpp131 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 DSkBlockAllocator.h60 kFixed, // Next block size = N member in final::GrowthPolicy
485 new (fStorage) SkBlockAllocator(GrowthPolicy::kFixed, N, N - sizeof(SkBlockAllocator)); in SkSBlockAllocator()
H A DSkTBlockList.h64 SkBlockAllocator::GrowthPolicy::kFixed) in SkTBlockList()
/third_party/skia/src/gpu/
H A DGrMemoryPool.cpp33 : fAllocator(SkBlockAllocator::GrowthPolicy::kFixed, minAllocSize, in GrMemoryPool()
/third_party/skia/tests/
H A DSkBlockAllocatorTest.cpp77 SkBlockAllocator stack{GrowthPolicy::kFixed, 2048}; in DEF_TEST() member in GrowthPolicy
296 // kFixed -> kInitSize per block in DEF_TEST()

Completed in 9 milliseconds