Searched defs:COLORFILL_ROW (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface_base.c922 #define COLORFILL_ROW(type) \ macro
931 case 1: COLORFILL_ROW(BYTE) function
932 case 2: COLORFILL_ROW(WORD)
944 case 4: COLORFILL_ROW(DWORD)
950 #undef COLORFILL_ROW macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dsurface.c4079 #define COLORFILL_ROW(type) \ macro
4089 COLORFILL_ROW(BYTE);
4093 COLORFILL_ROW(WORD);
4108 COLORFILL_ROW(DWORD);
4116 #undef COLORFILL_ROW macro

Completed in 137 milliseconds