Home
last modified time | relevance | path

Searched refs:origin_y (Results 1 – 12 of 12) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-font.hh472 hb_position_t origin_x, origin_y; in add_glyph_h_origin() local
474 get_glyph_h_origin_with_fallback (glyph, &origin_x, &origin_y); in add_glyph_h_origin()
477 *y += origin_y; in add_glyph_h_origin()
482 hb_position_t origin_x, origin_y; in add_glyph_v_origin() local
484 get_glyph_v_origin_with_fallback (glyph, &origin_x, &origin_y); in add_glyph_v_origin()
487 *y += origin_y; in add_glyph_v_origin()
493 hb_position_t origin_x, origin_y; in add_glyph_origin_for_direction() local
495 get_glyph_origin_for_direction (glyph, direction, &origin_x, &origin_y); in add_glyph_origin_for_direction()
498 *y += origin_y; in add_glyph_origin_for_direction()
504 hb_position_t origin_x, origin_y; in subtract_glyph_h_origin() local
[all …]
/external/tflite-support/tensorflow_lite_support/examples/task/vision/desktop/
Dobject_detector_demo.cc118 const int top = box.origin_y(); in EncodeResultToPngFile()
120 const int bottom = box.origin_y() + box.height(); in EncodeResultToPngFile()
155 box.origin_x(), box.origin_y(), box.width(), in DisplayResult()
/external/tflite-support/tensorflow_lite_support/cc/task/vision/utils/
Dframe_buffer_utils.cc96 int rx = box.origin_x(), ry = box.origin_y(), rw = box.width(), in RotateBoundingBox()
101 frame_dimension.height - (box.origin_y() + box.height()); in RotateBoundingBox()
104 rx = box.origin_y(); in RotateBoundingBox()
192 (to_box.origin_y() + to_box.height())); in OrientBoundingBox()
585 bounding_box.value().origin_x(), bounding_box.value().origin_y(), in Preprocess()
/external/pdfium/core/fpdfapi/render/
Dcpdf_textrenderer.cpp76 float origin_y, in DrawTextString() argument
104 new_matrix.f = origin_y; in DrawTextString()
Dcpdf_textrenderer.h27 float origin_y,
/external/tflite-support/tensorflow_lite_support/cc/task/vision/proto/
Dbounding_box.proto25 optional int32 origin_y = 2; field
/external/tflite-support/tensorflow_lite_support/cc/task/vision/core/
Dbase_vision_task_api.h248 if (roi.origin_x() != 0 || roi.origin_y() != 0 || in IsImagePreprocessingNeeded()
/external/tflite-support/tensorflow_lite_support/java/src/native/task/vision/detector/
Dobject_detector_jni.cc141 float top = static_cast<float>(bounding_box.origin_y()); in ConvertToDetectionResults()
/external/apache-commons-bcel/docs/
Dclassfile.mdl46 origin_y 0
585 origin_y 414
1597 origin_y 0
2119 origin_y 0
2131 origin_y 0
Dgeneric.mdl46 origin_y 0
636 origin_y 0
1557 origin_y 0
2248 origin_y 0
2260 origin_y 0
/external/deqp/external/openglcts/modules/gl/
Dgl3cCullDistanceTests.cpp2302 glw::GLint origin_y = checkpoint_y - 1; in executeRenderTest() local
2305 if (readRedPixelValue(origin_x + pixel_offset, origin_y) != 0) in executeRenderTest()
2310 if (readRedPixelValue(origin_x + m_sub_grid_cell_size - 1, origin_y + pixel_offset) != 0) in executeRenderTest()
2316 origin_y + m_sub_grid_cell_size - 1) != 0) in executeRenderTest()
2321 if (readRedPixelValue(origin_x, origin_y + m_sub_grid_cell_size - 1 - pixel_offset) != 0) in executeRenderTest()
/external/tflite-support/tensorflow_lite_support/cc/task/
DREADME.md271 // origin_y: 398
280 // origin_y: 157