Searched refs:origin_y (Results 1 – 12 of 12) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-font.hh | 472 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/ |
D | object_detector_demo.cc | 118 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/ |
D | frame_buffer_utils.cc | 96 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/ |
D | cpdf_textrenderer.cpp | 76 float origin_y, in DrawTextString() argument 104 new_matrix.f = origin_y; in DrawTextString()
|
D | cpdf_textrenderer.h | 27 float origin_y,
|
/external/tflite-support/tensorflow_lite_support/cc/task/vision/proto/ |
D | bounding_box.proto | 25 optional int32 origin_y = 2; field
|
/external/tflite-support/tensorflow_lite_support/cc/task/vision/core/ |
D | base_vision_task_api.h | 248 if (roi.origin_x() != 0 || roi.origin_y() != 0 || in IsImagePreprocessingNeeded()
|
/external/tflite-support/tensorflow_lite_support/java/src/native/task/vision/detector/ |
D | object_detector_jni.cc | 141 float top = static_cast<float>(bounding_box.origin_y()); in ConvertToDetectionResults()
|
/external/apache-commons-bcel/docs/ |
D | classfile.mdl | 46 origin_y 0 585 origin_y 414 1597 origin_y 0 2119 origin_y 0 2131 origin_y 0
|
D | generic.mdl | 46 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/ |
D | gl3cCullDistanceTests.cpp | 2302 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/ |
D | README.md | 271 // origin_y: 398 280 // origin_y: 157
|