Lines Matching refs:stbhw__draw_hline

997 static void stbhw__draw_hline(unsigned char *data, int stride, int xpos, int ypos, int color, int l…  in stbhw__draw_hline()  function
1096 stbhw__draw_hline(p->data, p->stride, xpos+1 , ypos , a, len, 2); in stbhw__edge_process_h_rect()
1097 stbhw__draw_hline(p->data, p->stride, xpos+ len+1 , ypos , b, len, 3); in stbhw__edge_process_h_rect()
1100 stbhw__draw_hline(p->data, p->stride, xpos+1 , ypos + len+1, e, len, 0); in stbhw__edge_process_h_rect()
1101 stbhw__draw_hline(p->data, p->stride, xpos + len+1 , ypos + len+1, f, len, 2); in stbhw__edge_process_h_rect()
1108 stbhw__draw_hline(p->data, p->stride, xpos+1 , ypos , a, len, 0); in stbhw__edge_process_v_rect()
1113 stbhw__draw_hline(p->data, p->stride, xpos+1 , ypos + 2*len+1, f, len, 3); in stbhw__edge_process_v_rect()
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()
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()
1154 stbhw__draw_hline(p->data, p->stride, xpos+1 , ypos + 2*len+1, stbhw__c2e[c][f], len, 3); in stbhw__corner_process_v_rect()