/external/pdfium/core/src/fxge/agg/agg23/ |
D | agg_vertex_sequence.h | 78 vertex_dist(FX_FLOAT x_, FX_FLOAT y_) : in vertex_dist() 80 y(y_), in vertex_dist() 93 vertex_dist_cmd(FX_FLOAT x_, FX_FLOAT y_, unsigned cmd_) : in vertex_dist_cmd() 94 vertex_dist(x_, y_), in vertex_dist_cmd()
|
D | agg_basics.h | 264 point_type(FX_FLOAT x_, FX_FLOAT y_, unsigned flag_ = 0) : x(x_), y(y_), flag(flag_) {} in x() 272 … point_type_flag(FX_FLOAT x_, FX_FLOAT y_, unsigned flag_ = 0) : point_type(x_, y_), flag(flag_) {} in point_type() 278 vertex_type(FX_FLOAT x_, FX_FLOAT y_, unsigned cmd_) : in vertex_type() 279 x(x_), y(y_), cmd(cmd_) {} in vertex_type()
|
/external/ceres-solver/examples/ |
D | curve_fitting.cc | 123 : x_(x), y_(y) {} in ExponentialResidual() 128 residual[0] = T(y_) - exp(m[0] * T(x_) + c[0]); in operator ()() 134 const double y_; member
|
D | robust_curve_fitting.cc | 125 : x_(x), y_(y) {} in ExponentialResidual() 130 residual[0] = T(y_) - exp(m[0] * T(x_) + c[0]); in operator ()() 136 const double y_; member
|
D | ellipse_approximation.cc | 276 : num_segments_(num_segments), y_(y) { in PointToLineSegmentContourCostFunction() 299 residuals[0] = y_[0] - ((1.0 - u) * x[1 + i0][0] + u * x[1 + i1][0]); in Evaluate() 300 residuals[1] = y_[1] - ((1.0 - u) * x[1 + i0][1] + u * x[1 + i1][1]); in Evaluate() 336 const Eigen::Vector2d y_; member in PointToLineSegmentContourCostFunction
|
D | libmv_homography.cc | 249 : x_(x), y_(y) { } in HomographySymmetricGeometricCostFunctor() 258 Vec2 y(T(y_(0)), T(y_(1))); in operator ()() 269 const Vec2 y_; member in __anon18fe88b30111::HomographySymmetricGeometricCostFunctor
|
D | nist.cc | 254 : x_(*x), y_(*y) {} \ 256 double y_; \ 259 const T y(y_); \ 391 : x1_(x[0]), x2_(x[1]), y_(y[0]) {} in Nelson() 396 residual[0] = T(log(y_)) - (b[0] - b[1] * T(x1_) * exp(-b[2] * T(x2_))); in operator ()() 403 double y_; member
|
/external/ceres-solver/internal/ceres/ |
D | dynamic_numeric_diff_cost_function_test.cc | 316 y_.resize(2); in SetUp() 317 y_[0] = 1.0; in SetUp() 318 y_[1] = 3.0; in SetUp() 327 parameter_blocks_[1] = &y_[0]; in SetUp() 346 jacobian_vect_[1].resize(7 * y_.size(), -100000); in SetUp() 351 const double sum_y = y_[0] + 2.0 * y_[1]; in SetUp() 415 vector<double> y_; member in ceres::internal::ThreeParameterCostFunctorTest
|
D | parameter_block_ordering_test.cc | 67 problem_.AddParameterBlock(y_, 4); in SetUp() 72 problem_.AddResidualBlock(new DummyCostFunction<6, 5, 4>, NULL, z_, y_); in SetUp() 80 double x_[3], y_[4], z_[5], w_[6]; member in ceres::internal::SchurOrderingTest 126 problem_.SetParameterBlockConstant(y_); in TEST_F()
|
D | dynamic_autodiff_cost_function_test.cc | 315 y_.resize(2); in SetUp() 316 y_[0] = 1.0; in SetUp() 317 y_[1] = 3.0; in SetUp() 326 parameter_blocks_[1] = &y_[0]; in SetUp() 345 jacobian_vect_[1].resize(7 * y_.size(), -100000); in SetUp() 350 const double sum_y = y_[0] + 2.0 * y_[1]; in SetUp() 414 vector<double> y_; member in ceres::internal::ThreeParameterCostFunctorTest
|
/external/deqp/framework/common/ |
D | tcuVector.hpp | 107 Vector (T x_, T y_); 108 Vector (T x_, T y_, T z_); 109 Vector (T x_, T y_, T z_, T w_); 187 inline Vector<T, Size>::Vector (T x_, T y_) in Vector() argument 191 m_data[1] = y_; in Vector() 195 inline Vector<T, Size>::Vector (T x_, T y_, T z_) in Vector() argument 199 m_data[1] = y_; in Vector() 204 inline Vector<T, Size>::Vector (T x_, T y_, T z_, T w_) in Vector() argument 208 m_data[1] = y_; in Vector()
|
/external/webp/src/enc/ |
D | iterator.c | 24 (it->y_ > 0) ? 129 : 127; in InitLeft() 41 it->y_ = y; in VP8IteratorSetRow() 129 const int x = it->x_, y = it->y_; in VP8IteratorImport() 187 const int x = it->x_, y = it->y_; in VP8IteratorExport() 288 const int x = it->x_, y = it->y_; in VP8IteratorSaveBoundary() 319 VP8IteratorSetRow(it, ++it->y_); in VP8IteratorNext()
|
D | vp8enci.h | 278 int x_, y_; // current macroblock member
|
D | quant.c | 429 const uint8_t* const top = it->y_ ? it->y_top_ : NULL; in VP8MakeLuma16Preds() 435 const uint8_t* const top = it->y_ ? it->uv_top_ : NULL; in VP8MakeChroma8Preds()
|
/external/google-breakpad/src/testing/test/ |
D | gmock_stress_test.cc | 79 Derived1(int a_x, int a_y) : Base(a_x), y_(a_y) {} in Derived1() 80 int y() const { return y_; } in y() 82 int y_; member in testing::__anona81e3dbe0111::Derived1
|
/external/freetype/src/base/ |
D | ftcalc.c | 767 FT_Int32 y_ = vector->y; in FT_Vector_NormLen() local 774 FT_MOVE_SIGN( y_, sy ); in FT_Vector_NormLen() 777 y = (FT_UInt32)y_; in FT_Vector_NormLen() 823 y_ = (FT_Int32)y; in FT_Vector_NormLen() 829 v = (FT_UInt32)( y_ + ( y_ * b >> 16 ) ); in FT_Vector_NormLen()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/ |
D | DrawUtils.java | 157 int y_ = y; in drawTextWrap() local 164 y_ += lineHeight; in drawTextWrap() 165 if (y_ > y + height) { in drawTextWrap() 170 gc.drawText(c, x_, y_); in drawTextWrap()
|
/external/drm_hwcomposer/ |
D | drmcrtc.h | 58 uint32_t y_; variable
|
D | drmcrtc.cpp | 35 y_(c->y), in DrmCrtc()
|
/external/v8/test/mjsunit/ |
D | debug-references.js | 109 function Point(x, y) { this.x_ = x; this.y_ = y;}
|
D | mirror-object.js | 172 this.y_ = y;
|
/external/deqp/modules/glshared/ |
D | glsLifetimeTests.hpp | 385 Rectangle (GLint x_, GLint y_, GLint width_, GLint height_) in Rectangle() 387 , y (y_) in Rectangle()
|
/external/deqp/modules/egl/ |
D | teglColorClearCase.cpp | 60 ClearOp (int x_, int y_, int width_, int height_, const tcu::RGBA& color_) in ClearOp() 62 , y (y_) in ClearOp()
|
/external/ceres-solver/docs/source/ |
D | tutorial.rst | 470 : x_(x), y_(y) {} 474 residual[0] = T(y_) - exp(m[0] * T(x_) + c[0]); 481 const double y_;
|
/external/deqp/modules/gles2/functional/ |
D | es2fVertexTextureTests.cpp | 116 Rect (int x_, int y_, int w_, int h_) : x(x_), y(y_), w(w_), h(h_) {} in Rect()
|