Home
last modified time | relevance | path

Searched refs:aB (Results 1 – 25 of 54) sorted by relevance

123

/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/
H A Dgeometry2d.cpp24 Vector2<int16_t> aB = a[1]; 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()
45 Vector2<int16_t> aB = a[1]; 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/docs/zh-cn/application-dev/internationalization/
H A Di18n-sorting-local.md48 | caseFirst | upper | 大写排前面 | ab,aB, AB,Ab =&gt; AB &lt; Ab &lt; aB &lt; ab |
49 | | lower | 小写排前面 | ab,aB, AB,Ab =&gt; ab &lt; aB &lt; Ab &lt; AB |
50 | | false | 不区分首字母大小写 | ab,aB, AB,Ab =&gt; ab &lt; aB &lt; Ab &lt; AB |
/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/docs/en/application-dev/internationalization/
H A Di18n-sorting-local.md48 | caseFirst | upper | Place uppercase letters in the front.| ab,aB, AB,Ab =&gt; AB &lt; Ab &lt; aB
49 | | lower | Place lowercase letters in the front.| ab,aB, AB,Ab =&gt; ab &lt; aB &lt; Ab &lt; AB |
50 | | false | Not distinguish first letter capitalization.| ab,aB, AB,Ab =&gt; ab &lt; aB &lt; Ab &l…
/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!