Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imgui/
Dimstb_truetype.h2973 …ctive_edges_new(float *scanline, float *scanline_fill, int len, stbtt__active_edge *e, float y_top) in stbtt__fill_active_edges_new() argument
2975 float y_bottom = y_top+1; in stbtt__fill_active_edges_new()
2981 STBTT_assert(e->ey >= y_top); in stbtt__fill_active_edges_new()
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()
3005 if (e->sy > y_top) { in stbtt__fill_active_edges_new()
3006 x_top = x0 + dx * (e->sy - y_top); in stbtt__fill_active_edges_new()
3010 sy0 = y_top; in stbtt__fill_active_edges_new()
[all …]
/third_party/skia/third_party/externals/imgui/
Dimstb_truetype.h2973 …ctive_edges_new(float *scanline, float *scanline_fill, int len, stbtt__active_edge *e, float y_top) in stbtt__fill_active_edges_new() argument
2975 float y_bottom = y_top+1; in stbtt__fill_active_edges_new()
2981 STBTT_assert(e->ey >= y_top); in stbtt__fill_active_edges_new()
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()
3005 if (e->sy > y_top) { in stbtt__fill_active_edges_new()
3006 x_top = x0 + dx * (e->sy - y_top); in stbtt__fill_active_edges_new()
3010 sy0 = y_top; in stbtt__fill_active_edges_new()
[all …]
/third_party/cef/tests/cefclient/browser/
Dosr_accessibility_node_win.cc134 STDMETHODIMP accHitTest(LONG x_left, LONG y_top, VARIANT* child) override;
141 LONG* y_top,
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
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/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp4472 float y_top = static_cast<float>(y) * pixelHeight - 1.0f; in iterate() local
4473 float y_bottom = y_top + pixelHeight; in iterate()
4482 tcu::Vec2(x_left, y_top), in iterate()
4483 tcu::Vec2(x_right, y_top), in iterate()
/third_party/skia/third_party/externals/freetype/src/base/
Dftobjs.c371 FT_Pos x_left, y_top; in ft_glyphslot_preset_bitmap() local
467 y_top = pbox.yMax; in ft_glyphslot_preset_bitmap()
493 slot->bitmap_top = (FT_Int)y_top; in ft_glyphslot_preset_bitmap()
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.25519 too negative values in `x_left' and `y_top'. Either negative
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp111235 pixman_fixed_t y_top,