Home
last modified time | relevance | path

Searched refs:kTopLeft (Results 1 – 13 of 13) sorted by relevance

/external/tflite-support/tensorflow_lite_support/cc/task/vision/utils/
Dframe_buffer_common_utils.h109 FrameBuffer::Orientation orientation = FrameBuffer::Orientation::kTopLeft,
115 FrameBuffer::Orientation orientation = FrameBuffer::Orientation::kTopLeft,
121 FrameBuffer::Orientation orientation = FrameBuffer::Orientation::kTopLeft,
129 FrameBuffer::Orientation orientation = FrameBuffer::Orientation::kTopLeft,
136 FrameBuffer::Orientation orientation = FrameBuffer::Orientation::kTopLeft,
/external/pdfium/xfa/fde/
Dcfde_data.h13 kTopLeft = 0, enumerator
Dcfde_textout.h106 FDE_TextAlignment m_iAlignment = FDE_TextAlignment::kTopLeft;
Dcfde_textout.cpp35 return align == FDE_TextAlignment::kTopLeft; in IsTextAlignmentTop()
169 case FDE_TextAlignment::kTopLeft: in SetAlignment()
/external/pdfium/xfa/fwl/
Dcfwl_themetext.h18 FDE_TextAlignment m_iTTOAlign = FDE_TextAlignment::kTopLeft;
Dcfwl_listbox.h126 FDE_TextAlignment m_iTTOAligns = FDE_TextAlignment::kTopLeft;
Dcfwl_checkbox.cpp163 m_iTTOAlign = FDE_TextAlignment::kTopLeft; in UpdateTextOutStyles()
Dcfwl_widget.cpp265 calPart.m_iTTOAlign = FDE_TextAlignment::kTopLeft; in CalcTextSize()
/external/tflite-support/tensorflow_lite_support/cc/task/vision/core/
Dbase_vision_task_api.h164 FrameBuffer::Orientation::kTopLeft); in Preprocess()
255 if (frame_buffer.orientation() != FrameBuffer::Orientation::kTopLeft || in IsImagePreprocessingNeeded()
Dframe_buffer.h110 kTopLeft = 1, enumerator
/external/tflite-support/tensorflow_lite_support/cc/task/vision/
Dimage_segmenter.cc339 FrameBuffer::Orientation::kTopLeft; in Postprocess()
344 FrameBuffer::Orientation::kTopLeft)) { in Postprocess()
Dobject_detector.cc466 FrameBuffer::Orientation::kTopLeft)) { in Postprocess()
491 /*to_orientation=*/FrameBuffer::Orientation::kTopLeft, in Postprocess()
/external/skia/src/gpu/mtl/
DGrMtlGpu.mm1255 // The rect is already in device space so we pass in kTopLeft so no flip is done.