Lines Matching refs:rgbrc

1241                     memcpy( pAktTC->rgbrc[ WW8_TOP      ].aBits1,  in ReadDef()
1243 memcpy( pAktTC->rgbrc[ WW8_LEFT ].aBits1, in ReadDef()
1245 memcpy( pAktTC->rgbrc[ WW8_BOT ].aBits1, in ReadDef()
1247 memcpy( pAktTC->rgbrc[ WW8_RIGHT ].aBits1, in ReadDef()
1254 memcpy( pTCs[i-1].rgbrc[ WW8_RIGHT ].aBits1, in ReadDef()
1281 memcpy( pAktTC->rgbrc, pTc->rgbrcVer8, 4 * sizeof( WW8_BRC ) ); in ReadDef()
1333 memcpy( pAktTC->rgbrc[ WW8_TOP ].aBits1, in ProcessSprmTSetBRC()
1337 memcpy( pAktTC->rgbrc[ WW8_LEFT ].aBits1, in ProcessSprmTSetBRC()
1341 memcpy( pAktTC->rgbrc[ WW8_BOT ].aBits1, in ProcessSprmTSetBRC()
1345 memcpy( pAktTC->rgbrc[ WW8_RIGHT].aBits1, in ProcessSprmTSetBRC()
1357 memcpy( pAktTC->rgbrc[ WW8_TOP ].aBits1, in ProcessSprmTSetBRC()
1361 memcpy( pAktTC->rgbrc[ WW8_LEFT ].aBits1, in ProcessSprmTSetBRC()
1365 memcpy( pAktTC->rgbrc[ WW8_BOT ].aBits1, in ProcessSprmTSetBRC()
1369 memcpy( pAktTC->rgbrc[ WW8_RIGHT].aBits1, in ProcessSprmTSetBRC()
2244 if (pT->rgbrc[i].IsZeroed(pIo->bVer67)) in CalcDefaults()
2268 pT->rgbrc[i] = pR->aDefBrcs[j]; in CalcDefaults()
2282 !(SVBT16ToShort(pR->pTCs[pR->nWwCols-1].rgbrc[3].aBits1) & 0x20) in CalcDefaults()
2283 : !(SVBT16ToShort(pR->pTCs[pR->nWwCols-1].rgbrc[3].aBits2) & 0x2000)) in CalcDefaults()
2285 short nThickness = pR->pTCs[pR->nWwCols-1].rgbrc[3]. in CalcDefaults()
2300 !(SVBT16ToShort(pR->pTCs[0].rgbrc[1].aBits1) & 0x20) in CalcDefaults()
2301 : !(SVBT16ToShort(pR->pTCs[0].rgbrc[1].aBits2) & 0x2000)) in CalcDefaults()
2303 short nThickness = pR->pTCs[0].rgbrc[1]. in CalcDefaults()
3076 if (pIo->IsBorder(pT->rgbrc)) in SetTabBorders()
3077 pIo->SetBorder(aFmtBox, pT->rgbrc); in SetTabBorders()