HomeSort by relevance Sort by last modified time
    Searched refs:y_ (Results 1 - 25 of 69) sorted by null

1 2 3

  /prebuilts/ndk/r11/sources/android/ndk_helper/
vecmath.h 47 float y_; member in class:ndk_helper::Vec2
57 x_ = y_ = 0.f;
63 y_ = fY;
69 y_ = vec.y_;
75 y_ = (*pVec++);
83 ret.y_ = y_ * rhs.y_;
91 ret.y_ = y_ / rhs.y_
252 float x_, y_, z_; member in class:ndk_helper::Vec3
493 float x_, y_, z_, w_; member in class:ndk_helper::Vec4
964 float x_, y_, z_, w_; member in class:ndk_helper::Quaternion
    [all...]
vecmath.cpp 31 y_ = vec.y_;
41 out.x_ = x_ * rhs.f_[0] + y_ * rhs.f_[1] + z_ * rhs.f_[2] + w_ * rhs.f_[3];
42 out.y_ = x_ * rhs.f_[4] + y_ * rhs.f_[5] + z_ * rhs.f_[6] + w_ * rhs.f_[7];
43 out.z_ = x_ * rhs.f_[8] + y_ * rhs.f_[9] + z_ * rhs.f_[10] + w_ * rhs.f_[11];
44 out.w_ = x_ * rhs.f_[12] + y_ * rhs.f_[13] + z_ * rhs.f_[14] + w_ * rhs.f_[15];
108 ret.x_ = rhs.x_ * f_[0] + rhs.y_ * f_[4] + rhs.z_ * f_[8] + rhs.w_ * f_[12];
109 ret.y_ = rhs.x_ * f_[1] + rhs.y_ * f_[5] + rhs.z_ * f_[9] + rhs.w_ * f_[13]
    [all...]
  /prebuilts/ndk/r13/sources/android/ndk_helper/
vecmath.h 47 float y_; member in class:ndk_helper::Vec2
57 x_ = y_ = 0.f;
63 y_ = fY;
69 y_ = vec.y_;
75 y_ = (*pVec++);
83 ret.y_ = y_ * rhs.y_;
91 ret.y_ = y_ / rhs.y_
252 float x_, y_, z_; member in class:ndk_helper::Vec3
493 float x_, y_, z_, w_; member in class:ndk_helper::Vec4
964 float x_, y_, z_, w_; member in class:ndk_helper::Quaternion
    [all...]
vecmath.cpp 31 y_ = vec.y_;
41 out.x_ = x_ * rhs.f_[0] + y_ * rhs.f_[1] + z_ * rhs.f_[2] + w_ * rhs.f_[3];
42 out.y_ = x_ * rhs.f_[4] + y_ * rhs.f_[5] + z_ * rhs.f_[6] + w_ * rhs.f_[7];
43 out.z_ = x_ * rhs.f_[8] + y_ * rhs.f_[9] + z_ * rhs.f_[10] + w_ * rhs.f_[11];
44 out.w_ = x_ * rhs.f_[12] + y_ * rhs.f_[13] + z_ * rhs.f_[14] + w_ * rhs.f_[15];
108 ret.x_ = rhs.x_ * f_[0] + rhs.y_ * f_[4] + rhs.z_ * f_[8] + rhs.w_ * f_[12];
109 ret.y_ = rhs.x_ * f_[1] + rhs.y_ * f_[5] + rhs.z_ * f_[9] + rhs.w_ * f_[13]
    [all...]
  /external/libmojo/mojo/public/cpp/bindings/tests/
