Lines Matching refs:build
4673 /* build up path has no connection back to the beginning */
4675 /* build up path has a connection back to the beginning */
5599 int build;
12602 struct nk_font_bake_data *build;
12719 baker->build = (struct nk_font_bake_data*)NK_ALIGN_PTR((baker + 1), nk_build_align);
12720 baker->packed_chars = (struct nk_tt_packedchar*)NK_ALIGN_PTR((baker->build + count), nk_char_align);
12757 do {if (!nk_tt_InitFont(&baker->build[i++].info, (const unsigned char*)it->ttf_blob, 0))
12795 struct nk_font_bake_data *tmp = &baker->build[input_i++];
12869 struct nk_font_bake_data *tmp = &baker->build[input_i++];
12884 struct nk_font_bake_data *tmp = &baker->build[input_i++];
15058 ctx->build = 0;
15078 ctx->build = 0;
15228 /* build one big draw command list out of all window buffers */
15276 if (!ctx->build) {
15278 ctx->build = nk_true;
25649 /// - 2016/08/30 (1.14.1) - Fixed C++ build errors.