Searched refs:origin_y (Results 1 – 6 of 6) 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/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/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 | 2282 glw::GLint origin_y = checkpoint_y - 1; in executeRenderTest() local 2285 if (readRedPixelValue(origin_x + pixel_offset, origin_y) != 0) in executeRenderTest() 2290 if (readRedPixelValue(origin_x + m_sub_grid_cell_size - 1, origin_y + pixel_offset) != 0) in executeRenderTest() 2296 origin_y + m_sub_grid_cell_size - 1) != 0) in executeRenderTest() 2301 if (readRedPixelValue(origin_x, origin_y + m_sub_grid_cell_size - 1 - pixel_offset) != 0) in executeRenderTest()
|