Lines Matching full:pixmap
5708 pixmap/color info for directly composited content
5718 (WebCore::GraphicsLayerQtImpl::drawContents): draw HTML/Pixmap/Color
5821 pixmap
5825 pixmap
5835 (JSC::Bindings::QtPixmapToStringMethod::invoke): [Qt Native Pixmap
5845 intermediate pixmap-holder
5856 (JSC::Bindings::QtPixmapInstance::width): width of the image/pixmap
5857 (JSC::Bindings::QtPixmapInstance::height): height of the image/pixmap
5863 intermediate pixmap holder from a QVariant
5869 object is the intermediate pixmap holder or an HTMLImageElement
29939 offscreen pixmap in all cases. This way, the plugin always renders to the
29940 CGContext of the pixmap and we then use QPainter to blit the pixmap into
41030 QPicture holds a reference to the X Pixmap. As a result, the print preview would
41031 update itself when the X Pixmap changes. To prevent the print preview from updating
41038 The beauty of this patch is that the newly created X Pixmap is managed by Qt and
41039 it will free the Pixmap whenever the user closes the print preview dialog and
48015 [Qt] Windowless Plugins : Create Pixmap only when size changes.
48528 So, move the XSync to right after we create the Pixmap.
50027 changed owing to a bug in Qt - if you draw onto a 32-bit pixmap,
50028 and set a 24-bit pixmap as source, it will convert the source to
50274 [Qt] Windowless plugins: Use X Pixmap instead of QPixmap.