Home
last modified time | relevance | path

Searched refs:setNeedsDisplayInRect (Results 1 – 25 of 326) sorted by relevance

12345678910>>...14

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/WebPage/ca/
H A DLayerTreeHostCA.cpp116 m_nonCompositedContentLayer->setNeedsDisplayInRect(rect); in setNonCompositedContentsNeedDisplay()
118 m_pageOverlayLayer->setNeedsDisplayInRect(rect); in setNonCompositedContentsNeedDisplay()
139 …m_nonCompositedContentLayer->setNeedsDisplayInRect(FloatRect(oldSize.width(), 0, newSize.width() -… in sizeDidChange()
143 …m_nonCompositedContentLayer->setNeedsDisplayInRect(FloatRect(0, oldSize.height(), newSize.width(),… in sizeDidChange()
173 m_pageOverlayLayer->setNeedsDisplayInRect(rect); in setPageOverlayNeedsDisplay()
/dports/graphics/pikopixel/PikoPixel.Sources.1.0-b10/PikoPixel/
H A DPPOSXGlue_RetinaDrawingArtifacts.m30 // Workaround is to patch affected views' setNeedsDisplayInRect: methods, and pass the
51 macroSwizzleInstanceMethod(PPCanvasView, setNeedsDisplayInRect:,
55 macroSwizzleInstanceMethod(PPPreviewView, setNeedsDisplayInRect:,
H A DPPCanvasView_FillToolOverlay.m132 [self setNeedsDisplayInRect: _fillToolOverlayDisplayBounds];
183 [self setNeedsDisplayInRect: _fillToolOverlayDisplayBounds];
204 [self setNeedsDisplayInRect: _fillToolOverlayDisplayBounds];
H A DPPCanvasView_SelectionOutline.m95 [self setNeedsDisplayInRect: updateBounds];
109 [self setNeedsDisplayInRect: _zoomedSelectionOutlineDisplayBounds];
217 [self setNeedsDisplayInRect: _zoomedSelectionOutlineDisplayBounds];
H A DPPCanvasView_EraserToolOverlay.m142 [self setNeedsDisplayInRect: _eraserToolOverlayDisplayBounds];
157 [self setNeedsDisplayInRect: _eraserToolOverlayDisplayBounds];
H A DPPCanvasView_MatchToolToleranceIndicator.m100 [self setNeedsDisplayInRect: _matchToolToleranceIndicatorDisplayBounds];
128 [self setNeedsDisplayInRect:
H A DPPCanvasView_SelectionToolOverlay.m245 [self setNeedsDisplayInRect: _selectionToolOverlayDisplayBounds];
372 [self setNeedsDisplayInRect: _selectionToolOverlayDisplayBounds];
396 [self setNeedsDisplayInRect: _selectionToolOverlayDisplayBounds];
578 [self setNeedsDisplayInRect: _selectionToolOverlayDisplayBounds];
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/
H A DCanvas.java440 view.setNeedsDisplayInRect(damage); in scroll()
447 view.setNeedsDisplayInRect(damage); in scroll()
456 view.setNeedsDisplayInRect(damage); in scroll()
473 view.setNeedsDisplayInRect(damage); in scroll()
480 view.setNeedsDisplayInRect(damage); in scroll()
487 view.setNeedsDisplayInRect(damage); in scroll()
494 view.setNeedsDisplayInRect(damage); in scroll()
H A DTableColumn.java648 headerView.setNeedsDisplayInRect (rect); in setAlignment()
650 parent.view.setNeedsDisplayInRect (rect); in setAlignment()
664 headerView.setNeedsDisplayInRect (rect); in setImage()
727 headerView.setNeedsDisplayInRect (rect); in setText()
H A DTreeColumn.java649 headerView.setNeedsDisplayInRect (rect); in setAlignment()
651 parent.view.setNeedsDisplayInRect (rect); in setAlignment()
665 headerView.setNeedsDisplayInRect (rect); in setImage()
726 headerView.setNeedsDisplayInRect (rect); in setText()
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/macosx/
H A DVLCVolumeSlider.m53 - (void)setNeedsDisplayInRect:(NSRect)invalidRect {
54 [super setNeedsDisplayInRect:[self bounds]];
H A DVLCSlider.m79 - (void)setNeedsDisplayInRect:(NSRect)invalidRect {
80 [super setNeedsDisplayInRect:[self bounds]];
/dports/graphics/ipe/ipe-7.2.23/src/ipecanvas/
H A Dipepdfview_cocoa.cpp58 [iView setNeedsDisplayInRect:[iView bounds]]; in invalidate()
68 [iView setNeedsDisplayInRect:rect]; in invalidate()
/dports/editors/abiword/abiword-3.0.5/src/af/xap/cocoa/
H A Dxap_CocoaDlg_Insert_Symbol.cpp384 …[oSymbolTable setNeedsDisplayInRect:[oSymbolTable frameOfCellAtColumn:(m_Symbol_lo + 1) row:m_Symb…
389 …[oSymbolTable setNeedsDisplayInRect:[oSymbolTable frameOfCellAtColumn:(m_Symbol_lo + 1) row:m_Symb…
410 …[oSymbolTable setNeedsDisplayInRect:[oSymbolTable frameOfCellAtColumn:(m_Symbol_lo + 1) row:m_Symb…
415 …[oSymbolTable setNeedsDisplayInRect:[oSymbolTable frameOfCellAtColumn:(m_Symbol_lo + 1) row:m_Symb…
/dports/audio/ardour6/Ardour-6.8.0/libs/gtkmm2ext/
H A Dnsglview.mm64 - (void) setNeedsDisplayInRect:(NSRect)rect;
177 - (void) setNeedsDisplayInRect:(NSRect)rect
179 [super setNeedsDisplayInRect:rect];
319 [gl_view setNeedsDisplayInRect:NSMakeRect(x, y, w, h)];
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/cocoa/
H A Dstattext.mm99 [superview setNeedsDisplayInRect:newFrameRect];
102 [superview setNeedsDisplayInRect:oldFrameRect];
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/cocoa/
H A Dstattext.mm99 [superview setNeedsDisplayInRect:newFrameRect];
102 [superview setNeedsDisplayInRect:oldFrameRect];
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/mac/
H A DWebLayer.mm121 objc_msgSendSuper(&layerSuper, @selector(setNeedsDisplayInRect:), rect);
133 objc_msgSendSuper(&layerSuper, @selector(setNeedsDisplayInRect:), indicatorRect);
153 - (void)setNeedsDisplayInRect:(CGRect)dirtyRect
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/texmap/
H A DTextureMapperPlatformLayer.h37 virtual void setNeedsDisplayInRect(const IntRect& rect) = 0;
/dports/net-p2p/transmission-cli/transmission-3.00/macosx/
H A DFileOutlineView.m114 …[self setNeedsDisplayInRect: [self frameOfCellAtColumn: [self columnWithIdentifier: @"Priority"] r…
123 …[self setNeedsDisplayInRect: [self frameOfCellAtColumn: [self columnWithIdentifier: @"Priority"] r…
/dports/net-p2p/transmission-gtk/transmission-3.00/macosx/
H A DFileOutlineView.m114 …[self setNeedsDisplayInRect: [self frameOfCellAtColumn: [self columnWithIdentifier: @"Priority"] r…
123 …[self setNeedsDisplayInRect: [self frameOfCellAtColumn: [self columnWithIdentifier: @"Priority"] r…
/dports/net-p2p/transmission-qt/transmission-3.00/macosx/
H A DFileOutlineView.m114 …[self setNeedsDisplayInRect: [self frameOfCellAtColumn: [self columnWithIdentifier: @"Priority"] r…
123 …[self setNeedsDisplayInRect: [self frameOfCellAtColumn: [self columnWithIdentifier: @"Priority"] r…
/dports/net-p2p/transmission-daemon/transmission-3.00/macosx/
H A DFileOutlineView.m114 …[self setNeedsDisplayInRect: [self frameOfCellAtColumn: [self columnWithIdentifier: @"Priority"] r…
123 …[self setNeedsDisplayInRect: [self frameOfCellAtColumn: [self columnWithIdentifier: @"Priority"] r…
/dports/net-p2p/transmission-utils/transmission-3.00/macosx/
H A DFileOutlineView.m114 …[self setNeedsDisplayInRect: [self frameOfCellAtColumn: [self columnWithIdentifier: @"Priority"] r…
123 …[self setNeedsDisplayInRect: [self frameOfCellAtColumn: [self columnWithIdentifier: @"Priority"] r…
/dports/www/transmission-web/transmission-3.00/macosx/
H A DFileOutlineView.m114 …[self setNeedsDisplayInRect: [self frameOfCellAtColumn: [self columnWithIdentifier: @"Priority"] r…
123 …[self setNeedsDisplayInRect: [self frameOfCellAtColumn: [self columnWithIdentifier: @"Priority"] r…

12345678910>>...14