Searched refs:map_point (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/boost/geometry/io/svg/ |
D | svg_mapper.hpp | 412 svg_point_type map_point; in text() local 413 transform(point, map_point, *m_matrix); in text() 416 << " x=\"" << get<0>(map_point) + offset_x << "\"" in text() 417 << " y=\"" << get<1>(map_point) + offset_y << "\"" in text() 435 << "<tspan x=\"" << get<0>(map_point) + offset_x in text() 437 << " y=\"" << get<1>(map_point) + offset_y in text()
|
/third_party/mesa3d/src/gallium/frontends/xa/ |
D | xa_renderer.c | 56 map_point(const float *mat, float x, float y, float *out_x, float *out_y) in map_point() function 214 map_point(src_matrix, tc0[0], tc0[1], &tc0[0], &tc0[1]); in compute_src_coords() 215 map_point(src_matrix, tc1[0], tc1[1], &tc1[0], &tc1[1]); in compute_src_coords() 216 map_point(src_matrix, tc2[0], tc2[1], &tc2[0], &tc2[1]); in compute_src_coords() 217 map_point(src_matrix, tc3[0], tc3[1], &tc3[0], &tc3[1]); in compute_src_coords()
|