/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/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/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/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/CodeGenCXX/ |
D | attribute_internal_linkage.cpp | 9 static int y2 [[clang::internal_linkage]]; member in A 27 int A::y2; member in A
|
/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/clang/test/PCH/Inputs/ |
D | chain-external-defs2.h | 5 int y2; variable
|
/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/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
|
/external/python/cpython3/Tools/demo/ |
D | ss1.py | 52 def multicellvalue(self, x1, y1, x2, y2): argument 77 def clearcells(self, x1, y1, x2, y2): argument 81 def clearrows(self, y1, y2): argument 87 def selectcells(self, x1, y1, x2, y2): argument 95 def movecells(self, x1, y1, x2, y2, dx, dy): argument 118 def deleterows(self, y1, y2): argument 414 def renumber(self, x1, y1, x2, y2, dx, dy): argument 695 def setbeacon(self, x1, y1, x2, y2): argument
|
/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/swiftshader/src/Shader/ |
D | SetupRoutine.cpp | 87 Float y2 = Float(Y[2]); in generate() local 286 Float y2 = *Pointer<Float>(v2 + pos * 16 + 4); in generate() local 347 Float y2 = w2 * (1.0f / 16.0f) * Float(Y2); in generate() local 417 Float y2 = Float(Y2) * (1.0f / 16.0f); in generate() local 572 Int y2 = Min((Y2 + 0x0000000F) >> 4, *Pointer<Int>(data + OFFSET(DrawData,scissorY1))); in edge() local
|
/external/swiftshader/src/Pipeline/ |
D | SetupRoutine.cpp | 85 Float y2 = Float(Y[2]); in generate() local 284 Float y2 = *Pointer<Float>(v2 + pos * 16 + 4); in generate() local 345 Float y2 = w2 * (1.0f / 16.0f) * Float(Y2); in generate() local 415 Float y2 = Float(Y2) * (1.0f / 16.0f); in generate() local 565 Int y2 = Min((Y2 + 0x0000000F) >> 4, *Pointer<Int>(data + OFFSET(DrawData,scissorY1))); in edge() local
|
/external/clang/test/Modules/Inputs/odr/ |
D | b.h | 4 } y2; variable
|
/external/skqp/modules/pathkit/ |
D | externs.js | 43 _arcTo: function(x1, y1, x2, y2, radius) {}, argument 46 _conicTo: function(x1, y1, x2, y2, w) {}, argument 91 PathKit.SkPath.prototype.arcTo = function(x1, y1, x2, y2, radius) {}; argument 95 PathKit.SkPath.prototype.conicTo = function(x1, y1, x2, y2, w) {}; argument 102 PathKit.SkPath.prototype.quadTo = function(x1, y1, x2, y2) {}; argument 103 PathKit.SkPath.prototype.quadraticCurveTo = function(x1, y1, x2, y2) {}; argument
|