rect_chromium.h 20 y_(other.y_),
24 x_(x), y_(y), width_(width), height_(height) {
32 y_ = other.y_;
41 int y() const { return y_; }
42 void set_y(int y) { y_ = y; }
60 int y_ = 0; member in class:mojo::test::RectChromium
rect_blink.h 20 x_(x), y_(y), width_(width), height_(height) {
22 DCHECK_GE(y_, 0);
34 int y() const { return y_; }
37 y_ = y;
56 int y_ = 0; member in class:mojo::test::RectBlink
  /frameworks/base/media/mca/filterfw/native/core/
geometry.cpp 27 return std::sqrt(x_ * x_ + y_ * y_);
36 y_ *= new_length / length;
48 out.y_ = y_ + other.y_;
55 out.y_ = y_ - other.y_;
62 out.y_ = factor * y_
    [all...]
geometry.h 30 Point() : x_(0.0f), y_(0.0f) {}
31 Point(float x, float y) : x_(x), y_(y) {}
34 float y() const { return y_; }
48 float x_, y_; member in class:android::filterfw::Point
  /external/v4l2_codec2/vda/
rect.h 26 Rect() : x_(0), y_(0), size_(0, 0) {}
27 Rect(int width, int height) : x_(0), y_(0), size_(width, height) {}
29 : x_(x), y_(y), size_(width, height) {}
30 explicit Rect(const Size& size) : x_(0), y_(0), size_(size) {}
35 int y() const { return y_; }
36 void set_y(int y) { y_ = y; }
71 x_, y_, size().ToString().c_str());
76 int y_; member in class:media::Rect
  /frameworks/base/media/mca/filterpacks/native/base/
geometry.cpp 28 return std::sqrt(x_ * x_ + y_ * y_);
37 y_ *= new_length / length;
49 out.y_ = y_ + other.y_;
56 out.y_ = y_ - other.y_;
63 out.y_ = factor * y_
    [all...]
geometry.h 30 Point() : x_(0.0f), y_(0.0f) {}
31 Point(float x, float y) : x_(x), y_(y) {}
34 float y() const { return y_; }
48 float x_, y_; member in class:android::filterfw::Point
  /external/ImageMagick/Magick++/lib/
Pixels.cpp 37 Magick::Quantum* Magick::Pixels::get(const ssize_t x_,const ssize_t y_,
41 _y=y_;
46 Quantum* pixels=GetCacheViewAuthenticPixels(_view,x_,y_,columns_,rows_,
54 const ssize_t y_,const size_t columns_,const size_t rows_)
57 _y=y_;
62 const Quantum* pixels=GetCacheViewVirtualPixels(_view,x_,y_,columns_,rows_,
76 Magick::Quantum* Magick::Pixels::set(const ssize_t x_,const ssize_t y_,
80 _y=y_;
85 Quantum* pixels=QueueCacheViewAuthenticPixels(_view,x_,y_,columns_,rows_,
119 const ::ssize_t y_,const size_t width_,const size_t height_,std::string map_
    [all...]
STL.cpp 403 const ssize_t y_,const unsigned int alpha_,const Color &target_,
408 _y(y_),
419 const ssize_t y_,const Magick::Color &fillColor_,const bool invert_)
421 _y(y_),
440 const ssize_t y_,const Magick::Color &fillColor_,
443 _y(y_),
468 const ssize_t y_,const Magick::Image &texture_,const bool invert_)
470 _y(y_),
489 const ssize_t y_,const Magick::Image &texture_,
492 _y(y_),
    [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Pixels.h 31 Quantum *get(const ::ssize_t x_,const ::ssize_t y_,
36 const Quantum *getConst(const ::ssize_t x_,const ::ssize_t y_,
48 Quantum *set(const ::ssize_t x_,const ::ssize_t y_,const size_t columns_,
89 PixelData(Magick::Image &image_,const ::ssize_t x_,const ::ssize_t y_,
111 void init(Magick::Image &image_,const ::ssize_t x_,const ::ssize_t y_,
Drawable.h 54 Coordinate(double x_,double y_)
56 _y(y_) {}
63 void y(double y_) { _y=y_; }
320 DrawableAlpha(double x_, double y_,PaintMethod paintMethod_)
322 _y(y_),
345 void y(double y_)
347 _y=y_;
686 DrawableColor ( double x_, double y_,
689 _y(y_),
    [all...]
Image.h 695 void chromaBluePrimary(const double x_,const double y_,const double z_);
696 void chromaBluePrimary(double *x_,double *y_,double *z_) const;
699 void chromaGreenPrimary(const double x_,const double y_,const double z_);
700 void chromaGreenPrimary(double *x_,double *y_,double *z_) const;
703 void chromaRedPrimary(const double x_,const double y_,const double z_);
704 void chromaRedPrimary(double *x_,double *y_,double *z_) const;
707 void chromaWhitePoint(const double x_,const double y_,const double z_);
708 void chromaWhitePoint(double *x_,double *y_,double *z_) const;
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_geometry.h 22 DesktopVector() : x_(0), y_(0) {}
23 DesktopVector(int32_t x, int32_t y) : x_(x), y_(y) {}
26 int32_t y() const { return y_; }
27 bool is_zero() const { return x_ == 0 && y_ == 0; }
30 return x_ == other.x_ && y_ == other.y_;
35 y_ = y;
47 int32_t y_; member in class:webrtc::DesktopVector
  /external/clang/test/Index/
index-file.cpp 29 int y_; member in class:B
50 // CHECK: [indexDeclaration]: kind: field | name: y_ | USR: c:@S@B@FI@y_ | lang: C++ | cursor: FieldDecl=y_:29:7 (Definition) | loc: 29:7 | semantic-container: [B:27:7] | lexical-container: [B:27:7] | isRedecl: 0 | isDef: 1 | isContainer: 0 | isImplicit: 0
  /external/pdfium/third_party/agg23/
agg_vertex_sequence.h 78 vertex_dist(FX_FLOAT x_, FX_FLOAT y_) :
80 y(y_),
93 vertex_dist_cmd(FX_FLOAT x_, FX_FLOAT y_, unsigned cmd_) :
94 vertex_dist(x_, y_),
agg_basics.h 267 point_type(FX_FLOAT x_, FX_FLOAT y_, unsigned flag_ = 0) : x(x_), y(y_), flag(flag_) {}
275 point_type_flag(FX_FLOAT x_, FX_FLOAT y_, unsigned flag_ = 0) : point_type(x_, y_), flag(flag_) {}
281 vertex_type(FX_FLOAT x_, FX_FLOAT y_, unsigned cmd_) :
282 x(x_), y(y_), cmd(cmd_) {}
  /external/webrtc/talk/media/devices/
carbonvideorenderer.h 67 int y_; member in class:cricket::CarbonVideoRenderer
  /external/drm_hwcomposer/
drmcrtc.h 57 uint32_t y_; member in class:android::DrmCrtc
drmcrtc.cpp 35 y_(c->y),
  /external/webrtc/webrtc/modules/audio_processing/
high_pass_filter_impl.cc 34 std::memset(y_, 0, sizeof(y_));
40 int16_t* y = y_;
85 int16_t y_[4]; member in class:webrtc::HighPassFilterImpl::BiquadFilter
  /external/strace/
gcc_compat.h 87 # define ALIGNOF(t_) (sizeof(struct { char x_; t_ y_; }) - sizeof(t_))

Completed in 495 milliseconds

1 2 3