Home
last modified time | relevance | path

Searched refs:firstRectForCharacterRange (Results 1 – 25 of 159) sorted by relevance

1234567

/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/appkit/
H A DNSInputManager.inc23 …function firstRectForCharacterRange (theRange: NSRange): NSRect; message 'firstRectForCharacterRan…
70 …function firstRectForCharacterRange (theRange: NSRange): NSRect; message 'firstRectForCharacterRan…
H A DNSTextInputClient.inc23 …Range: NSRange; actualRange: NSRangePointer): NSRect; message 'firstRectForCharacterRange:actualRa…
H A DNSTextView.inc112 …function firstRectForCharacterRange (theRange: NSRange): NSRect; message 'firstRectForCharacterRan…
113 …Range: NSRange; actualRange: NSRangePointer): NSRect; message 'firstRectForCharacterRange:actualRa…
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/
H A Drender_widget_host_view_mac_browsertest.mm114 // Test that -firstRectForCharacterRange:actualRange: works when the range
133 firstRectForCharacterRange:NSMakeRange(2, 1)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/renderer_host/
H A Drender_widget_host_view_mac_browsertest.mm112 // Test that -firstRectForCharacterRange:actualRange: works when the range
125 firstRectForCharacterRange:NSMakeRange(2, 1)
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/darwin/osx/
H A DOSXTextInputResponder.mm143 - (NSRect) firstRectForCharacterRange: (NSRange) theRange
155 // CLog::Log(LOGDEBUG, "firstRectForCharacterRange: (%lu, %lu): windowHeight = %g, rect = %s",
/dports/editors/yudit/yudit-3.0.7/swindow/sosx/
H A DSCocoaInput.mm34 firstRectForCharacterRange helper
312 - (NSRect) firstRectForCharacterRange: (NSRange) theRange {
314 NSLog (@"NSTextInputClient firstRectForCharacterRange actual");
316 return [self firstRectForCharacterRange:theRange actualRange:NULL];
322 - (NSRect) firstRectForCharacterRange: (NSRange) aRange
326 NSLog (@"NSTextInputClient firstRectForCharacterRange");
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Headers/AppKit/
H A DNSInputManager.h55 - (NSRect) firstRectForCharacterRange: (NSRange)theRange;
/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.java230 NSRect firstRectForCharacterRange (long id, long sel, long range) { in firstRectForCharacterRange() method in Canvas
231 if (ime != null) return ime.firstRectForCharacterRange (id, sel, range); in firstRectForCharacterRange()
232 return super.firstRectForCharacterRange (id, sel, range); in firstRectForCharacterRange()
H A DIME.java139 NSRect firstRectForCharacterRange(long id, long sel, long range) { in firstRectForCharacterRange() method in IME
/dports/graphics/blender/blender-2.91.0/intern/ghost/intern/
H A DGHOST_WindowViewCocoa.h275 - (NSRect)firstRectForCharacterRange:(NSRange)range
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.h99 static QVariantList firstRectForCharacterRange(QWebPage* page, int location, int length); in Q_DECLARE_METATYPE()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/cocoa/
H A Dbridged_native_widget_unittest.mm1374 // Test firstRectForCharacterRange:actualRange for cases where query range is
1386 NSRect rect = [ns_view_ firstRectForCharacterRange:query_range
1397 // Apple's documentation for firstRectForCharacterRange:actualRange:, for an
1406 rect = [ns_view_ firstRectForCharacterRange:query_range
1415 rect = [ns_view_ firstRectForCharacterRange:query_range
1427 rect = [ns_view_ firstRectForCharacterRange:query_range
1433 rect = [ns_view_ firstRectForCharacterRange:query_range actualRange:nullptr];
1436 // Test firstRectForCharacterRange:actualRange for non-empty query ranges within
1449 NSRect rect = [ns_view_ firstRectForCharacterRange:query_range
1457 rect = [ns_view_ firstRectForCharacterRange:query_range
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/cocoa/
H A Dbridged_native_widget_unittest.mm1374 // Test firstRectForCharacterRange:actualRange for cases where query range is
1386 NSRect rect = [ns_view_ firstRectForCharacterRange:query_range
1397 // Apple's documentation for firstRectForCharacterRange:actualRange:, for an
1406 rect = [ns_view_ firstRectForCharacterRange:query_range
1415 rect = [ns_view_ firstRectForCharacterRange:query_range
1427 rect = [ns_view_ firstRectForCharacterRange:query_range
1433 rect = [ns_view_ firstRectForCharacterRange:query_range actualRange:nullptr];
1436 // Test firstRectForCharacterRange:actualRange for non-empty query ranges within
1449 NSRect rect = [ns_view_ firstRectForCharacterRange:query_range
1457 rect = [ns_view_ firstRectForCharacterRange:query_range
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gdk/quartz/
H A DGdkQuartzView.c86 -(NSRect)firstRectForCharacterRange: (NSRange)aRange actualRange: (NSRangePointer)actualRange
/dports/editors/abiword/abiword-3.0.5/src/af/xap/cocoa/
H A Dxap_CocoaTextView.cpp363 - (NSRect)firstRectForCharacterRange:(NSRange)theRange
/dports/multimedia/aegisub/aegisub-3.2.2/src/osx/
H A Dscintilla_ime.mm83 - (NSRect)firstRectForCharacterRange:(NSRange)range
/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/vm-display-Quartz/zzz/
H A DSqueakView.m306 - (NSRect) firstRectForCharacterRange: (NSRange)theRange { return NSMakeRect(0,0, 0,0); }
/dports/x11/controllermap/SDL2-2.0.18/src/video/cocoa/
H A DSDL_cocoakeyboard.m129 - (NSRect)firstRectForCharacterRange:(NSRange)aRange actualRange:(NSRangePointer)actualRange
141 DEBUG_IME(@"firstRectForCharacterRange: (%d, %d): windowHeight = %g, rect = %@",
/dports/devel/sdl20/SDL2-2.0.18/src/video/cocoa/
H A DSDL_cocoakeyboard.m129 - (NSRect)firstRectForCharacterRange:(NSRange)aRange actualRange:(NSRangePointer)actualRange
141 DEBUG_IME(@"firstRectForCharacterRange: (%d, %d): windowHeight = %g, rect = %@",
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/macosx/native/libawt_lwawt/awt/
H A DAWTView.m1287 - (NSRect) firstRectForCharacterRange:(NSRange)theRange actualRange:(NSRangePointer)actualRange
1296 "firstRectForCharacterRange", "(I)[I", NSZeroRect);
1304 … "AWTView InputMethod Selector Called : [firstRectForCharacterRange:] location=%lu, length=%lu\n",
1323 "firstRectForCharacterRange returning x=%f, y=%f, width=%f, height=%f\n",
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/macosx/native/libawt_lwawt/awt/
H A DAWTView.m1266 - (NSRect) firstRectForCharacterRange:(NSRange)theRange actualRange:(NSRangePointer)actualRange
1275 "firstRectForCharacterRange", "(I)[I", NSZeroRect);
1283 … "AWTView InputMethod Selector Called : [firstRectForCharacterRange:] location=%lu, length=%lu\n",
1302 "firstRectForCharacterRange returning x=%f, y=%f, width=%f, height=%f\n",
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/macosx/native/libawt_lwawt/awt/
H A DAWTView.m1287 - (NSRect) firstRectForCharacterRange:(NSRange)theRange actualRange:(NSRangePointer)actualRange
1296 "firstRectForCharacterRange", "(I)[I", NSZeroRect);
1304 … "AWTView InputMethod Selector Called : [firstRectForCharacterRange:] location=%lu, length=%lu\n",
1323 "firstRectForCharacterRange returning x=%f, y=%f, width=%f, height=%f\n",
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/macosx/native/sun/awt/
H A DAWTView.m1230 - (NSRect) firstRectForCharacterRange:(NSRange)theRange actualRange:(NSRangePointer)actualRange
1237 "firstRectForCharacterRange", "(I)[I");
1246 … "AWTView InputMethod Selector Called : [firstRectForCharacterRange:] location=%lu, length=%lu\n",
1264 "firstRectForCharacterRange returning x=%f, y=%f, width=%f, height=%f\n",
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/macosx/native/libawt_lwawt/awt/
H A DAWTView.m1235 - (NSRect) firstRectForCharacterRange:(NSRange)theRange actualRange:(NSRangePointer)actualRange
1242 "firstRectForCharacterRange", "(I)[I");
1251 … "AWTView InputMethod Selector Called : [firstRectForCharacterRange:] location=%lu, length=%lu\n",
1269 "firstRectForCharacterRange returning x=%f, y=%f, width=%f, height=%f\n",

1234567