Searched refs:heightTotal (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/guest/OpenglCodecCommon/ |
D | GLESTextureUtils.cpp | 385 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/ |
D | katex.js | 8379 var delimiter_makeStackedDelim = function makeStackedDelim(delim, heightTotal, center, options, mod… 8499 …var repeatCount = Math.max(0, Math.ceil((heightTotal - minHeight) / (middleFactor * repeatHeightTo…
|
D | katex.mjs | 8257 * 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…
|