Searched refs:vec2 (Results 1 - 3 of 3) sorted by relevance

/haiku/src/tests/misc/
H A Dwritev-test.cpp27 iovec vec2 = { (void *)0x80100000, 0x1000 }; local
28 ret = writev(fd, &vec2, 1);
/haiku/src/servers/app/font/
H A DFontEngine.cpp213 FT_Vector vec1, vec2; local
220 vec2.x = point[1].x;
221 vec2.y = point[1].y;
234 x2 = int26p6_to_dbl(vec2.x);
235 y2 = int26p6_to_dbl(vec2.y);
248 // conv(vec2.x),
249 // flip_y ? -conv(vec2.y) : conv(vec2.y),
257 x2 = int26p6_to_dbl(vec2.x);
258 y2 = int26p6_to_dbl(vec2
[all...]
/haiku/src/libs/agg/font_freetype/
H A Dagg_font_freetype.cpp319 FT_Vector vec1, vec2; local
328 vec2.x = point[1].x;
329 vec2.y = point[1].y;
343 x2 = int26p6_to_dbl(vec2.x);
344 y2 = int26p6_to_dbl(vec2.y);
360 // conv(vec2.x),
361 // flip_y ? -conv(vec2.y) : conv(vec2.y),
369 x2 = int26p6_to_dbl(vec2.x);
370 y2 = int26p6_to_dbl(vec2
[all...]

Completed in 39 milliseconds