Home
last modified time | relevance | path

Searched refs:baseShift (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/src/core/
DSkCompressedDataUtils.cpp126 int baseShift = 0; in decompress_etc1() local
128 for (int i = 0; i < 4; ++i, ++baseShift) { in decompress_etc1()
137 int pixelIndex = ((low >> (baseShift+(j*4))) & 0x1) | in decompress_etc1()
138 (low >> (baseShift+(j*4)+15) & 0x2); in decompress_etc1()
/third_party/openGLES/specs/katex/
Dkatex.js2855 var baseShift = 0;
2869 baseShift = (base.height - base.depth) / 2 -
2931 top = base.height - baseShift;
2946 bottom = base.depth + baseShift;
2966 base.depth + baseShift;
2986 base.style.top = baseShift + "em";
/third_party/openGLES/specs/es/3.2/katex/
Dkatex.js2855 var baseShift = 0;
2869 baseShift = (base.height - base.depth) / 2 -
2931 top = base.height - baseShift;
2946 bottom = base.depth + baseShift;
2966 base.depth + baseShift;
2986 base.style.top = baseShift + "em";
/third_party/openGLES/specs/gl/katex/
Dkatex.js2855 var baseShift = 0;
2869 baseShift = (base.height - base.depth) / 2 -
2931 top = base.height - baseShift;
2946 bottom = base.depth + baseShift;
2966 base.depth + baseShift;
2986 base.style.top = baseShift + "em";
/third_party/openGLES/specs/es/katex/
Dkatex.js2855 var baseShift = 0;
2869 baseShift = (base.height - base.depth) / 2 -
2931 top = base.height - baseShift;
2946 bottom = base.depth + baseShift;
2966 base.depth + baseShift;
2986 base.style.top = baseShift + "em";
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/
Dkatex.js11932 …embleSupSub = function assembleSupSub(base, supGroup, subGroup, options, style, slant, baseShift) {
11962 …fontMetrics().bigOpSpacing5 + sub.elem.height + sub.elem.depth + sub.kern + base.depth + baseShift;
11992 var top = base.height - baseShift; // Shift the limits by the slant of the symbol. Note
12016 var _bottom = base.depth + baseShift;
12154 var baseShift = 0;
12164baseShift = (base.height - base.depth) / 2 - options.fontMetrics().axisHeight; // The slant of the… property
12171 … return assembleSupSub_assembleSupSub(base, supGroup, subGroup, options, style, slant, baseShift);
12173 if (baseShift) {
12175 base.style.top = baseShift + "em";
Dkatex.mjs11747 const assembleSupSub = (base, supGroup, subGroup, options, style, slant, baseShift) => { argument
11776 …fontMetrics().bigOpSpacing5 + sub.elem.height + sub.elem.depth + sub.kern + base.depth + baseShift;
11806 const top = base.height - baseShift; // Shift the limits by the slant of the symbol. Note
11830 const bottom = base.depth + baseShift;
11957 let baseShift = 0; variable
11967baseShift = (base.height - base.depth) / 2 - options.fontMetrics().axisHeight; // The slant of the…
11974 return assembleSupSub(base, supGroup, subGroup, options, style, slant, baseShift);
11976 if (baseShift) {
11978 base.style.top = baseShift + "em";