Home
last modified time | relevance | path

Searched refs:CTRL_CACHING_ALLOWED (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vcl/inc/vcl/
H A Dsalnativewidgets.hxx248 #define CTRL_CACHING_ALLOWED 0x8000 // set when the control is completely visible (i.e. not clippe… macro
/trunk/main/vcl/source/gdi/
H A Doutdevnative.cxx252 nState |= CTRL_CACHING_ALLOWED; // control is not clipped, caching allowed in DrawNativeControl()
/trunk/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx323 aState &= ~CTRL_CACHING_ALLOWED; // mask clipping flag in Find()
342 if( !(aState & CTRL_CACHING_ALLOWED) ) in Fill()
345 aState &= ~CTRL_CACHING_ALLOWED; // mask clipping flag in Fill()

Completed in 42 milliseconds