Home
last modified time | relevance | path

Searched refs:aA (Results 1 – 25 of 49) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/
H A Dgeometry2d.cpp23 Vector2<int16_t> aA = a[0]; in Intersect() local
27 int32_t den = static_cast<int32_t>(aA.x_ - aB.x_) * (bA.y_ - bB.y_) - in Intersect()
28 static_cast<int32_t>(aA.y_ - aB.y_) * (bA.x_ - bB.x_); in Intersect()
32 …int32_t xNum = (static_cast<int32_t>(aA.x_) * aB.y_ - static_cast<int32_t>(aA.y_) * aB.x_) * (bA.x… in Intersect()
33 … (aA.x_ - aB.x_) * (static_cast<int32_t>(bA.x_) * bB.y_ - static_cast<int32_t>(bA.y_) * bB.x_); in Intersect()
34 …int32_t yNum = (static_cast<int32_t>(aA.x_) * aB.y_ - static_cast<int32_t>(aA.y_) * aB.x_) * (bA.y… in Intersect()
44 Vector2<int16_t> aA = a[0]; in IsIntersect() local
49 int32_t iPos = static_cast<int32_t>(aB.x_ - aA.x_) * (bA.y_ - aA.y_) - in IsIntersect()
50 static_cast<int32_t>(aB.y_ - aA.y_) * (bA.x_ - aA.x_); in IsIntersect()
51 int32_t kPos = static_cast<int32_t>(aB.x_ - aA.x_) * (bB.y_ - aA.y_) - in IsIntersect()
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/property/
H A Dproperty.h74 constexpr inline bool operator==(const PropertyTypeDecl& aA, const PropertyTypeDecl& aB)
76 return aA.compareHash == aB.compareHash;
80 constexpr inline bool operator!=(const PropertyTypeDecl& aA, const PropertyTypeDecl& aB)
82 return aA.compareHash != aB.compareHash;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Dmain.cpp1188 [](const VertexAttributeInfo& aA, const VertexAttributeInfo& aB) { in reflectVertexInputs() argument
1189 if (aA.description.binding < aB.description.binding) { in reflectVertexInputs()
1193 return aA.description.location < aB.description.location; in reflectVertexInputs()
/ohos5.0/foundation/multimedia/image_framework/test/resource/image/images/
H A Dtest.raf Error!