Home
last modified time | relevance | path

Searched refs:y_bottom (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/imgui/
Dimstb_truetype.h2975 float y_bottom = y_top+1; in stbtt__fill_active_edges_new() local
2987 stbtt__handle_clipped_edge(scanline,(int) x0,e, x0,y_top, x0,y_bottom); in stbtt__fill_active_edges_new()
2988 stbtt__handle_clipped_edge(scanline_fill-1,(int) x0+1,e, x0,y_top, x0,y_bottom); in stbtt__fill_active_edges_new()
2990 stbtt__handle_clipped_edge(scanline_fill-1,0,e, x0,y_top, x0,y_bottom); in stbtt__fill_active_edges_new()
3000 STBTT_assert(e->sy <= y_bottom && e->ey >= y_top); in stbtt__fill_active_edges_new()
3012 if (e->ey < y_bottom) { in stbtt__fill_active_edges_new()
3017 sy1 = y_bottom; in stbtt__fill_active_edges_new()
3038 sy0 = y_bottom - (sy0 - y_top); in stbtt__fill_active_edges_new()
3039 sy1 = y_bottom - (sy1 - y_top); in stbtt__fill_active_edges_new()
3098 float y3 = y_bottom; in stbtt__fill_active_edges_new()
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.cpp1155 const glw::GLfloat y_bottom = y_middle - y_step; in preparePositionForFace() local
1163 vectorSet4(positions, 6, x_left, y_bottom, 0.0f, 1.0f); in preparePositionForFace()
1164 vectorSet4(positions, 7, x_middle, y_bottom, 0.0f, 1.0f); in preparePositionForFace()
1165 vectorSet4(positions, 8, x_right, y_bottom, 0.0f, 1.0f); in preparePositionForFace()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp4473 float y_bottom = y_top + pixelHeight; in iterate() local
4484 tcu::Vec2(x_mid, y_bottom), in iterate()