Home
last modified time | relevance | path

Searched defs:inputMax (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/tools/fonts/
H A Dfont-scaling-array-generator.js83 function map(value, inputMin, inputMax, outputMin, outputMax) { argument
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_exporter.cpp743 auto inputMax = std::numeric_limits<float>::lowest(); in AnimationInput() local