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

  /external/google-breakpad/src/testing/gtest/test/
production.h 51 void set_x(int an_x) { x_ = an_x; } function in class:PrivateCode
  /external/googletest/googletest/test/
production.h 50 void set_x(int an_x) { x_ = an_x; } function in class:PrivateCode
  /external/libchrome/mojo/public/cpp/bindings/tests/
shared_rect.h 22 void set_x(int x) { x_ = x; } function in class:mojo::test::SharedRect
test_native_types.h 28 void set_x(int x) { x_ = x; } function in class:mojo::test::TestNativeStruct
rect_chromium.h 39 void set_x(int x) { x_ = x; } function in class:mojo::test::RectChromium
  /external/libchrome/ui/gfx/geometry/
vector2d.h 29 void set_x(int x) { x_ = x; } function in class:gfx::Vector2d
vector2d_f.h 26 void set_x(float x) { x_ = x; } function in class:gfx::Vector2dF
point.h 50 void set_x(int x) { x_ = x; } function in class:gfx::Point
point_f.h 29 void set_x(float x) { x_ = x; } function in class:gfx::PointF
scroll_offset.h 29 void set_x(float x) { x_ = x; } function in class:gfx::ScrollOffset
rect_f.h 49 void set_x(float x) { origin_.set_x(x); } function in class:gfx::RectF
rect.h 65 void set_x(int x) { function in class:gfx::Rect
66 origin_.set_x(x);
  /external/v4l2_codec2/vda/
rect.h 35 void set_x(int x) { x_ = x; } function in class:media::Rect
56 set_x(x);
  /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
kernel_tiling.h 222 void set_x(llvm::Value* x) { x_ = x; } function in class:xla::llvm_ir::TiledParameterInfo
  /external/libaom/libaom/third_party/libwebm/mkvmuxer/
mkvmuxer.h 374 void set_x(float new_x) { x_ = new_x; } function in class:mkvmuxer::PrimaryChromaticity
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxer.h 374 void set_x(float new_x) { x_ = new_x; } function in class:mkvmuxer::PrimaryChromaticity
    [all...]

Completed in 5161 milliseconds