Searched defs:v0 (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
H A D | trans_affine.h | 43 TransAffine(float v0, float v1, float v2, float v3, float v4, float v5) in TransAffine()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/ |
H A D | 3d_dm_shadowing_common.h | 104 const float v0 = (3.0 - 2.0 * fracT) / vw0 - 2.0; in CalcPcfShadow() local 173 float v0 = (2 - fracT) / vw0 - 1; in CalcPcfShadowMed() local
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/ |
H A D | XTexture.js | 124 rid: rid, x: x, y: y, w: w, h: h, u0: x / ww, v0: y / hh, u1: (x + w) / ww, v1: y / hh, property in XTexture.callAllCuts.allCuts
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | mesh_util.cpp | 121 const Math::Vec3 v0 = CUBE_POS[CUBE_INDICES[vertexIndex + 0u]]; in GenerateCubeGeometry() local 274 const uint32_t v0 = 0; in GenerateConeGeometry() local
|