Searched refs:paddedWidth (Results 1 – 2 of 2) sorted by relevance
186 uint32 paddedWidth = tileSizeH; in ComputeBufferSize() local189 if (!RoundUpForPixelSize(paddedWidth, pixelSize, &paddedWidth)) in ComputeBufferSize()197 if (!SafeUint32Mult(paddedWidth, tileSizeV, &bufferSize) || in ComputeBufferSize()
174 const paddedWidth = width + 2 * margin; constant176 const x = placementHint[1] - paddedWidth + margin; constant178 console.log("Node " + node.id + " placement hint [" + x + ", " + (x + paddedWidth) + ")");180 const placement = findSpace(x, paddedWidth, placementHint[0]);