Home
last modified time | relevance | path

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

1234

/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.cpp12 bool littleEndian, bool is_root, SkEncodedOrigin* orientation) { in parse_encoded_origin()
57 bool SkParseEncodedOrigin(const uint8_t* data, size_t data_length, SkEncodedOrigin* orientation) { in SkParseEncodedOrigin()
DSkJpegCodec.cpp43 static bool is_orientation_marker(jpeg_marker_struct* marker, SkEncodedOrigin* orientation) { in is_orientation_marker()
60 SkEncodedOrigin orientation; in get_exif_orientation() local
190 SkEncodedOrigin orientation = get_exif_orientation(dinfo); in ReadHeader() local
965 SkEncodedOrigin* orientation) { in SkGetJpegInfo()
/external/skqp/src/core/
DSkFontLCDConfig.cpp17 void SkFontLCDConfig::SetSubpixelOrientation(LCDOrientation orientation) { in SetSubpixelOrientation()
/external/skqp/src/codec/
DSkJpegCodec.cpp50 static bool is_orientation_marker(jpeg_marker_struct* marker, SkEncodedOrigin* orientation) { in is_orientation_marker()
66 bool is_orientation_marker(const uint8_t* data, size_t data_length, SkEncodedOrigin* orientation) { in is_orientation_marker()
110 SkEncodedOrigin orientation; in get_exif_orientation() local
240 SkEncodedOrigin orientation = get_exif_orientation(dinfo); in ReadHeader() local
991 SkEncodedOrigin* orientation) { in SkGetJpegInfo()
/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-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/skqp/src/pdf/
DSkJpegInfo.cpp84 SkEncodedOrigin* orientation) { in SkGetJpegInfo()
/external/skia/src/pdf/
DSkJpegInfo.cpp84 SkEncodedOrigin* orientation) { in SkGetJpegInfo()
/external/webrtc/modules/video_capture/
Ddevice_info_impl.cc225 VideoRotation& orientation) { in GetOrientation()
/external/llvm-project/mlir/include/mlir/Analysis/Presburger/
DSimplex.h242 Orientation orientation; member
/external/angle/src/libANGLE/renderer/gl/wgl/
DWindowSurfaceWGL.cpp23 EGLint orientation) in WindowSurfaceWGL()
/external/dynamic_depth/internal/dynamic_depth/
Dearth_pose.cc54 const std::vector<double>& position, const std::vector<float>& orientation, in FromData()
Dpose.cc52 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
/external/ImageMagick/coders/
Dcals.c174 orientation, in ReadCALSImage() local

1234