Home
last modified time | relevance | path

Searched refs:origin_x (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()
476 *x += origin_x; 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()
486 *x += origin_x; 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()
497 *x += origin_x; 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.cc117 const int left = box.origin_x(); in EncodeResultToPngFile()
119 const int right = box.origin_x() + box.width(); 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()
99 frame_dimension.width - (box.origin_x() + box.width()); in RotateBoundingBox()
115 ry = box.origin_x(); in RotateBoundingBox()
196 (to_box.origin_x() + to_box.width())); in OrientBoundingBox()
585 bounding_box.value().origin_x(), bounding_box.value().origin_y(), in Preprocess()
/external/pdfium/core/fpdfapi/render/
Dcpdf_textrenderer.cpp75 float origin_x, in DrawTextString() argument
103 new_matrix.e = origin_x; in DrawTextString()
Dcpdf_textrenderer.h26 float origin_x,
/external/tflite-support/tensorflow_lite_support/cc/task/vision/proto/
Dbounding_box.proto23 optional int32 origin_x = 1; 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.cc140 float left = static_cast<float>(bounding_box.origin_x()); in ConvertToDetectionResults()
/external/apache-commons-bcel/docs/
Dclassfile.mdl45 origin_x 0
584 origin_x 0
1596 origin_x 995
2118 origin_x 0
2130 origin_x 0
Dgeneric.mdl45 origin_x 0
635 origin_x 0
1556 origin_x 216
2247 origin_x 0
2259 origin_x 0
/external/deqp/external/openglcts/modules/gl/
Dgl3cCullDistanceTests.cpp2301 glw::GLint origin_x = checkpoint_x - 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()
2315 if (readRedPixelValue(origin_x + m_sub_grid_cell_size - 1 - pixel_offset, 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.md270 // origin_x: 54
279 // origin_x: 602