Home
last modified time | relevance | path

Searched refs:textit (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dtextures.adoc1640 D_{\textit{ref}} & = \frac{D_{\textit{ref}}}{q}, & \text{if provided}
1783 s_{\textit{face}} & =
1785 t_{\textit{face}} & =
1796 \frac{\partial{s_{\textit{face}}}}{\partial{x}} &=
1799 \frac{\partial{s_{\textit{face}}}}{\partial{x}} &=
1802 \frac{\partial{s_{\textit{face}}}}{\partial{x}} &=
1816 \frac{\partial{s_{\textit{face}}}}{\partial{y}} &=
1824 \frac{\partial{t_{\textit{face}}}}{\partial{x}} &=
1832 \frac{\partial{t_{\textit{face}}}}{\partial{y}} &=
2025 \textit{undefined}, & lod_{min} > lod_{max}
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/
Dkatex.css161 .katex .textit {
Dkatex.min.css1 …katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}…
Dkatex.mjs4899 ["mathdefault", "textit", "Math-Italic"], // A-Z italic
4900 ["mathdefault", "textit", "Math-Italic"], // a-z italic
5977 if (fontWeight === "textbf" && fontShape === "textit") {
5981 } else if (fontWeight === "textit") {
6007 "textit": { property
6968 if (options.fontShape === "textit" && options.fontWeight === "textbf") {
6970 } else if (options.fontShape === "textit") {
6977 } else if (options.fontShape === "textit" && options.fontWeight === "textbf") {
6979 } else if (options.fontShape === "textit") {
13385 "\\textit": "textit",
[all …]
Dkatex.min.js1 …,fontName:"Main-Bold"},mathrm:{variant:"normal",fontName:"Main-Regular"},textit:{variant:"italic",… property