Home
last modified time | relevance | path

Searched defs:v0 (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dtrans_affine.h43 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 D3d_dm_shadowing_common.h104 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 DXTexture.js124 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 Dmesh_util.cpp121 const Math::Vec3 v0 = CUBE_POS[CUBE_INDICES[vertexIndex + 0u]]; in GenerateCubeGeometry() local
274 const uint32_t v0 = 0; in GenerateConeGeometry() local