Home
last modified time | relevance | path

Searched refs:heightTotal (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLESTextureUtils.cpp385 int heightTotal = packImageHeight == 0 ? height : packImageHeight; in computePackingOffsets3D() local
386 int totalImageSize = totalRowSize * heightTotal; in computePackingOffsets3D()
391 …format, type, widthTotal, heightTotal, packAlignment, packSkipPixels, packSkipRows, packSkipImages… in computePackingOffsets3D()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/
Dkatex.js8379 var delimiter_makeStackedDelim = function makeStackedDelim(delim, heightTotal, center, options, mod…
8499 …var repeatCount = Math.max(0, Math.ceil((heightTotal - minHeight) / (middleFactor * repeatHeightTo…
Dkatex.mjs8257 * least `heightTotal`. This routine is mentioned on page 442 of the TeXbook.
8260 const makeStackedDelim = function makeStackedDelim(delim, heightTotal, center, options, mode, class… argument
8380 …const repeatCount = Math.max(0, Math.ceil((heightTotal - minHeight) / (middleFactor * repeatHeight…