/third_party/skia/src/gpu/ |
D | GrVx.h | 37 static SK_ALWAYS_INLINE float cross(float2 a, float2 b) { in cross() function
|
/third_party/typescript/tests/cases/compiler/ |
D | es6ClassTest8.ts | 17 static cross(v1:Vector, v2:Vector):Vector {return null;} method in Vector
|
/third_party/flutter/skia/src/utils/ |
D | Sk3D.cpp | 16 static SkPoint3 cross(const SkPoint3& a, const SkPoint3& b) { in cross() function
|
D | SkCamera.cpp | 52 void SkUnit3D::Cross(const SkUnit3D& a, const SkUnit3D& b, SkUnit3D* cross) { in Cross() 215 SkUnit3D axis, zenith, cross; in doUpdate() local
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | quaternion.inl | 10 GLM_FUNC_QUALIFIER tvec3<T, P> cross(tvec3<T, P> const& v, tquat<T, P> const& q) function 16 GLM_FUNC_QUALIFIER tvec3<T, P> cross(tquat<T, P> const& q, tvec3<T, P> const& v) function
|
/third_party/typescript/tests/baselines/reference/ |
D | es6ClassTest8.js | 63 Vector.cross = function (v1, v2) { return null; }; function in Vector
|
/third_party/skia/include/core/ |
D | SkPoint3.h | 156 SkPoint3 cross(const SkPoint3& vec) const { in cross() function
|
D | SkM44.h | 44 SkScalar cross(SkV2 v) const { return Cross(*this, v); } in cross() function 86 SkV3 cross(const SkV3& v) const { return Cross(*this, v); } in cross() function
|
D | SkPoint.h | 560 SkScalar cross(const SkVector& vec) const { in cross() function
|
/third_party/flutter/skia/include/core/ |
D | SkPoint3.h | 159 SkPoint3 cross(const SkPoint3& vec) const { in cross() function
|
D | SkPoint.h | 547 SkScalar cross(const SkVector& vec) const { in cross() function
|
/third_party/skia/src/gpu/tessellate/ |
D | Tessellation.h | 43 AI float cross(float2 a, float2 b) { in cross() function
|
/third_party/skia/third_party/externals/freetype/src/sdf/ |
D | ftsdf.c | 413 FT_16D16 cross; member 1856 FT_26D6 cross; /* used to determine sign */ in get_min_distance_line() local 2074 FT_16D16 cross; /* to determine the sign */ in get_min_distance_conic() local 2367 FT_16D16 cross; /* to determine the sign */ in get_min_distance_conic() local 2680 FT_16D16 cross; /* to determine the sign */ in get_min_distance_cubic() local
|
/third_party/freetype/src/sdf/ |
D | ftsdf.c | 413 FT_16D16 cross; member 1904 FT_26D6 cross; /* used to determine sign */ in get_min_distance_line() local 2122 FT_16D16 cross; /* to determine the sign */ in get_min_distance_conic() local 2415 FT_16D16 cross; /* to determine the sign */ in get_min_distance_conic() local 2728 FT_16D16 cross; /* to determine the sign */ in get_min_distance_cubic() local
|
/third_party/skia/src/utils/ |
D | SkCamera.cpp | 73 SkV3 axis, zenith, cross; in doUpdate() local
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_graph.cpp | 286 Stack bb, cross; in search() local
|
/third_party/flutter/skia/src/pathops/ |
D | SkPathOpsPoint.h | 57 double cross(const SkDVector& a) const { in cross() function
|
/third_party/skia/src/pathops/ |
D | SkPathOpsPoint.h | 57 double cross(const SkDVector& a) const { in cross() function
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/ |
D | ConformanceTest.java | 354 private void cross(String s1, String s2,Normalizer.Mode mode){ in cross() method in ConformanceTest
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | vector_utils.h | 503 Vector<3, Type> Vector<3, Type>::cross(const Vector<3, Type> &other) const in cross() function
|
/third_party/flutter/skia/third_party/externals/angle2/src/common/ |
D | vector_utils.h | 503 Vector<3, Type> Vector<3, Type>::cross(const Vector<3, Type> &other) const in cross() function
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | func_geometric.inl | 179 GLM_FUNC_QUALIFIER tvec3<T, P> cross(tvec3<T, P> const & x, tvec3<T, P> const & y) function
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
D | ConformanceTest.java | 351 private void cross(String s1, String s2,Normalizer.Mode mode){ in cross() method in ConformanceTest
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_builtin_builder.c | 45 nir_ssa_def *cross = nir_cross3(b, x, y); in nir_cross4() local
|
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/ |
D | CubeActivity.java | 81 public Vec3 cross(Vec3 v) { in cross() method in Vec3
|