Searched refs:origin_x (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() 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/ |
D | object_detector_demo.cc | 117 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/ |
D | frame_buffer_utils.cc | 96 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/ |
D | cpdf_textrenderer.cpp | 75 float origin_x, in DrawTextString() argument 103 new_matrix.e = origin_x; in DrawTextString()
|
D | cpdf_textrenderer.h | 26 float origin_x,
|
/external/tflite-support/tensorflow_lite_support/cc/task/vision/proto/ |
D | bounding_box.proto | 23 optional int32 origin_x = 1; 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 | 140 float left = static_cast<float>(bounding_box.origin_x()); in ConvertToDetectionResults()
|
/external/apache-commons-bcel/docs/ |
D | classfile.mdl | 45 origin_x 0 584 origin_x 0 1596 origin_x 995 2118 origin_x 0 2130 origin_x 0
|
D | generic.mdl | 45 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/ |
D | gl3cCullDistanceTests.cpp | 2301 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/ |
D | README.md | 270 // origin_x: 54 279 // origin_x: 602
|