Home
last modified time | relevance | path

Searched refs:fForeground (Results 1 – 14 of 14) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/modules/skparagraph/src/
H A DTextStyle.cpp17 fForeground = other.fForeground; in TextStyle()
56 if (fHasForeground != other.fHasForeground || fForeground != other.fForeground) { in equals()
99 ( fHasForeground && other.fHasForeground && fForeground == other.fForeground); in matchOneAttribute()
/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Dycursor.cc33 const XColor& foreground() const { return fForeground; } in foreground()
70 XColor fForeground, fBackground; member in YCursorPixmap
117 fForeground.pixel = fAttributes.pixels[1]; in YCursorPixmap()
120 XQueryColor(xapp->display(), xapp->colormap(), &fForeground); in YCursorPixmap()
166 fForeground.red = (unsigned short)(((foregrnd >> 16) & 0xFF) << 8); in YCursorPixmap()
167 fForeground.green = (unsigned short)(((foregrnd >> 8) & 0xFF) << 8); in YCursorPixmap()
168 fForeground.blue = (unsigned short)((foregrnd & 0xFF) << 8); in YCursorPixmap()
169 XAllocColor(xapp->display(), xapp->colormap(), &fForeground); in YCursorPixmap()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/modules/skparagraph/src/
H A DTextStyle.cpp40 fForeground = other.fForeground; in TextStyle()
79 if (fHasForeground != other.fHasForeground || fForeground != other.fForeground) { in equals()
122 return other.fHasForeground && fForeground == other.fForeground; in matchOneAttribute()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/
H A DBreadcrumbViewerRow.java34 private Color fForeground; field in BreadcrumbViewerRow
116 return fForeground; in getForeground()
180 fForeground= color; in setForeground()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/text/source/
H A DLineNumberRulerColumn.java377 private Color fForeground; field in LineNumberRulerColumn
436 fForeground= foreground; in setForeground()
446 return fForeground; in getForeground()
615 fCanvas.setForeground(fForeground); in createControl()
789 if (fForeground != null) { in initializeGC()
790 gc.setForeground(fForeground); in initializeGC()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/modules/skparagraph/include/
H A DTextStyle.h166 SkPaint getForeground() const { return fForeground; } in getForeground()
169 fForeground = std::move(paint); in setForegroundColor()
266 SkPaint fForeground; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/modules/skparagraph/include/
H A DTextStyle.h163 SkPaint getForeground() const { return fForeground; } in getForeground()
166 fForeground = std::move(paint); in setForegroundColor()
272 SkPaint fForeground; variable
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmsctf.h4631 WINBOOL fForeground) = 0;
4719 WINBOOL fForeground);
4809 …eMgr_AdviseKeyEventSink(This,tid,pSink,fForeground) (This)->lpVtbl->AdviseKeyEventSink(This,tid,pS…
4835 …viseKeyEventSink(ITfKeystrokeMgr* This,TfClientId tid,ITfKeyEventSink *pSink,WINBOOL fForeground) {
4836 return This->lpVtbl->AdviseKeyEventSink(This,tid,pSink,fForeground);
4897 WINBOOL fForeground) = 0;
4951 WINBOOL fForeground);
5001 #define ITfKeyEventSink_OnSetFocus(This,fForeground) (This)->lpVtbl->OnSetFocus(This,fForeground)
5019 static FORCEINLINE HRESULT ITfKeyEventSink_OnSetFocus(ITfKeyEventSink* This,WINBOOL fForeground) {
5020 return This->lpVtbl->OnSetFocus(This,fForeground);
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmsctf.h4631 WINBOOL fForeground) = 0;
4719 WINBOOL fForeground);
4809 …eMgr_AdviseKeyEventSink(This,tid,pSink,fForeground) (This)->lpVtbl->AdviseKeyEventSink(This,tid,pS…
4835 …viseKeyEventSink(ITfKeystrokeMgr* This,TfClientId tid,ITfKeyEventSink *pSink,WINBOOL fForeground) {
4836 return This->lpVtbl->AdviseKeyEventSink(This,tid,pSink,fForeground);
4897 WINBOOL fForeground) = 0;
4951 WINBOOL fForeground);
5001 #define ITfKeyEventSink_OnSetFocus(This,fForeground) (This)->lpVtbl->OnSetFocus(This,fForeground)
5019 static FORCEINLINE HRESULT ITfKeyEventSink_OnSetFocus(ITfKeyEventSink* This,WINBOOL fForeground) {
5020 return This->lpVtbl->OnSetFocus(This,fForeground);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.compare/compare/org/eclipse/compare/contentmergeviewer/
H A DTextMergeViewer.java339 private RGB fForeground; field in TextMergeViewer
1700 fForeground= createColor(fPreferenceStore, AbstractTextEditor.PREFERENCE_COLOR_FOREGROUND); in setColors()
1768 fForeground= foreground; in setForegroundColor()
1789 if (fForeground != null) in updateColors()
1790 fgColor = getColor(display, fForeground); in updateColors()
/dports/editors/fpc-ide/fpc-3.2.2/rtl/java/
H A Djdk15.inc35393 fForeground: JLObject; external name 'Foreground';
/dports/lang/fpc-source/fpc-3.2.2/rtl/java/
H A Djdk15.inc35393 fForeground: JLObject; external name 'Foreground';
/dports/lang/fpc/fpc-3.2.2/rtl/java/
H A Djdk15.inc35393 fForeground: JLObject; external name 'Foreground';
/dports/lang/fpc-utils/fpc-3.2.2/rtl/java/
H A Djdk15.inc35393 fForeground: JLObject; external name 'Foreground';