Home
last modified time | relevance | path

Searched refs:stbhw__c2e (Results 1 – 4 of 4) sorted by relevance

/dports/devel/stb/stb-f54acd4/
H A Dstb_herringbone_wang_tile.h1072 #define stbhw__c2e stbhw__corner_colors_to_edge_color macro
1121 stbhw__draw_hline(p->data, p->stride, xpos+1 , ypos , stbhw__c2e[a][b], len, 2); in stbhw__corner_process_h_rect()
1122 stbhw__draw_hline(p->data, p->stride, xpos+ len+1 , ypos , stbhw__c2e[b][c], len, 3); in stbhw__corner_process_h_rect()
1123 stbhw__draw_vline(p->data, p->stride, xpos , ypos+1 , stbhw__c2e[a][d], len, 1); in stbhw__corner_process_h_rect()
1124 stbhw__draw_vline(p->data, p->stride, xpos+2*len+1 , ypos+1 , stbhw__c2e[c][f], len, 4); in stbhw__corner_process_h_rect()
1125 stbhw__draw_hline(p->data, p->stride, xpos+1 , ypos + len+1, stbhw__c2e[d][e], len, 0); in stbhw__corner_process_h_rect()
1126 stbhw__draw_hline(p->data, p->stride, xpos + len+1 , ypos + len+1, stbhw__c2e[e][f], len, 2); in stbhw__corner_process_h_rect()
1149 stbhw__draw_hline(p->data, p->stride, xpos+1 , ypos , stbhw__c2e[a][d], len, 0); in stbhw__corner_process_v_rect()
1150 stbhw__draw_vline(p->data, p->stride, xpos , ypos+1 , stbhw__c2e[a][b], len, 5); in stbhw__corner_process_v_rect()
1151 stbhw__draw_vline(p->data, p->stride, xpos + len+1, ypos+1 , stbhw__c2e[d][e], len, 1); in stbhw__corner_process_v_rect()
[all …]
/dports/net-im/uTox/uTox/third-party/stb/
H A Dstb_herringbone_wang_tile.h1071 #define stbhw__c2e stbhw__corner_colors_to_edge_color macro
1120 stbhw__draw_hline(p->data, p->stride, xpos+1 , ypos , stbhw__c2e[a][b], len, 2); in stbhw__corner_process_h_rect()
1121 stbhw__draw_hline(p->data, p->stride, xpos+ len+1 , ypos , stbhw__c2e[b][c], len, 3); in stbhw__corner_process_h_rect()
1122 stbhw__draw_vline(p->data, p->stride, xpos , ypos+1 , stbhw__c2e[a][d], len, 1); in stbhw__corner_process_h_rect()
1123 stbhw__draw_vline(p->data, p->stride, xpos+2*len+1 , ypos+1 , stbhw__c2e[c][f], len, 4); in stbhw__corner_process_h_rect()
1124 stbhw__draw_hline(p->data, p->stride, xpos+1 , ypos + len+1, stbhw__c2e[d][e], len, 0); in stbhw__corner_process_h_rect()
1125 stbhw__draw_hline(p->data, p->stride, xpos + len+1 , ypos + len+1, stbhw__c2e[e][f], len, 2); in stbhw__corner_process_h_rect()
1148 stbhw__draw_hline(p->data, p->stride, xpos+1 , ypos , stbhw__c2e[a][d], len, 0); in stbhw__corner_process_v_rect()
1149 stbhw__draw_vline(p->data, p->stride, xpos , ypos+1 , stbhw__c2e[a][b], len, 5); in stbhw__corner_process_v_rect()
1150 stbhw__draw_vline(p->data, p->stride, xpos + len+1, ypos+1 , stbhw__c2e[d][e], len, 1); in stbhw__corner_process_v_rect()
[all …]
/dports/cad/cura-engine/CuraEngine-fadb5d6b/include/stb/
H A Dstb_herringbone_wang_tile.h1072 #define stbhw__c2e stbhw__corner_colors_to_edge_color macro
1121 stbhw__draw_hline(p->data, p->stride, xpos+1 , ypos , stbhw__c2e[a][b], len, 2); in stbhw__corner_process_h_rect()
1122 stbhw__draw_hline(p->data, p->stride, xpos+ len+1 , ypos , stbhw__c2e[b][c], len, 3); in stbhw__corner_process_h_rect()
1123 stbhw__draw_vline(p->data, p->stride, xpos , ypos+1 , stbhw__c2e[a][d], len, 1); in stbhw__corner_process_h_rect()
1124 stbhw__draw_vline(p->data, p->stride, xpos+2*len+1 , ypos+1 , stbhw__c2e[c][f], len, 4); in stbhw__corner_process_h_rect()
1125 stbhw__draw_hline(p->data, p->stride, xpos+1 , ypos + len+1, stbhw__c2e[d][e], len, 0); in stbhw__corner_process_h_rect()
1126 stbhw__draw_hline(p->data, p->stride, xpos + len+1 , ypos + len+1, stbhw__c2e[e][f], len, 2); in stbhw__corner_process_h_rect()
1149 stbhw__draw_hline(p->data, p->stride, xpos+1 , ypos , stbhw__c2e[a][d], len, 0); in stbhw__corner_process_v_rect()
1150 stbhw__draw_vline(p->data, p->stride, xpos , ypos+1 , stbhw__c2e[a][b], len, 5); in stbhw__corner_process_v_rect()
1151 stbhw__draw_vline(p->data, p->stride, xpos + len+1, ypos+1 , stbhw__c2e[d][e], len, 1); in stbhw__corner_process_v_rect()
[all …]
/dports/security/ridl/ridl-11b3240/stb/
H A Dstb_herringbone_wang_tile.h1072 #define stbhw__c2e stbhw__corner_colors_to_edge_color macro
1121 stbhw__draw_hline(p->data, p->stride, xpos+1 , ypos , stbhw__c2e[a][b], len, 2); in stbhw__corner_process_h_rect()
1122 stbhw__draw_hline(p->data, p->stride, xpos+ len+1 , ypos , stbhw__c2e[b][c], len, 3); in stbhw__corner_process_h_rect()
1123 stbhw__draw_vline(p->data, p->stride, xpos , ypos+1 , stbhw__c2e[a][d], len, 1); in stbhw__corner_process_h_rect()
1124 stbhw__draw_vline(p->data, p->stride, xpos+2*len+1 , ypos+1 , stbhw__c2e[c][f], len, 4); in stbhw__corner_process_h_rect()
1125 stbhw__draw_hline(p->data, p->stride, xpos+1 , ypos + len+1, stbhw__c2e[d][e], len, 0); in stbhw__corner_process_h_rect()
1126 stbhw__draw_hline(p->data, p->stride, xpos + len+1 , ypos + len+1, stbhw__c2e[e][f], len, 2); in stbhw__corner_process_h_rect()
1149 stbhw__draw_hline(p->data, p->stride, xpos+1 , ypos , stbhw__c2e[a][d], len, 0); in stbhw__corner_process_v_rect()
1150 stbhw__draw_vline(p->data, p->stride, xpos , ypos+1 , stbhw__c2e[a][b], len, 5); in stbhw__corner_process_v_rect()
1151 stbhw__draw_vline(p->data, p->stride, xpos + len+1, ypos+1 , stbhw__c2e[d][e], len, 1); in stbhw__corner_process_v_rect()
[all …]