Searched refs:y_bottom (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/imgui/ |
H A D | imstb_truetype.h | 2975 float y_bottom = y_top+1; 2987 stbtt__handle_clipped_edge(scanline,(int) x0,e, x0,y_top, x0,y_bottom); 2988 stbtt__handle_clipped_edge(scanline_fill-1,(int) x0+1,e, x0,y_top, x0,y_bottom); 2990 stbtt__handle_clipped_edge(scanline_fill-1,0,e, x0,y_top, x0,y_bottom); 3000 STBTT_assert(e->sy <= y_bottom && e->ey >= y_top); 3012 if (e->ey < y_bottom) { 3017 sy1 = y_bottom; 3038 sy0 = y_bottom - (sy0 - y_top); 3039 sy1 = y_bottom - (sy1 - y_top); 3098 float y3 = y_bottom; [all...] |
/third_party/skia/third_party/externals/imgui/ |
H A D | imstb_truetype.h | 2975 float y_bottom = y_top+1; 2987 stbtt__handle_clipped_edge(scanline,(int) x0,e, x0,y_top, x0,y_bottom); 2988 stbtt__handle_clipped_edge(scanline_fill-1,(int) x0+1,e, x0,y_top, x0,y_bottom); 2990 stbtt__handle_clipped_edge(scanline_fill-1,0,e, x0,y_top, x0,y_bottom); 3000 STBTT_assert(e->sy <= y_bottom && e->ey >= y_top); 3012 if (e->ey < y_bottom) { 3017 sy1 = y_bottom; 3038 sy0 = y_bottom - (sy0 - y_top); 3039 sy1 = y_bottom - (sy1 - y_top); 3098 float y3 = y_bottom; [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
H A D | esextcTextureCubeMapArraySampling.cpp | 1154 const glw::GLfloat y_bottom = y_middle - y_step; in preparePositionForFace() local 1162 vectorSet4(positions, 6, x_left, y_bottom, 0.0f, 1.0f); in preparePositionForFace() 1163 vectorSet4(positions, 7, x_middle, y_bottom, 0.0f, 1.0f); in preparePositionForFace() 1164 vectorSet4(positions, 8, x_right, y_bottom, 0.0f, 1.0f); in preparePositionForFace()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiCommandBuffersTests.cpp | 4400 float y_bottom = y_top + pixelHeight; in iterate() local 4411 tcu::Vec2(x_mid, y_bottom), in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiCommandBuffersTests.cpp | 4400 float y_bottom = y_top + pixelHeight; in iterate() local 4411 tcu::Vec2(x_mid, y_bottom), in iterate()
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 11704 float y_bottom = y_top+1; in nk_tt__fill_active_edges_new() local 11714 nk_tt__handle_clipped_edge(scanline,(int) x0,e, x0,y_top, x0,y_bottom); in nk_tt__fill_active_edges_new() 11715 nk_tt__handle_clipped_edge(scanline_fill-1,(int) x0+1,e, x0,y_top, x0,y_bottom); in nk_tt__fill_active_edges_new() 11717 nk_tt__handle_clipped_edge(scanline_fill-1,0,e, x0,y_top, x0,y_bottom); in nk_tt__fill_active_edges_new() 11727 NK_ASSERT(e->sy <= y_bottom && e->ey >= y_top); in nk_tt__fill_active_edges_new() 11740 if (e->ey < y_bottom) { in nk_tt__fill_active_edges_new() 11745 y1 = y_bottom; in nk_tt__fill_active_edges_new() 11767 y0 = y_bottom - (y0 - y_top); in nk_tt__fill_active_edges_new() 11768 y1 = y_bottom - (y1 - y_top); in nk_tt__fill_active_edges_new() 11825 float y3 = y_bottom; in nk_tt__fill_active_edges_new() [all...] |
Completed in 104 milliseconds