Searched refs:xHeight (Results 1 – 9 of 9) sorted by relevance
/hardware/qcom/sm7250/media/mm-core/inc/ |
D | OMX_IVCommon.h | 192 OMX_S32 xHeight; /**< Fixed point value stored as Q16 */ member
|
/hardware/qcom/media/msm8974/mm-core/inc/ |
D | OMX_IVCommon.h | 176 OMX_S32 xHeight; /**< Fixed point value stored as Q16 */ member
|
/hardware/qcom/media/msm8996/mm-core/inc/ |
D | OMX_IVCommon.h | 176 OMX_S32 xHeight; /**< Fixed point value stored as Q16 */ member
|
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/ |
D | OMX_IVCommon.h | 163 OMX_S32 xHeight; /**< Fixed point value stored as Q16 */ member
|
/hardware/qcom/sm8150/media/mm-core/inc/ |
D | OMX_IVCommon.h | 192 OMX_S32 xHeight; /**< Fixed point value stored as Q16 */ member
|
/hardware/qcom/media/msm8998/mm-core/inc/ |
D | OMX_IVCommon.h | 176 OMX_S32 xHeight; /**< Fixed point value stored as Q16 */ member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/ |
D | katex.min.js | 1 …xHeight:[.431,.431,.431],quad:[1,1.171,1.472],extraSpace:[0,0,0],num1:[.677,.732,.925],num2:[.394,… property
|
D | katex.js | 3736 xHeight: [0.431, 0.431, 0.431], property 5363 scale = unitOptions.fontMetrics().xHeight; 7690 var clearance = Math.min(body.height, options.fontMetrics().xHeight); // Build the accent 9276 imgShift = -0.5 * options.fontMetrics().xHeight; 13036 inner.height = options.fontMetrics().xHeight; 13048 phi = options.fontMetrics().xHeight; 13305 supShift = Math.max(supShift, minSupShift, supm.depth + 0.25 * metrics.xHeight); 13313 var psi = 0.8 * metrics.xHeight - (supShift - supm.depth); 13339 subShift = Math.max(subShift, metrics.sub1, subm.height - 0.8 * metrics.xHeight); 13353 supShift = Math.max(supShift, minSupShift, supm.depth + 0.25 * metrics.xHeight);
|
D | katex.mjs | 3760 xHeight: [0.431, 0.431, 0.431], property 5365 scale = unitOptions.fontMetrics().xHeight; 7597 let clearance = Math.min(body.height, options.fontMetrics().xHeight); // Build the accent 9139 imgShift = -0.5 * options.fontMetrics().xHeight; 12806 inner.height = options.fontMetrics().xHeight; 12818 phi = options.fontMetrics().xHeight; 13061 supShift = Math.max(supShift, minSupShift, supm.depth + 0.25 * metrics.xHeight); 13069 const psi = 0.8 * metrics.xHeight - (supShift - supm.depth); 13095 subShift = Math.max(subShift, metrics.sub1, subm.height - 0.8 * metrics.xHeight); 13109 supShift = Math.max(supShift, minSupShift, supm.depth + 0.25 * metrics.xHeight);
|