/external/eigen/test/ |
D | geo_homogeneous.cpp | 80 Matrix<Scalar, Size+1, Dynamic> pts1, pts2; in homogeneous() local 94 pts2 = pts1; in homogeneous() 95 pts2.row(Size).setRandom(); in homogeneous() 96 VERIFY_IS_APPROX((aff * pts2).colwise().hnormalized(), aff * pts2.colwise().hnormalized()); in homogeneous() 97 VERIFY_IS_APPROX((caff * pts2).colwise().hnormalized(), caff * pts2.colwise().hnormalized()); in homogeneous() 98 …VERIFY_IS_APPROX((proj * pts2).colwise().hnormalized(), (proj * pts2.colwise().hnormalized().colwi… in homogeneous()
|
/external/skia/gm/ |
D | strokes.cpp | 264 SkPoint pts2[3]; variable 265 memcpy(pts2, pts, sizeof(pts)); 267 pts2[0].fX += tangent.fX * capOutset; 268 pts2[0].fY += tangent.fY * capOutset; 269 pts2[1].fX += tangent.fX * capOutset; 270 pts2[1].fY += tangent.fY * capOutset; 271 pts2[2].fX += -tangent.fX * capOutset; 272 pts2[2].fY += -tangent.fY * capOutset; 273 path.moveTo(pts2[0]); 274 path.quadTo(pts2[1], pts2[2]);
|
D | perspshaders.cpp | 66 SkPoint pts2[] = { in onOnceBeforeDraw() local 77 fLinearGrad2 = SkGradientShader::MakeLinear(pts2, colors, pos, SK_ARRAY_COUNT(colors), in onOnceBeforeDraw()
|
D | pictureimagegenerator.cpp | 97 const SkPoint pts2[] = { SkPoint::Make(iBox.x() - iBox.width() * kGradientPad, 0), in draw_vector_logo() local 111 paint.setShader(SkGradientShader::MakeLinear(pts2, colors2, pos2, SK_ARRAY_COUNT(pos2), in draw_vector_logo()
|
D | drawimageset.cpp | 61 SkPoint pts2[] = {{0.f, (SkScalar)h}, {(SkScalar)w, 0.f}}; in make_image_tiles() local 62 grad = SkGradientShader::MakeLinear(pts2, colors + 2, nullptr, 2, SkTileMode::kClamp); in make_image_tiles()
|
D | gradients.cpp | 917 SkPoint pts2[] = { { 0, kTileSize }, { kTileSize, 0 }}; in __anone570c5c40302() local 918 p.setShader(SkGradientShader::MakeLinear(pts2, colors2, pos, SK_ARRAY_COUNT(colors2), in __anone570c5c40302()
|
/external/libaom/libaom/av1/encoder/ |
D | ransac.c | 199 static int find_translation(int np, double *pts1, double *pts2, double *mat) { in find_translation() argument 206 normalize_homography(pts2, np, T2); in find_translation() 211 dx = *(pts2++); in find_translation() 212 dy = *(pts2++); in find_translation() 225 static int find_rotzoom(int np, double *pts1, double *pts2, double *mat) { in find_rotzoom() argument 235 normalize_homography(pts2, np, T2); in find_rotzoom() 238 dx = *(pts2++); in find_rotzoom() 239 dy = *(pts2++); in find_rotzoom() 264 static int find_affine(int np, double *pts1, double *pts2, double *mat) { in find_affine() argument 276 normalize_homography(pts2, np, T2); in find_affine() [all …]
|
/external/skqp/gm/ |
D | strokes.cpp | 251 SkPoint pts2[3]; variable 252 memcpy(pts2, pts, sizeof(pts)); 254 pts2[0].fX += tangent.fX * capOutset; 255 pts2[0].fY += tangent.fY * capOutset; 256 pts2[1].fX += tangent.fX * capOutset; 257 pts2[1].fY += tangent.fY * capOutset; 258 pts2[2].fX += -tangent.fX * capOutset; 259 pts2[2].fY += -tangent.fY * capOutset; 260 path.moveTo(pts2[0]); 261 path.quadTo(pts2[1], pts2[2]);
|
D | perspshaders.cpp | 54 SkPoint pts2[] = { in onOnceBeforeDraw() local 65 fLinearGrad2 = SkGradientShader::MakeLinear(pts2, colors, pos, SK_ARRAY_COUNT(colors), in onOnceBeforeDraw()
|
D | pictureimagegenerator.cpp | 80 const SkPoint pts2[] = { SkPoint::Make(iBox.x() - iBox.width() * kGradientPad, 0), in draw_vector_logo() local 94 paint.setShader(SkGradientShader::MakeLinear(pts2, colors2, pos2, SK_ARRAY_COUNT(pos2), in draw_vector_logo()
|
D | drawimageset.cpp | 41 SkPoint pts2[] = {{0.f, (SkScalar)h}, {(SkScalar)w, 0.f}}; in make_image_tiles() local 42 grad = SkGradientShader::MakeLinear(pts2, colors + 2, nullptr, 2, SkShader::kClamp_TileMode); in make_image_tiles()
|
D | gradients.cpp | 957 SkPoint pts2[] = { { 0, kTileSize }, { kTileSize, 0 }}; in __anon5f8ff7bb0202() local 958 p.setShader(SkGradientShader::MakeLinear(pts2, colors2, pos, SK_ARRAY_COUNT(colors2), in __anon5f8ff7bb0202()
|
/external/kernel-headers/original/uapi/linux/ |
D | cm4000_cs.h | 38 unsigned char pts2; member
|
/external/libwebm/m2ts/ |
D | webm2pes.cc | 48 const std::uint32_t pts2 = (pts_90khz >> 15) & 0x7FFF; in SetPtsBits() local 61 buffer[1] |= (pts2 >> 7) & 0xff; in SetPtsBits() 63 buffer[2] |= (pts2 << 1); in SetPtsBits()
|
/external/libaom/libaom/av1/common/ |
D | warped_motion.h | 181 int av1_find_projection(int np, const int *pts1, const int *pts2,
|
D | warped_motion.c | 948 static int find_affine_int(int np, const int *pts1, const int *pts2, in find_affine_int() argument 988 const int dx = pts2[i * 2] - dux; in find_affine_int() 989 const int dy = pts2[i * 2 + 1] - duy; in find_affine_int() 1060 int av1_find_projection(int np, const int *pts1, const int *pts2, in av1_find_projection() argument 1065 if (find_affine_int(np, pts1, pts2, bsize, mvy, mvx, wm_params, mi_row, in av1_find_projection()
|
/external/skqp/tests/ |
D | GradientTest.cpp | 349 const SkPoint pts2[] = { SkPoint::Make(10000.99f, 1000000), SkPoint::Make(10001, 1000001) }; in test_clamping_overflow() local 350 p.setShader(SkGradientShader::MakeLinear(pts2, colors, nullptr, 2, SkShader::kClamp_TileMode)); in test_clamping_overflow()
|
D | PathOpsOpTest.cpp | 3879 SkPoint pts2[] = { {0,3}, {1,2}, {6,5}, {6,4} }; in cubicOp130a() local 3880 complex_to_quads(pts2, &path); in cubicOp130a()
|
/external/skia/tests/ |
D | GradientTest.cpp | 351 const SkPoint pts2[] = { SkPoint::Make(10000.99f, 1000000), SkPoint::Make(10001, 1000001) }; in test_clamping_overflow() local 352 p.setShader(SkGradientShader::MakeLinear(pts2, colors, nullptr, 2, SkTileMode::kClamp)); in test_clamping_overflow()
|
D | ReadWritePixelsGpuTest.cpp | 202 SkPoint pts2[] = {{float(info.width()), 0}, {0, float(info.height())}}; in make_ref_data() local 204 paint.setShader(SkGradientShader::MakeLinear(pts2, kColors2, nullptr, 2, SkTileMode::kClamp)); in make_ref_data()
|
D | PathOpsOpTest.cpp | 3879 SkPoint pts2[] = { {0,3}, {1,2}, {6,5}, {6,4} }; in cubicOp130a() local 3880 complex_to_quads(pts2, &path); in cubicOp130a()
|
/external/selinux/python/sepolgen/tests/test_data/ |
D | httpd.log | 3850 …500 uid=500 gid=500 euid=0 suid=0 fsuid=0 egid=500 sgid=500 fsgid=500 tty=pts2 comm="su" exe="/bin… 3852 …d=500 gid=500 euid=500 suid=500 fsuid=500 egid=500 sgid=500 fsgid=500 tty=pts2 comm="xauth" exe="/… 3854 …d=500 gid=500 euid=500 suid=500 fsuid=500 egid=500 sgid=500 fsgid=500 tty=pts2 comm="xauth" exe="/… 3856 …d=500 gid=500 euid=500 suid=500 fsuid=500 egid=500 sgid=500 fsgid=500 tty=pts2 comm="xauth" exe="/… 3861 …500 uid=500 gid=500 euid=0 suid=0 fsuid=0 egid=500 sgid=500 fsgid=500 tty=pts2 comm="su" exe="/bin… 3863 …500 uid=500 gid=500 euid=0 suid=0 fsuid=0 egid=500 sgid=500 fsgid=500 tty=pts2 comm="su" exe="/bin… 3865 …8522 auid=500 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts2 comm="xauth" exe="/… 3869 …8522 auid=500 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts2 comm="xauth" exe="/… 3871 …8522 auid=500 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts2 comm="xauth" exe="/… 3873 …8522 auid=500 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts2 comm="xauth" exe="/… [all …]
|
D | audit.log | 72 …6449 auid=500 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts2 comm="consoletype" … 1902 …500 uid=500 gid=500 euid=0 suid=0 fsuid=0 egid=500 sgid=500 fsgid=500 tty=pts2 comm="su" exe="/bin… 1904 …d=500 gid=500 euid=500 suid=500 fsuid=500 egid=500 sgid=500 fsgid=500 tty=pts2 comm="xauth" exe="/… 1906 …d=500 gid=500 euid=500 suid=500 fsuid=500 egid=500 sgid=500 fsgid=500 tty=pts2 comm="xauth" exe="/… 1908 …d=500 gid=500 euid=500 suid=500 fsuid=500 egid=500 sgid=500 fsgid=500 tty=pts2 comm="xauth" exe="/… 1913 …500 uid=500 gid=500 euid=0 suid=0 fsuid=0 egid=500 sgid=500 fsgid=500 tty=pts2 comm="su" exe="/bin… 1915 …500 uid=500 gid=500 euid=0 suid=0 fsuid=0 egid=500 sgid=500 fsgid=500 tty=pts2 comm="su" exe="/bin… 1917 …4299 auid=500 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts2 comm="xauth" exe="/… 1921 …4299 auid=500 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts2 comm="xauth" exe="/… 1923 …4299 auid=500 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts2 comm="xauth" exe="/… [all …]
|
/external/tensorflow/tensorflow/c/ |
D | c_api_test.cc | 2262 const tensorflow::int64 pts2[] = {1, 3, 5, 7}; in TEST_F() local 2263 tensorflow::PartialTensorShape(pts2).AsProto(&proto); in TEST_F()
|