Home
last modified time | relevance | path

Searched refs:paddedWidth (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_utils.cpp186 uint32 paddedWidth = tileSizeH; in ComputeBufferSize() local
189 if (!RoundUpForPixelSize(paddedWidth, pixelSize, &paddedWidth)) in ComputeBufferSize()
197 if (!SafeUint32Mult(paddedWidth, tileSizeV, &bufferSize) || in ComputeBufferSize()
/third_party/node/deps/v8/tools/turbolizer/src/
Dgraph-layout.ts174 const paddedWidth = width + 2 * margin; constant
176 const x = placementHint[1] - paddedWidth + margin; constant
178 console.log("Node " + node.id + " placement hint [" + x + ", " + (x + paddedWidth) + ")");
180 const placement = findSpace(x, paddedWidth, placementHint[0]);