HomeSort by relevance Sort by last modified time
    Searched defs:set_y (Results 1 - 14 of 14) sorted by null

  /external/libchrome/mojo/public/cpp/bindings/tests/
shared_rect.h 25 void set_y(int y) { y_ = y; } function in class:mojo::test::SharedRect
test_native_types.h 31 void set_y(int y) { y_ = y; } function in class:mojo::test::TestNativeStruct
rect_chromium.h 42 void set_y(int y) { y_ = y; } function in class:mojo::test::RectChromium
  /external/libchrome/ui/gfx/geometry/
vector2d.h 32 void set_y(int y) { y_ = y; } function in class:gfx::Vector2d
vector2d_f.h 29 void set_y(float y) { y_ = y; } function in class:gfx::Vector2dF
point.h 51 void set_y(int y) { y_ = y; } function in class:gfx::Point
point_f.h 30 void set_y(float y) { y_ = y; } function in class:gfx::PointF
scroll_offset.h 32 void set_y(float y) { y_ = y; } function in class:gfx::ScrollOffset
rect_f.h 52 void set_y(float y) { origin_.set_y(y); } function in class:gfx::RectF
rect.h 72 void set_y(int y) { function in class:gfx::Rect
73 origin_.set_y(y);
  /external/v4l2_codec2/vda/
rect.h 38 void set_y(int y) { y_ = y; } function in class:media::Rect
57 set_y(y);
  /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
kernel_tiling.h 223 void set_y(llvm::Value* y) { y_ = y; } function in class:xla::llvm_ir::TiledParameterInfo
  /external/libaom/libaom/third_party/libwebm/mkvmuxer/
mkvmuxer.h 376 void set_y(float new_y) { y_ = new_y; } function in class:mkvmuxer::PrimaryChromaticity
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxer.h 376 void set_y(float new_y) { y_ = new_y; } function in class:mkvmuxer::PrimaryChromaticity
    [all...]

Completed in 504 milliseconds