Home
last modified time | relevance | path

Searched defs:dot (Results 26 - 50 of 127) sorted by relevance

123456

/third_party/skia/src/effects/
H A DSkEmbossMask.cpp82 SkFixed dot = numer / denom; in Emboss() local
/third_party/skia/tests/
H A DPoint3Test.cpp56 SkScalar dot = xAxis.dot(yAxis); in test_dot() local
[all...]
H A DWangsFormulaTest.cpp443 const auto dot = [](const Sk2d& a, const Sk2d& b) -> double { in DEF_TEST() local
/third_party/python/Objects/
H A Dcapsule.c211 char *dot = strchr(trace, '.'); in PyCapsule_Import() local
/third_party/skia/include/core/
H A DSkPoint.h569 SkScalar dot(const SkVector& vec) const { in dot() function
/third_party/rust/crates/nom/src/
H A Dstr.rs519 fn dot(i: &str) -> IResult<&str, &str> { in utf8_indexing() functions
/kernel/linux/linux-5.10/fs/reiserfs/
H A Ddir.c284 struct reiserfs_de_head *dot, *dotdot; in make_empty_dir_item_v1() local
318 struct reiserfs_de_head *dot, *dotdot; make_empty_dir_item() local
[all...]
/kernel/linux/linux-6.6/fs/reiserfs/
H A Ddir.c284 struct reiserfs_de_head *dot, *dotdot; in make_empty_dir_item_v1() local
318 struct reiserfs_de_head *dot, *dotdot; make_empty_dir_item() local
[all...]
/third_party/glslang/glslang/MachineIndependent/
H A DConstant.cpp1212 double dot; in fold() local
[all...]
/third_party/astc-encoder/Source/
H A Dastcenc_vecmathlib_common_4.h328 ASTCENC_SIMD_INLINE vfloat4 dot(vfloat4 a, vfloat4 b) in dot() function
/third_party/node/deps/cares/src/lib/
H A Dares_init.c134 const char *dot; in init_by_defaults() local
/third_party/skia/src/core/
H A DSkStrokerPriv.cpp59 static AngleType Dot2AngleType(SkScalar dot) { in Dot2AngleType() argument
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DVertexPipeline.cpp297 Float4 dot; in pipeline() local
348 Float4 dot = Max(dot3(C, normal), Float4(0.0f)); // FIXME: max(dot3(C, normal), 0) in pipeline() local
649 Float4 dot = Float4(2.0f) * dot3(Ec, Nc); processTextureCoordinate() local
700 Float4 dot = Float4(2.0f) * dot3(Ec, Nc); processTextureCoordinate() local
[all...]
/third_party/skia/src/pathops/
H A DSkPathOpsPoint.h76 double dot(const SkDVector& a) const { in dot() function
/third_party/skia/src/shaders/
H A DSkShader.cpp263 auto dot = [&,x,y](int row) { in ApplyMatrix() local
/third_party/skia/src/utils/
H A DSkCamera.cpp123 SkScalar dot = diff.dot({mapPtr[6], mapPtr[7], mapPtr[8]}); in patchToMatrix() local
[all...]
/third_party/skia/third_party/externals/freetype/src/tools/
H A Dapinames.c170 const char* dot; in names_dump() local
/third_party/python/Modules/_decimal/tests/
H A Dranddec.py67 def dot(): function
/third_party/vk-gl-cts/framework/common/
H A DtcuVectorUtil.hpp85 inline float dot (float x, float y) { return (x * y); } in dot() function
127 inline T dot (const Vector<T, Size>& a, const Vector<T, Size>& b) in dot() function
/third_party/gn/src/base/files/
H A Dfile_path.cc359 const StringType::size_type dot = ExtensionSeparatorPosition(base.path_); in Extension() local
368 const StringType::size_type dot = FinalExtensionSeparatorPosition(base.path_); in FinalExtension() local
379 const StringType::size_type dot = ExtensionSeparatorPosition(path_); in RemoveExtension() local
390 const StringType::size_type dot in RemoveFinalExtension() local
[all...]
/third_party/glslang/glslang/Include/
H A DConstantUnion.h918 double dot(const TConstUnionArray& rhs) in dot() function in glslang::TConstUnionArray
/third_party/ninja/
H A Dconfigure.py611 dot = n.build(built('graph.dot'), 'gendot', ['ninja', 'build.ninja']) variable
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dgenpng.c561 double cross, dot; in line_check() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPFloat.cpp372 StringRef::iterator dot = end; in interpretDecimal() local
330 skipLeadingZeroesAndAnyDot(StringRef::iterator begin, StringRef::iterator end, StringRef::iterator *dot) skipLeadingZeroesAndAnyDot() argument
[all...]
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/
H A DCubeActivity.java77 public float dot(Vec3 v) { in dot() method in Vec3

Completed in 21 milliseconds

123456