Lines Matching refs:usebk
1537 tri->usebk = BKCLR_NONE;
1604 /* Do NOT modify: qe, use_kern, usebk, load_flags, kern_mode, or bkcolor. Set the rest back to their defaults */
1645 \param usebk 0 for no background, anything else uses background color
1648 int trinfo_load_bk(TR_INFO *tri, int usebk, TRCOLORREF bkcolor){
1652 if((usebk < BKCLR_NONE) || (usebk > BKCLR_ALL)){ status = 2; }
1654 status = trinfo_check_bk(tri, usebk, bkcolor);
1655 tri->usebk = usebk;
1666 \param usebk 0 for no background, anything else uses background color
1669 int trinfo_check_bk(TR_INFO *tri, int usebk, TRCOLORREF bkcolor){
1671 if( (tri->usebk != usebk) || memcmp(&tri->bkcolor,&bkcolor,sizeof(TRCOLORREF))){ status = -1; }
1953 /* The debug section below is difficult to see if usebk is anything other than BKCLR_NONE */
2025 if(tri->usebk){
2036 if(tri->usebk == BKCLR_LINE){
2055 if(tri->usebk == BKCLR_ALL){
2069 if(tri->usebk == BKCLR_FRAG){