Home
last modified time | relevance | path

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

123456

/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.java20 private final int orientation; field in ImageViewState
22 public ImageViewState(float scale, @NonNull 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/zxing/android/src/com/google/zxing/client/android/camera/open/
DOpenCamera.java30 private final int orientation; field in OpenCamera
32 public OpenCamera(int index, Camera camera, CameraFacing facing, int orientation) { in OpenCamera()
/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/zxing/android-integration/src/main/java/com/google/zxing/integration/android/
DIntentResult.java29 private final Integer orientation; field in IntentResult
39 Integer orientation, in IntentResult()
/external/coreboot/src/mainboard/google/trogdor/
Dmainboard.c156 static struct panel_serializable_data *get_mipi_panel(enum lb_fb_orientation *orientation) in get_mipi_panel()
242 enum lb_fb_orientation orientation = LB_FB_ORIENTATION_NORMAL; in display_startup() local
/external/skia/src/codec/
DSkParseEncodedOrigin.cpp17 bool SkParseEncodedOrigin(const void* data, size_t data_length, SkEncodedOrigin* orientation) { in SkParseEncodedOrigin()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowArscAssetManager14.java39 int orientation, in nativeSetConfiguration()
87 int orientation, in nativeSetConfiguration()
/external/pigweed/pw_web/log-viewer/src/shared/
Dview-node.ts31 orientation?: Orientation; property
/external/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/
DCameraController.swift117 var orientation = UIImage.Orientation.up in photoOutput() variable
/external/coreboot/src/mainboard/google/kukui/
Dpanel.h14 enum lb_fb_orientation orientation; member
/external/coreboot/src/soc/mediatek/common/include/soc/
Ddisplay.h21 enum lb_fb_orientation orientation; member
/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.java48 public void orientation() throws Exception { in orientation() method in QualifiersTest
/external/coreboot/src/lib/
Dedid_fill_fb.c151 void fb_set_orientation(struct fb_info *info, enum lb_fb_orientation orientation) in fb_set_orientation()
/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/perfetto/ui/src/base/
Dbezier_arrow.ts29 orientation: ArrowHeadOrientation; property
/external/pigweed/pw_web/log-viewer/src/components/
Dlog-viewer.ts212 const { parentId, orientation, columnData, searchText, viewTitle } = constant
/external/libpalmrejection/ui/events/ozone/evdev/
Dtouch_evdev_types.h74 int orientation = 0; in COMPONENT_EXPORT() local

123456