Searched refs:rasterOperations (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/drawing/
H A Ddrawing.cpp816 } rasterOperations[] = variable in typeref:struct:__anon412
850 for ( size_t n = 0; n < WXSIZEOF(rasterOperations); n++ )
855 dc.DrawText(rasterOperations[n].name, x, y - 20);
857 dc.Blit(x, y, cx, cy, &memDC, 0, 0, rasterOperations[n].rop, true);
871 for ( n = 0; n < WXSIZEOF(rasterOperations); n++ )
876 dc.DrawText(rasterOperations[n].name, x, y - 20);
877 dc.SetLogicalFunction(rasterOperations[n].rop);
886 for ( n = 0; n < WXSIZEOF(rasterOperations); n++ )
891 dc.DrawText(rasterOperations[n].name, x, y - 20);
892 dc.SetLogicalFunction(rasterOperations[
[all...]

Completed in 49 milliseconds