/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/widget/ |
D | TextLabelWidget.java | 30 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/ |
D | frame_buffer.h | 164 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/ |
D | frame_buffer_common_utils.cc | 39 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/ |
D | ImageViewState.java | 19 private final int orientation; field in ImageViewState 21 public ImageViewState(float scale, PointF center, int orientation) { in ImageViewState()
|
/external/eigen/demos/opengl/ |
D | camera.h | 24 : 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/ |
D | MediaStoreSignature.java | 16 private final int orientation; field in MediaStoreSignature 30 public MediaStoreSignature(String mimeType, long dateModified, int orientation) { in MediaStoreSignature()
|
/external/skia/src/codec/ |
D | SkParseEncodedOrigin.cpp | 12 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()
|
D | SkJpegCodec.cpp | 43 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/ |
D | SkFontLCDConfig.cpp | 17 void SkFontLCDConfig::SetSubpixelOrientation(LCDOrientation orientation) { in SetSubpixelOrientation()
|
/external/skqp/src/codec/ |
D | SkJpegCodec.cpp | 50 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/ |
D | dng_simple_image.cpp | 104 void dng_simple_image::Rotate (const dng_orientation &orientation) in Rotate()
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | eventhistory.cpp | 47 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/ |
D | ImageProcessingOptions.java | 106 public abstract Builder setOrientation(Orientation orientation); in setOrientation()
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/ |
D | QualifiersTest.java | 47 public void orientation() throws Exception { in orientation() method in QualifiersTest
|
/external/s2-geometry-library-java/src/com/google/common/geometry/ |
D | S2Cell.java | 32 byte orientation; field in S2Cell 77 public byte orientation() { in orientation() method in S2Cell
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | InputGameInterface.java | 80 final InputXY orientation = input.getOrientationSensor(); in update() local 304 public void setUseOrientationForMovement(boolean orientation) { in setUseOrientationForMovement()
|
/external/skqp/src/pdf/ |
D | SkJpegInfo.cpp | 84 SkEncodedOrigin* orientation) { in SkGetJpegInfo()
|
/external/skia/src/pdf/ |
D | SkJpegInfo.cpp | 84 SkEncodedOrigin* orientation) { in SkGetJpegInfo()
|
/external/webrtc/modules/video_capture/ |
D | device_info_impl.cc | 225 VideoRotation& orientation) { in GetOrientation()
|
/external/llvm-project/mlir/include/mlir/Analysis/Presburger/ |
D | Simplex.h | 242 Orientation orientation; member
|
/external/angle/src/libANGLE/renderer/gl/wgl/ |
D | WindowSurfaceWGL.cpp | 23 EGLint orientation) in WindowSurfaceWGL()
|
/external/dynamic_depth/internal/dynamic_depth/ |
D | earth_pose.cc | 54 const std::vector<double>& position, const std::vector<float>& orientation, in FromData()
|
D | pose.cc | 52 const std::vector<float>& orientation, in FromData()
|
/external/robolectric-shadows/resources/src/test/java/org/robolectric/res/android/ |
D | ResTableConfigTest.java | 121 int orientation; field in ResTableConfigTest.ResTableConfigBuilder
|
/external/ImageMagick/coders/ |
D | cals.c | 174 orientation, in ReadCALSImage() local
|