/external/skqp/experimental/svg/model/ |
D | SkSVGLinearGradient.cpp | 27 void SkSVGLinearGradient::setY2(const SkSVGLength& y2) { in setY2() 49 if (const auto* y2 = v.as<SkSVGLengthValue>()) { in onSetAttribute() local 66 const auto y2 = lctx.resolve(fY2, SkSVGLengthContext::LengthType::kVertical); in onMakeShader() local
|
D | SkSVGLine.cpp | 27 void SkSVGLine::setY2(const SkSVGLength& y2) { in setY2() 49 if (const auto* y2 = v.as<SkSVGLengthValue>()) { in onSetAttribute() local
|
/external/skia/experimental/svg/model/ |
D | SkSVGLinearGradient.cpp | 27 void SkSVGLinearGradient::setY2(const SkSVGLength& y2) { in setY2() 49 if (const auto* y2 = v.as<SkSVGLengthValue>()) { in onSetAttribute() local 66 const auto y2 = lctx.resolve(fY2, SkSVGLengthContext::LengthType::kVertical); in onMakeShader() local
|
D | SkSVGLine.cpp | 27 void SkSVGLine::setY2(const SkSVGLength& y2) { in setY2() 49 if (const auto* y2 = v.as<SkSVGLengthValue>()) { in onSetAttribute() local
|
/external/pdfium/third_party/agg23/ |
D | agg_math.h | 26 float x2, float y2, in calc_point_location() 31 AGG_INLINE float calc_distance(float x1, float y1, float x2, float y2) in calc_distance() 38 float x2, float y2, in calc_line_point_distance()
|
D | agg_curves.cpp | 30 float x2, float y2, in init() 41 float x2, float y2, in recursive_bezier() 101 float x2, float y2, in bezier()
|
D | agg_curves.h | 69 float x2, float y2, in curve4_div() 143 float x2, float y2, in curve4() 158 float x2, float y2, in init()
|
/external/skqp/src/compute/skc/ |
D | path_builder.c | 144 float x2, float y2) in skc_path_quad_to() 166 float x2, float y2) in skc_path_quad_smooth_to() 177 float x2, float y2, in skc_path_cubic_to() 202 float x2, float y2, in skc_path_cubic_smooth_to()
|
/external/skia/src/compute/skc/ |
D | path_builder.c | 144 float x2, float y2) in skc_path_quad_to() 166 float x2, float y2) in skc_path_quad_smooth_to() 177 float x2, float y2, in skc_path_cubic_to() 202 float x2, float y2, in skc_path_cubic_smooth_to()
|
/external/tensorflow/tensorflow/lite/java/ovic/src/main/java/org/tensorflow/ovic/ |
D | BoundingBox.java | 25 public float y2; field in BoundingBox 36 public BoundingBox(float x1, float y1, float x2, float y2, int category, float score) { in BoundingBox()
|
/external/clang/test/CodeGenCXX/ |
D | attribute_internal_linkage.cpp | 9 static int y2 [[clang::internal_linkage]]; member in A 27 int A::y2; member in A
|
/external/epid-sdk/epid/member/tpm2/unittests/ |
D | commit-simulator-test.cc | 45 FfElementObj y2(¶ms.fq, this->kY2Sha256Str); in TEST_F() local 89 FfElementObj y2(¶ms.fq, this->kY2Sha384Str); in TEST_F() local 134 FfElementObj y2(¶ms.fq, this->kY2Sha512Str); in TEST_F() local 179 FfElementObj y2(¶ms.fq, this->kY2Sha512256Str); in TEST_F() local 224 FfElementObj y2(¶ms.fq, this->kY2Sha512Str); in TEST_F() local 260 FfElementObj y2(¶ms.fq, this->kY2Sha512Str); in TEST_F() local
|
D | commit-test.cc | 43 FfElementObj y2(¶ms.fq, this->kY2Sha256Str); in TEST_F() local 80 FfElementObj y2(¶ms.fq, this->kY2Sha256Str); in TEST_F() local 101 FfElementObj y2(¶ms.fq, this->kY2Sha256Str); in TEST_F() local 140 FfElementObj y2(¶ms.fq, this->kY2Sha256Str); in TEST_F() local 160 FfElementObj y2(¶ms.fq, this->kY2Sha256Str); in TEST_F() local 189 FfElementObj y2(¶ms.fq, this->kY2Sha256Str); in TEST_F() local
|
/external/clang/test/PCH/Inputs/ |
D | chain-external-defs2.h | 5 int y2; variable
|
/external/eigen/Eigen/src/Core/arch/SSE/ |
D | MathFunctions.h | 83 Packet4f y, y1, y2; variable 342 Packet4f y2 = p4f_sincof_p0; variable 430 Packet4f y2 = p4f_sincof_p0; variable
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xm_buffer.c | 441 int y2 = rb->Height - y - 1; in xmesa_MapRenderbuffer() local 450 int y2 = rb->Height - y - h; in xmesa_MapRenderbuffer() local 530 int y2 = rb->Height - xrb->map_y - xrb->map_h; in xmesa_UnmapRenderbuffer() local
|
/external/adhd/cras/src/dsp/ |
D | eq.c | 51 float y2 = q->y2; in eq_process1() local 86 float y2 = q->y2; in eq_process() local 113 float y2 = q->y2; in eq_process() local
|
/external/clang/test/PCH/ |
D | chain-external-defs.c | 30 int y2 = 18; variable
|
/external/clang/test/Modules/Inputs/odr/ |
D | b.h | 4 } y2; variable
|
/external/clang/test/SemaCXX/ |
D | align_value.cpp | 25 nope<long double, 4> y2; variable
|
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/ |
D | integral_image.h | 111 const int y2) const { in GetRegionSum() 156 const int x2, const int y2) const { in GetCode()
|
/external/fdlibm/ |
D | e_hypot.c | 55 double a=x,b=y,t1,t2,y1,y2,w; local
|
/external/skqp/experimental/canvaskit/htmlcanvas/ |
D | lineargradient.js | 2 function LinearCanvasGradient(x1, y1, x2, y2) { argument
|
/external/skia/modules/canvaskit/htmlcanvas/ |
D | lineargradient.js | 2 function LinearCanvasGradient(x1, y1, x2, y2) { argument
|
/external/python/cpython2/Demo/tkinter/guido/ |
D | ss1.py | 49 def multicellvalue(self, x1, y1, x2, y2): argument 74 def clearcells(self, x1, y1, x2, y2): argument 78 def clearrows(self, y1, y2): argument 84 def selectcells(self, x1, y1, x2, y2): argument 92 def movecells(self, x1, y1, x2, y2, dx, dy): argument 115 def deleterows(self, y1, y2): argument 429 def renumber(self, x1, y1, x2, y2, dx, dy): argument 710 def setbeacon(self, x1, y1, x2, y2): argument
|