Lines Matching defs:col
2319 RGBQUAD col[256];
2395 col[n].rgbRed = pal[n].peRed;
2396 col[n].rgbGreen = pal[n].peGreen;
2397 col[n].rgbBlue = pal[n].peBlue;
2398 col[n].rgbReserved = 0;
2400 SetDIBColorTable(This->hDC, 0, 256, col);
3412 UINT col;
3414 for(col = dst_rect.left; col < dst_rect.right; col++) {
3416 dst_rect.left + col /* x offset */, row /* y offset */,
3417 src_rect->left + col * xrel, yoffset - (int) (row * yrel), 1, 1);
4511 RGBQUAD col[256];
4541 col[n].rgbRed = pal->palents[n].peRed;
4542 col[n].rgbGreen = pal->palents[n].peGreen;
4543 col[n].rgbBlue = pal->palents[n].peBlue;
4544 col[n].rgbReserved = 0;
4546 SetDIBColorTable(This->hDC, 0, 256, col);