Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/
Dkatex.js10834 var numShift;
10839 numShift = options.fontMetrics().num1; property
10850 numShift = options.fontMetrics().num2;
10853 numShift = options.fontMetrics().num3;
10864 var candidateClearance = numShift - numerm.depth - (denomm.height - denomShift);
10867 numShift += 0.5 * (clearance - candidateClearance); field
10880 shift: -numShift
10887 if (numShift - numerm.depth - (axisHeight + 0.5 * ruleWidth) < clearance) {
10888 numShift += clearance - (numShift - numerm.depth - (axisHeight + 0.5 * ruleWidth)); field
10909 shift: -numShift
Dkatex.mjs10679 let numShift; variable
10684 numShift = options.fontMetrics().num1;
10695 numShift = options.fontMetrics().num2;
10698 numShift = options.fontMetrics().num3;
10709 const candidateClearance = numShift - numerm.depth - (denomm.height - denomShift);
10712 numShift += 0.5 * (clearance - candidateClearance);
10725 shift: -numShift
10732 if (numShift - numerm.depth - (axisHeight + 0.5 * ruleWidth) < clearance) {
10733 numShift += clearance - (numShift - numerm.depth - (axisHeight + 0.5 * ruleWidth));
10754 shift: -numShift