Home
last modified time | relevance | path

Searched refs:y_top (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/imgui/
H A Dimstb_truetype.h2973 static void stbtt__fill_active_edges_new(float *scanline, float *scanline_fill, int len, stbtt__active_edge *e, float y_top)
2975 float y_bottom = y_top+1;
2981 STBTT_assert(e->ey >= y_top);
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);
3004 // line with y_top, but that may be off the line segment.
3005 if (e->sy > y_top) {
3006 x_top = x0 + dx * (e->sy - y_top);
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimstb_truetype.h2973 static void stbtt__fill_active_edges_new(float *scanline, float *scanline_fill, int len, stbtt__active_edge *e, float y_top)
2975 float y_bottom = y_top+1;
2981 STBTT_assert(e->ey >= y_top);
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);
3004 // line with y_top, but that may be off the line segment.
3005 if (e->sy > y_top) {
3006 x_top = x0 + dx * (e->sy - y_top);
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySampling.cpp1152 const glw::GLfloat y_top = 1.0f - y_mid_step; in preparePositionForFace() local
1153 const glw::GLfloat y_middle = y_top - y_step; in preparePositionForFace()
1156 vectorSet4(positions, 0, x_left, y_top, 0.0f, 1.0f); in preparePositionForFace()
1157 vectorSet4(positions, 1, x_middle, y_top, 0.0f, 1.0f); in preparePositionForFace()
1158 vectorSet4(positions, 2, x_right, y_top, 0.0f, 1.0f); in preparePositionForFace()
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftobjs.c371 FT_Pos x_left, y_top; in FT_BASE_DEF() local
467 y_top = pbox.yMax; in FT_BASE_DEF()
493 slot->bitmap_top = (FT_Int)y_top; in FT_BASE_DEF()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiCommandBuffersTests.cpp4399 float y_top = static_cast<float>(y) * pixelHeight - 1.0f; in iterate() local
4400 float y_bottom = y_top + pixelHeight; in iterate()
4409 tcu::Vec2(x_left, y_top), in iterate()
4410 tcu::Vec2(x_right, y_top), in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiCommandBuffersTests.cpp4399 float y_top = static_cast<float>(y) * pixelHeight - 1.0f; in iterate() local
4400 float y_bottom = y_top + pixelHeight; in iterate()
4409 tcu::Vec2(x_left, y_top), in iterate()
4410 tcu::Vec2(x_right, y_top), in iterate()
/third_party/glfw/deps/
H A Dnuklear.h11702 struct nk_tt__active_edge *e, float y_top) in nk_tt__fill_active_edges_new()
11704 float y_bottom = y_top+1; in nk_tt__fill_active_edges_new()
11709 NK_ASSERT(e->ey >= y_top); in nk_tt__fill_active_edges_new()
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()
11731 /* line with y_top, but that may be off the line segment. */ in nk_tt__fill_active_edges_new()
11732 if (e->sy > y_top) { in nk_tt__fill_active_edges_new()
11733 x_top = x0 + dx * (e->sy - y_top); in nk_tt__fill_active_edges_new()
11701 nk_tt__fill_active_edges_new(float *scanline, float *scanline_fill, int len, struct nk_tt__active_edge *e, float y_top) nk_tt__fill_active_edges_new() argument
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 90 milliseconds