Searched refs:clip_x1 (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_drawtex.c | 232 const GLfloat clip_x1 = (GLfloat)(x1 / fb_width * 2.0 - 1.0); in st_DrawTex() local 236 SET_ATTRIB(1, 0, clip_x1, clip_y0, z, 1.0f); /* lower right */ in st_DrawTex() 237 SET_ATTRIB(2, 0, clip_x1, clip_y1, z, 1.0f); /* upper right */ in st_DrawTex()
|
D | st_cb_bitmap.c | 300 const float clip_x1 = x1 / fb_width * 2.0f - 1.0f; in draw_bitmap_quad() local 325 if (!st_draw_quad(st, clip_x0, clip_y0, clip_x1, clip_y1, z, in draw_bitmap_quad() 707 const float clip_x1 = x1 * clip_x_scale - 1.0f; in st_DrawAtlasBitmaps() local 723 verts->x = clip_x1; in st_DrawAtlasBitmaps() 735 verts->x = clip_x1; in st_DrawAtlasBitmaps()
|
D | st_cb_drawpixels.c | 924 const float clip_x1 = x1 / (float) fb_width * 2.0f - 1.0f; in draw_textured_quad() local 934 if (!st_draw_quad(st, clip_x0, clip_y0, clip_x1, clip_y1, z, in draw_textured_quad()
|
/external/mesa3d/src/imgui/ |
D | imgui.cpp | 8374 float clip_x1 = ImFloor(0.5f + window->Pos.x + GetColumnOffset(n) - 1.0f); in BeginColumns() local 8376 column->ClipRect = ImRect(clip_x1, -FLT_MAX, clip_x2, +FLT_MAX); in BeginColumns()
|