Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/
Dkatex.js7639 var supSubGroup;
7657 supSubGroup = assertSpan(buildHTML_buildGroup(supSub, options)); // reset original base
7780 if (supSubGroup) {
7783supSubGroup.children[0] = accentWrap; // Since we don't rerun the height calculation after replaci… field
7786supSubGroup.height = Math.max(accentWrap.height, supSubGroup.height); // Accents should always be …
7788 supSubGroup.classes[0] = "mord";
7789 return supSubGroup;
11270 var supSubGroup;
11278supSubGroup = supSub.sup ? buildHTML_buildGroup(supSub.sup, options.havingStyle(style.sup()), opti… property
11327 if (supSubGroup) {
[all …]
Dkatex.mjs7546 let supSubGroup; variable
7564 supSubGroup = assertSpan(buildGroup(supSub, options)); // reset original base
7687 if (supSubGroup) {
7690supSubGroup.children[0] = accentWrap; // Since we don't rerun the height calculation after replaci…
7693supSubGroup.height = Math.max(accentWrap.height, supSubGroup.height); // Accents should always be …
7695 supSubGroup.classes[0] = "mord";
7696 return supSubGroup;
11113 let supSubGroup; variable
11121supSubGroup = supSub.sup ? buildGroup(supSub.sup, options.havingStyle(style.sup()), options) : bui…
11170 if (supSubGroup) {
[all …]