Lines Matching defs:white
1152 nk_handle texture; /* texture handle to a texture with a white pixel */
1153 struct nk_vec2 uv; /* coordinates to a white pixel in the texture */
1162 struct nk_draw_null_texture null; /* handle to texture with a white pixel for shape drawing */
12956 int tex_height, char white, char black)
12976 pixels[off0] = (texture_data_mask[n] == white) ? 0xFF : 0x00;
13769 /* bake glyphs and custom white pixel into image */
24408 NK_STORAGE const struct nk_color white = {255, 255, 255, 255};
24442 nk_fill_rect_multi_color(o, *alpha_bar, white, white, black, black);
24449 nk_fill_rect_multi_color(o, *matrix, white, temp, temp, white);
24456 nk_stroke_line(o, p.x - crosshair_size, p.y, p.x-2, p.y, 1.0f, white);
24457 nk_stroke_line(o, p.x + crosshair_size + 1, p.y, p.x+3, p.y, 1.0f, white);
24458 nk_stroke_line(o, p.x, p.y + crosshair_size + 1, p.x, p.y+3, 1.0f, white);
24459 nk_stroke_line(o, p.x, p.y - crosshair_size, p.x, p.y-2, 1.0f, white);}
25757 /// ![Figure [blackwhite]: Black and white](https://cloud.githubusercontent.com/assets/8057201/11033668/59ab5d04-86e5-11e5-8091-c56f16411565.png)