Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/
Dkatex.js5424 var buildCommon_makeSymbol = function makeSymbol(value, fontName, mode, options, classes) {
6098 makeSymbol: buildCommon_makeSymbol, property
8310 var text = buildCommon.makeSymbol(delim, "Main-Regular", mode, options);
8325 return buildCommon.makeSymbol(value, "Size" + size + "-Regular", mode, options);
8360 …"delimsizinginner", sizeClass], [buildCommon.makeSpan([], [buildCommon.makeSymbol(symbol, font, mo…
12104 …base = buildCommon.makeSymbol(group.name, fontName, "math", options, ["mop", "op-symbol", large ? …
13775 …body.push(buildCommon.makeSymbol(c, "Typewriter-Regular", group.mode, newOptions, ["mord", "texttt…
Dkatex.mjs5414 const makeSymbol = function makeSymbol(value, fontName, mode, options, classes) { function
5469 return makeSymbol(value, "Main-Bold", mode, options, classes.concat(["mathbf"]));
5471 return makeSymbol(value, "Main-Regular", mode, options, classes);
5473 return makeSymbol(value, "AMS-Regular", mode, options, classes.concat(["amsrm"]));
5566 return makeSymbol(text, wideFontName, mode, options, classes.concat(wideFontClass));
5587 return makeSymbol(text, fontName, mode, options, classes.concat(fontClasses));
5593 parts.push(makeSymbol(text[i], fontName, mode, options, classes.concat(fontClasses)));
5603 …return makeSymbol(text, fontLookup.fontName, mode, options, classes.concat([fontLookup.fontClass])…
5609 …return makeSymbol(text, fontName, mode, options, classes.concat("amsrm", options.fontWeight, optio…
5612 …return makeSymbol(text, fontName, mode, options, classes.concat(options.fontWeight, options.fontSh…
[all …]
Dkatex.min.js1makeSymbol:qt,mathsym:function(t,e,r,a){return void 0===a&&(a=[]),"boldsymbol"===r.font&&Ct(t,"Mai… property