Home | History | Annotate | Download | only in WebCore

Lines Matching full:painter

345         PainterOpenVG provides painter state management that works
346 on a single (EGL) context, and apart from painter state
349 It is a generic painter class that cooperates with
3801 Getting the style from the painter's paint device is a hack that breaks when
3803 calculating the metries earlier when there is no painter available.
49137 even uglier cast: static_cast painter's paintDevice() to QWidget and
49687 as expected if the associated painter has no clipping.
49691 always sets clipping on the painter, thus it would never hit
73294 Also optimize by not having to save and restore painter state.