Home
last modified time | relevance | path

Searched defs:orientation (Results 1 – 25 of 111) sorted by relevance

12345

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/widget/
DTextLabelWidget.java30 private TextOrientationType orientation; field in TextLabelWidget
45 …outManager layoutManager, String title, SizeMetrics sizeMetrics, TextOrientationType orientation) { in TextLabelWidget()
50 …abelWidget(LayoutManager layoutManager, SizeMetrics sizeMetrics, TextOrientationType orientation) { in TextLabelWidget()
160 public void setOrientation(TextOrientationType orientation) { in setOrientation()
/external/tflite-support/tensorflow_lite_support/cc/task/vision/core/
Dframe_buffer.h164 Orientation orientation, in Create()
175 Orientation orientation, in Create()
187 Orientation orientation) { in Create()
198 Orientation orientation) { in Create()
215 Format format, Orientation orientation, absl::Time timestamp) in FrameBuffer()
228 Orientation orientation, absl::Time timestamp) in FrameBuffer()
278 const Orientation orientation() const { return orientation_; } in orientation() function
/external/tflite-support/tensorflow_lite_support/cc/task/vision/utils/
Dframe_buffer_common_utils.cc39 FrameBuffer::Orientation orientation, const absl::Time timestamp) { in CreateFromNV12RawBuffer()
50 FrameBuffer::Orientation orientation, const absl::Time timestamp) { in CreateFromNV21RawBuffer()
328 FrameBuffer::Orientation orientation, const absl::Time timestamp) { in CreateFromRgbaRawBuffer()
340 FrameBuffer::Orientation orientation, const absl::Time timestamp) { in CreateFromRgbRawBuffer()
351 FrameBuffer::Orientation orientation, const absl::Time timestamp) { in CreateFromGrayRawBuffer()
364 FrameBuffer::Orientation orientation, const absl::Time timestamp) { in CreateFromYuvRawBuffer()
387 FrameBuffer::Orientation orientation, absl::Time timestamp) { in CreateFromRawBuffer()
/external/subsampling-scale-image-view/library/src/main/java/com/davemorrissey/labs/subscaleview/
DImageViewState.java19 private final int orientation; field in ImageViewState
21 public ImageViewState(float scale, PointF center, int orientation) { in ImageViewState()
/external/eigen/demos/opengl/
Dcamera.h24 : orientation(o), position(pos) in orientation() function
32 Eigen::Quaternionf orientation; variable
64 inline const Eigen::Quaternionf& orientation(void) const { return mFrame.orientation; } in orientation() function
/external/glide/library/src/main/java/com/bumptech/glide/signature/
DMediaStoreSignature.java16 private final int orientation; field in MediaStoreSignature
30 public MediaStoreSignature(String mimeType, long dateModified, int orientation) { in MediaStoreSignature()
/external/skia/src/codec/
DSkParseEncodedOrigin.cpp19 bool littleEndian, bool is_root, SkEncodedOrigin* orientation) { in parse_encoded_origin()
64 bool SkParseEncodedOrigin(const uint8_t* data, size_t data_length, SkEncodedOrigin* orientation) { in SkParseEncodedOrigin()
DSkJpegCodec.cpp66 static bool is_orientation_marker(jpeg_marker_struct* marker, SkEncodedOrigin* orientation) { in is_orientation_marker()
82 SkEncodedOrigin orientation; in get_exif_orientation() local
283 SkEncodedOrigin orientation = get_exif_orientation(dinfo); in ReadHeader() local
1060 SkEncodedOrigin* orientation) { in SkGetJpegInfo()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowArscAssetManager14.java36 int orientation, in nativeSetConfiguration()
/external/dng_sdk/source/
Ddng_simple_image.cpp104 void dng_simple_image::Rotate (const dng_orientation &orientation) in Rotate()
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Deventhistory.cpp47 QVariant EventListModel::headerData(int section, Qt::Orientation orientation, in headerData()
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/task/core/vision/
DImageProcessingOptions.java106 public abstract Builder setOrientation(Orientation orientation); in setOrientation()
/external/robolectric/robolectric/src/test/java/org/robolectric/
DQualifiersTest.java49 public void orientation() throws Exception { in orientation() method in QualifiersTest
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
DQualifiersTest.java47 public void orientation() throws Exception { in orientation() method in QualifiersTest
/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2Cell.java32 byte orientation; field in S2Cell
77 public byte orientation() { in orientation() method in S2Cell
/external/replicaisland/src/com/replica/replicaisland/
DInputGameInterface.java80 final InputXY orientation = input.getOrientationSensor(); in update() local
304 public void setUseOrientationForMovement(boolean orientation) { in setUseOrientationForMovement()
/external/skia/src/pdf/
DSkJpegInfo.cpp84 SkEncodedOrigin* orientation) { in SkGetJpegInfo()
/external/image_io/includes/image_io/base/
Dimage_metadata.h59 void SetOrientation(Orientation orientation) { orientation_ = orientation; } in SetOrientation()
/external/libpalmrejection/ui/events/ozone/evdev/
Dtouch_evdev_types.h74 int orientation = 0; in COMPONENT_EXPORT() local
/external/ComputeLibrary/src/core/CL/cl_kernels/
Dtypes.h41 float orientation; /**< Initialized to 0 by corner detectors. */ member
/external/webrtc/modules/video_capture/
Ddevice_info_impl.cc206 VideoRotation& orientation) { in GetOrientation()
/external/angle/src/libANGLE/renderer/gl/wgl/
DWindowSurfaceWGL.cpp23 EGLint orientation) in WindowSurfaceWGL()
/external/dynamic_depth/internal/dynamic_depth/
Dpose.cc52 const std::vector<float>& orientation, in FromData()
Dearth_pose.cc54 const std::vector<double>& position, const std::vector<float>& orientation, in FromData()
/external/robolectric-shadows/resources/src/test/java/org/robolectric/res/android/
DResTableConfigTest.java121 int orientation; field in ResTableConfigTest.ResTableConfigBuilder

12345