Searched refs:y_top (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/drivers/video/ |
D | stb_truetype.h | 1902 …ctive_edges_new(float *scanline, float *scanline_fill, int len, stbtt__active_edge *e, float y_top) in stbtt__fill_active_edges_new() argument 1904 float y_bottom = y_top+1; in stbtt__fill_active_edges_new() 1910 STBTT_assert(e->ey >= y_top); in stbtt__fill_active_edges_new() 1916 stbtt__handle_clipped_edge(scanline,(int) x0,e, x0,y_top, x0,y_bottom); in stbtt__fill_active_edges_new() 1917 stbtt__handle_clipped_edge(scanline_fill-1,(int) x0+1,e, x0,y_top, x0,y_bottom); in stbtt__fill_active_edges_new() 1919 stbtt__handle_clipped_edge(scanline_fill-1,0,e, x0,y_top, x0,y_bottom); in stbtt__fill_active_edges_new() 1929 STBTT_assert(e->sy <= y_bottom && e->ey >= y_top); in stbtt__fill_active_edges_new() 1934 if (e->sy > y_top) { in stbtt__fill_active_edges_new() 1935 x_top = x0 + dx * (e->sy - y_top); in stbtt__fill_active_edges_new() 1939 sy0 = y_top; in stbtt__fill_active_edges_new() [all …]
|
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArraySampling.cpp | 1153 const glw::GLfloat y_top = 1.0f - y_mid_step; in preparePositionForFace() local 1154 const glw::GLfloat y_middle = y_top - y_step; in preparePositionForFace() 1157 vectorSet4(positions, 0, x_left, y_top, 0.0f, 1.0f); in preparePositionForFace() 1158 vectorSet4(positions, 1, x_middle, y_top, 0.0f, 1.0f); in preparePositionForFace() 1159 vectorSet4(positions, 2, x_right, y_top, 0.0f, 1.0f); in preparePositionForFace()
|
/external/freetype/src/base/ |
D | ftobjs.c | 358 FT_Pos x_left, y_top; in ft_glyphslot_preset_bitmap() local 435 y_top = cbox.yMax >> 6; in ft_glyphslot_preset_bitmap() 461 slot->bitmap_top = (FT_Int)y_top; in ft_glyphslot_preset_bitmap()
|
/external/freetype/ |
D | ChangeLog.25 | 519 too negative values in `x_left' and `y_top'. Either negative
|