Home
last modified time | relevance | path

Searched defs:cm (Results 1 – 25 of 5825) sorted by relevance

12345678910>>...233

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dcm.h32 struct cm struct
37 int cm_curY; /* Current row */ argument
38 int cm_curX; /* Current column */ argument
41 const char *cm_up; /* up (up) */ argument
42 const char *cm_down; /* down (do) */ argument
43 const char *cm_left; /* left (le) */ argument
44 const char *cm_right; /* right (nd) */ argument
45 const char *cm_home; /* home (ho) */ argument
48 const char *cm_tab; /* tab (ta) */ argument
50 char *cm_abs; /* absolute (cm) */ argument
[all …]
/dports/editors/emacs/emacs-27.2/src/
H A Dcm.h32 struct cm struct
37 int cm_curY; /* Current row */ argument
38 int cm_curX; /* Current column */ argument
41 const char *cm_up; /* up (up) */ argument
42 const char *cm_down; /* down (do) */ argument
43 const char *cm_left; /* left (le) */ argument
44 const char *cm_right; /* right (nd) */ argument
45 const char *cm_home; /* home (ho) */ argument
48 const char *cm_tab; /* tab (ta) */ argument
50 char *cm_abs; /* absolute (cm) */ argument
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/thirdparty/pybind11/tests/
H A Dtest_local_bindings.py11 import pybind11_cross_module_tests as cm namespace
29 import pybind11_cross_module_tests as cm namespace
54 import pybind11_cross_module_tests as cm namespace
77 import pybind11_cross_module_tests as cm namespace
111 import pybind11_cross_module_tests as cm namespace
136 import pybind11_cross_module_tests as cm namespace
178 import pybind11_cross_module_tests as cm namespace
187 import pybind11_cross_module_tests as cm namespace
209 import pybind11_cross_module_tests as cm namespace
/dports/cad/netgen/netgen-6.2.2105/external_dependencies/pybind11/tests/
H A Dtest_local_bindings.py8 import pybind11_cross_module_tests as cm namespace
26 import pybind11_cross_module_tests as cm namespace
51 import pybind11_cross_module_tests as cm namespace
69 import pybind11_cross_module_tests as cm namespace
103 import pybind11_cross_module_tests as cm namespace
122 import pybind11_cross_module_tests as cm namespace
151 import pybind11_cross_module_tests as cm namespace
158 import pybind11_cross_module_tests as cm namespace
177 import pybind11_cross_module_tests as cm namespace
/dports/devel/pybind11/pybind11-2.8.1/tests/
H A Dtest_local_bindings.py10 import pybind11_cross_module_tests as cm namespace
28 import pybind11_cross_module_tests as cm namespace
53 import pybind11_cross_module_tests as cm namespace
76 import pybind11_cross_module_tests as cm namespace
110 import pybind11_cross_module_tests as cm namespace
135 import pybind11_cross_module_tests as cm namespace
177 import pybind11_cross_module_tests as cm namespace
186 import pybind11_cross_module_tests as cm namespace
208 import pybind11_cross_module_tests as cm namespace
/dports/misc/py-onnx/onnx-1.10.2/third_party/pybind11/tests/
H A Dtest_local_bindings.py11 import pybind11_cross_module_tests as cm namespace
29 import pybind11_cross_module_tests as cm namespace
54 import pybind11_cross_module_tests as cm namespace
77 import pybind11_cross_module_tests as cm namespace
111 import pybind11_cross_module_tests as cm namespace
136 import pybind11_cross_module_tests as cm namespace
178 import pybind11_cross_module_tests as cm namespace
187 import pybind11_cross_module_tests as cm namespace
209 import pybind11_cross_module_tests as cm namespace
/dports/science/smoldyn/smoldyn-2.67/source/pybind11/tests/
H A Dtest_local_bindings.py10 import pybind11_cross_module_tests as cm namespace
28 import pybind11_cross_module_tests as cm namespace
53 import pybind11_cross_module_tests as cm namespace
76 import pybind11_cross_module_tests as cm namespace
110 import pybind11_cross_module_tests as cm namespace
135 import pybind11_cross_module_tests as cm namespace
177 import pybind11_cross_module_tests as cm namespace
186 import pybind11_cross_module_tests as cm namespace
208 import pybind11_cross_module_tests as cm namespace
/dports/devel/nextpnr/nextpnr-48cd407/3rdparty/pybind11/tests/
H A Dtest_local_bindings.py8 import pybind11_cross_module_tests as cm namespace
26 import pybind11_cross_module_tests as cm namespace
51 import pybind11_cross_module_tests as cm namespace
69 import pybind11_cross_module_tests as cm namespace
103 import pybind11_cross_module_tests as cm namespace
122 import pybind11_cross_module_tests as cm namespace
151 import pybind11_cross_module_tests as cm namespace
158 import pybind11_cross_module_tests as cm namespace
177 import pybind11_cross_module_tests as cm namespace
/dports/devel/gwenhywfar-gtk2/gwenhywfar-5.6.0/src/cryptmsg/
H A Dcryptmgr.c39 GWEN_CRYPTMGR *cm; in GWEN_INHERIT_FUNCTIONS() local
49 void GWEN_CryptMgr_free(GWEN_CRYPTMGR *cm) in GWEN_CryptMgr_free()
82 int GWEN_CryptMgr_GetLocalKeyNumber(const GWEN_CRYPTMGR *cm) in GWEN_CryptMgr_GetLocalKeyNumber()
90 void GWEN_CryptMgr_SetLocalKeyNumber(GWEN_CRYPTMGR *cm, int i) in GWEN_CryptMgr_SetLocalKeyNumber()
98 int GWEN_CryptMgr_GetLocalKeyVersion(const GWEN_CRYPTMGR *cm) in GWEN_CryptMgr_GetLocalKeyVersion()
134 int GWEN_CryptMgr_GetPeerKeyNumber(const GWEN_CRYPTMGR *cm) in GWEN_CryptMgr_GetPeerKeyNumber()
142 void GWEN_CryptMgr_SetPeerKeyNumber(GWEN_CRYPTMGR *cm, int i) in GWEN_CryptMgr_SetPeerKeyNumber()
150 int GWEN_CryptMgr_GetPeerKeyVersion(const GWEN_CRYPTMGR *cm) in GWEN_CryptMgr_GetPeerKeyVersion()
166 int GWEN_CryptMgr_GetCryptProfile(const GWEN_CRYPTMGR *cm) in GWEN_CryptMgr_GetCryptProfile()
174 void GWEN_CryptMgr_SetCryptProfile(GWEN_CRYPTMGR *cm, int i) in GWEN_CryptMgr_SetCryptProfile()
[all …]
/dports/devel/gwenhywfar-fox16/gwenhywfar-5.6.0/src/cryptmsg/
H A Dcryptmgr.c39 GWEN_CRYPTMGR *cm; in GWEN_INHERIT_FUNCTIONS() local
49 void GWEN_CryptMgr_free(GWEN_CRYPTMGR *cm) in GWEN_CryptMgr_free()
82 int GWEN_CryptMgr_GetLocalKeyNumber(const GWEN_CRYPTMGR *cm) in GWEN_CryptMgr_GetLocalKeyNumber()
90 void GWEN_CryptMgr_SetLocalKeyNumber(GWEN_CRYPTMGR *cm, int i) in GWEN_CryptMgr_SetLocalKeyNumber()
98 int GWEN_CryptMgr_GetLocalKeyVersion(const GWEN_CRYPTMGR *cm) in GWEN_CryptMgr_GetLocalKeyVersion()
134 int GWEN_CryptMgr_GetPeerKeyNumber(const GWEN_CRYPTMGR *cm) in GWEN_CryptMgr_GetPeerKeyNumber()
142 void GWEN_CryptMgr_SetPeerKeyNumber(GWEN_CRYPTMGR *cm, int i) in GWEN_CryptMgr_SetPeerKeyNumber()
150 int GWEN_CryptMgr_GetPeerKeyVersion(const GWEN_CRYPTMGR *cm) in GWEN_CryptMgr_GetPeerKeyVersion()
166 int GWEN_CryptMgr_GetCryptProfile(const GWEN_CRYPTMGR *cm) in GWEN_CryptMgr_GetCryptProfile()
174 void GWEN_CryptMgr_SetCryptProfile(GWEN_CRYPTMGR *cm, int i) in GWEN_CryptMgr_SetCryptProfile()
[all …]
/dports/devel/gwenhywfar-gtk3/gwenhywfar-5.6.0/src/cryptmsg/
H A Dcryptmgr.c39 GWEN_CRYPTMGR *cm; in GWEN_INHERIT_FUNCTIONS() local
49 void GWEN_CryptMgr_free(GWEN_CRYPTMGR *cm) in GWEN_CryptMgr_free()
82 int GWEN_CryptMgr_GetLocalKeyNumber(const GWEN_CRYPTMGR *cm) in GWEN_CryptMgr_GetLocalKeyNumber()
90 void GWEN_CryptMgr_SetLocalKeyNumber(GWEN_CRYPTMGR *cm, int i) in GWEN_CryptMgr_SetLocalKeyNumber()
98 int GWEN_CryptMgr_GetLocalKeyVersion(const GWEN_CRYPTMGR *cm) in GWEN_CryptMgr_GetLocalKeyVersion()
134 int GWEN_CryptMgr_GetPeerKeyNumber(const GWEN_CRYPTMGR *cm) in GWEN_CryptMgr_GetPeerKeyNumber()
142 void GWEN_CryptMgr_SetPeerKeyNumber(GWEN_CRYPTMGR *cm, int i) in GWEN_CryptMgr_SetPeerKeyNumber()
150 int GWEN_CryptMgr_GetPeerKeyVersion(const GWEN_CRYPTMGR *cm) in GWEN_CryptMgr_GetPeerKeyVersion()
166 int GWEN_CryptMgr_GetCryptProfile(const GWEN_CRYPTMGR *cm) in GWEN_CryptMgr_GetCryptProfile()
174 void GWEN_CryptMgr_SetCryptProfile(GWEN_CRYPTMGR *cm, int i) in GWEN_CryptMgr_SetCryptProfile()
[all …]
/dports/devel/gwenhywfar/gwenhywfar-5.6.0/src/cryptmsg/
H A Dcryptmgr.c39 GWEN_CRYPTMGR *cm; in GWEN_INHERIT_FUNCTIONS() local
49 void GWEN_CryptMgr_free(GWEN_CRYPTMGR *cm) in GWEN_CryptMgr_free()
82 int GWEN_CryptMgr_GetLocalKeyNumber(const GWEN_CRYPTMGR *cm) in GWEN_CryptMgr_GetLocalKeyNumber()
90 void GWEN_CryptMgr_SetLocalKeyNumber(GWEN_CRYPTMGR *cm, int i) in GWEN_CryptMgr_SetLocalKeyNumber()
98 int GWEN_CryptMgr_GetLocalKeyVersion(const GWEN_CRYPTMGR *cm) in GWEN_CryptMgr_GetLocalKeyVersion()
134 int GWEN_CryptMgr_GetPeerKeyNumber(const GWEN_CRYPTMGR *cm) in GWEN_CryptMgr_GetPeerKeyNumber()
142 void GWEN_CryptMgr_SetPeerKeyNumber(GWEN_CRYPTMGR *cm, int i) in GWEN_CryptMgr_SetPeerKeyNumber()
150 int GWEN_CryptMgr_GetPeerKeyVersion(const GWEN_CRYPTMGR *cm) in GWEN_CryptMgr_GetPeerKeyVersion()
166 int GWEN_CryptMgr_GetCryptProfile(const GWEN_CRYPTMGR *cm) in GWEN_CryptMgr_GetCryptProfile()
174 void GWEN_CryptMgr_SetCryptProfile(GWEN_CRYPTMGR *cm, int i) in GWEN_CryptMgr_SetCryptProfile()
[all …]
/dports/devel/gwenhywfar-qt5/gwenhywfar-5.6.0/src/cryptmsg/
H A Dcryptmgr.c39 GWEN_CRYPTMGR *cm; in GWEN_INHERIT_FUNCTIONS() local
49 void GWEN_CryptMgr_free(GWEN_CRYPTMGR *cm) in GWEN_CryptMgr_free()
82 int GWEN_CryptMgr_GetLocalKeyNumber(const GWEN_CRYPTMGR *cm) in GWEN_CryptMgr_GetLocalKeyNumber()
90 void GWEN_CryptMgr_SetLocalKeyNumber(GWEN_CRYPTMGR *cm, int i) in GWEN_CryptMgr_SetLocalKeyNumber()
98 int GWEN_CryptMgr_GetLocalKeyVersion(const GWEN_CRYPTMGR *cm) in GWEN_CryptMgr_GetLocalKeyVersion()
134 int GWEN_CryptMgr_GetPeerKeyNumber(const GWEN_CRYPTMGR *cm) in GWEN_CryptMgr_GetPeerKeyNumber()
142 void GWEN_CryptMgr_SetPeerKeyNumber(GWEN_CRYPTMGR *cm, int i) in GWEN_CryptMgr_SetPeerKeyNumber()
150 int GWEN_CryptMgr_GetPeerKeyVersion(const GWEN_CRYPTMGR *cm) in GWEN_CryptMgr_GetPeerKeyVersion()
166 int GWEN_CryptMgr_GetCryptProfile(const GWEN_CRYPTMGR *cm) in GWEN_CryptMgr_GetCryptProfile()
174 void GWEN_CryptMgr_SetCryptProfile(GWEN_CRYPTMGR *cm, int i) in GWEN_CryptMgr_SetCryptProfile()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/common/
H A Dpred_common.h23 static INLINE int get_segment_id(const AV1_COMMON *const cm, in get_segment_id()
200 const AV1_COMMON *cm, const MACROBLOCKD *xd) { in av1_get_pred_cdf_comp_ref_p1()
217 const AV1_COMMON *cm, const MACROBLOCKD *xd) { in av1_get_pred_cdf_comp_ref_p2()
234 const AV1_COMMON *cm, const MACROBLOCKD *xd) { in av1_get_pred_cdf_comp_bwdref_p()
251 const AV1_COMMON *cm, const MACROBLOCKD *xd) { in av1_get_pred_cdf_comp_bwdref_p1()
310 const AV1_COMMON *cm, const MACROBLOCKD *xd) { in av1_get_pred_cdf_single_ref_p1()
316 const AV1_COMMON *cm, const MACROBLOCKD *xd) { in av1_get_pred_cdf_single_ref_p2()
323 const AV1_COMMON *cm, const MACROBLOCKD *xd) { in av1_get_pred_cdf_single_ref_p3()
329 const AV1_COMMON *cm, const MACROBLOCKD *xd) { in av1_get_pred_cdf_single_ref_p4()
335 const AV1_COMMON *cm, const MACROBLOCKD *xd) { in av1_get_pred_cdf_single_ref_p5()
[all …]
/dports/devel/spark/spark-2.1.1/streaming/src/main/scala/org/apache/spark/streaming/api/java/
H A DJavaPairDStream.scala174 implicit val cm: ClassTag[C] = fakeClassTag constant
189 implicit val cm: ClassTag[C] = fakeClassTag constant
493 implicit val cm: ClassTag[S] = fakeClassTag constant
510 implicit val cm: ClassTag[S] = fakeClassTag constant
528 implicit val cm: ClassTag[S] = fakeClassTag constant
548 implicit val cm: ClassTag[S] = fakeClassTag constant
557 implicit val cm: ClassTag[U] = fakeClassTag constant
568 implicit val cm: ClassTag[U] = constant
579 implicit val cm: ClassTag[W] = fakeClassTag constant
591 implicit val cm: ClassTag[W] = fakeClassTag constant
[all …]
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/
H A Dwl_cm.c80 struct cm { struct
81 cm_scan_cb_t *scan_cb; argument
82 cm_conn_cb_t *conn_cb; argument
100 find_best_candidate(struct cm* cm) in find_best_candidate()
141 select_net(struct cm* cm) in select_net()
236 struct cm *cm = ctx; in wl_scan_complete_cb() local
255 struct cm *cm = ctx; in wl_media_connected_cb() local
271 struct cm *cm = ctx; in wl_conn_failure_cb() local
291 struct cm *cm = ctx; in wl_conn_lost_cb() local
312 struct cm *cm = ctx; in wl_event_cb() local
[all …]
/dports/devel/arduino-core/Arduino-b439a77/libraries/WiFi/extras/wifiHD/src/
H A Dwl_cm.c80 struct cm { struct
81 cm_scan_cb_t *scan_cb; argument
82 cm_conn_cb_t *conn_cb; argument
100 find_best_candidate(struct cm* cm) in find_best_candidate()
141 select_net(struct cm* cm) in select_net()
236 struct cm *cm = ctx; in wl_scan_complete_cb() local
255 struct cm *cm = ctx; in wl_media_connected_cb() local
271 struct cm *cm = ctx; in wl_conn_failure_cb() local
291 struct cm *cm = ctx; in wl_conn_lost_cb() local
312 struct cm *cm = ctx; in wl_event_cb() local
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vp9/common/
H A Dvp9_alloccommon.c20 void vp9_set_mb_mi(VP9_COMMON *cm, int width, int height) { in vp9_set_mb_mi()
33 static int alloc_seg_map(VP9_COMMON *cm, int seg_map_size) { in alloc_seg_map()
52 static void free_seg_map(VP9_COMMON *cm) { in free_seg_map()
80 void vp9_free_postproc_buffers(VP9_COMMON *cm) { in vp9_free_postproc_buffers()
93 void vp9_free_context_buffers(VP9_COMMON *cm) { in vp9_free_context_buffers()
104 int vp9_alloc_loop_filter(VP9_COMMON *cm) { in vp9_alloc_loop_filter()
116 int vp9_alloc_context_buffers(VP9_COMMON *cm, int width, int height) { in vp9_alloc_context_buffers()
157 void vp9_remove_common(VP9_COMMON *cm) { in vp9_remove_common()
169 void vp9_init_context_buffers(VP9_COMMON *cm) { in vp9_init_context_buffers()
175 void vp9_swap_current_and_last_seg_map(VP9_COMMON *cm) { in vp9_swap_current_and_last_seg_map()
/dports/security/nflib/NFLlib-1.0.0-23-g5cf40ed/tests/
H A Dpoly_set.cpp21 for (size_t cm = 0; cm < poly_t::nmoduli; cm++) { in run() local
42 for (size_t cm = 0; cm < poly_t::nmoduli; cm++) { in run() local
56 for (size_t cm = 0; cm < poly_t::nmoduli; cm++) { in run() local
71 for (size_t cm = 0; cm < poly_t::nmoduli; cm++) { in run() local
83 for (size_t cm = 0; cm < poly_t::nmoduli; cm++) { in run() local
93 for (size_t cm = 0; cm < poly_t::nmoduli; cm++) { in run() local
126 for (size_t cm = 0; cm < poly_p::nmoduli; cm++) { in run_p() local
145 for (size_t cm = 0; cm < poly_p::nmoduli; cm++) { in run_p() local
158 for (size_t cm = 0; cm < poly_p::nmoduli; cm++) { in run_p() local
172 for (size_t cm = 0; cm < poly_p::nmoduli; cm++) { in run_p() local
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libvpx/vp9/common/
H A Dvp9_alloccommon.c38 void vp9_set_mb_mi(VP9_COMMON *cm, int width, int height) { in vp9_set_mb_mi()
51 static int alloc_seg_map(VP9_COMMON *cm, int seg_map_size) { in alloc_seg_map()
72 static void free_seg_map(VP9_COMMON *cm) { in free_seg_map()
102 void vp9_free_postproc_buffers(VP9_COMMON *cm) { in vp9_free_postproc_buffers()
111 void vp9_free_context_buffers(VP9_COMMON *cm) { in vp9_free_context_buffers()
123 int vp9_alloc_loop_filter(VP9_COMMON *cm) { in vp9_alloc_loop_filter()
136 int vp9_alloc_context_buffers(VP9_COMMON *cm, int width, int height) { in vp9_alloc_context_buffers()
178 void vp9_remove_common(VP9_COMMON *cm) { in vp9_remove_common()
187 void vp9_init_context_buffers(VP9_COMMON *cm) { in vp9_init_context_buffers()
193 void vp9_swap_current_and_last_seg_map(VP9_COMMON *cm) { in vp9_swap_current_and_last_seg_map()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libvpx/vp9/common/
H A Dvp9_alloccommon.c38 void vp9_set_mb_mi(VP9_COMMON *cm, int width, int height) { in vp9_set_mb_mi()
51 static int alloc_seg_map(VP9_COMMON *cm, int seg_map_size) { in alloc_seg_map()
72 static void free_seg_map(VP9_COMMON *cm) { in free_seg_map()
102 void vp9_free_postproc_buffers(VP9_COMMON *cm) { in vp9_free_postproc_buffers()
111 void vp9_free_context_buffers(VP9_COMMON *cm) { in vp9_free_context_buffers()
123 int vp9_alloc_loop_filter(VP9_COMMON *cm) { in vp9_alloc_loop_filter()
136 int vp9_alloc_context_buffers(VP9_COMMON *cm, int width, int height) { in vp9_alloc_context_buffers()
178 void vp9_remove_common(VP9_COMMON *cm) { in vp9_remove_common()
187 void vp9_init_context_buffers(VP9_COMMON *cm) { in vp9_init_context_buffers()
193 void vp9_swap_current_and_last_seg_map(VP9_COMMON *cm) { in vp9_swap_current_and_last_seg_map()
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/vp9/common/
H A Dvp9_alloccommon.c38 void vp9_set_mb_mi(VP9_COMMON *cm, int width, int height) { in vp9_set_mb_mi()
51 static int alloc_seg_map(VP9_COMMON *cm, int seg_map_size) { in alloc_seg_map()
71 static void free_seg_map(VP9_COMMON *cm) { in free_seg_map()
101 void vp9_free_postproc_buffers(VP9_COMMON *cm) { in vp9_free_postproc_buffers()
114 void vp9_free_context_buffers(VP9_COMMON *cm) { in vp9_free_context_buffers()
125 int vp9_alloc_loop_filter(VP9_COMMON *cm) { in vp9_alloc_loop_filter()
137 int vp9_alloc_context_buffers(VP9_COMMON *cm, int width, int height) { in vp9_alloc_context_buffers()
178 void vp9_remove_common(VP9_COMMON *cm) { in vp9_remove_common()
187 void vp9_init_context_buffers(VP9_COMMON *cm) { in vp9_init_context_buffers()
193 void vp9_swap_current_and_last_seg_map(VP9_COMMON *cm) { in vp9_swap_current_and_last_seg_map()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/awt/image/
H A DPixelConverter.java57 public int rgbToPixel(int rgb, ColorModel cm) { in rgbToPixel()
92 public int pixelToRgb(int pixel, ColorModel cm) { in pixelToRgb()
130 public int rgbToPixel(int rgb, ColorModel cm) { in rgbToPixel()
143 public int rgbToPixel(int rgb, ColorModel cm) { in rgbToPixel()
158 public int rgbToPixel(int rgb, ColorModel cm) { in rgbToPixel()
171 public int rgbToPixel(int rgb, ColorModel cm) { in rgbToPixel()
193 public int rgbToPixel(int rgb, ColorModel cm) { in rgbToPixel()
215 public int rgbToPixel(int rgb, ColorModel cm) { in rgbToPixel()
239 public int rgbToPixel(int rgb, ColorModel cm) { in rgbToPixel()
271 public int rgbToPixel(int rgb, ColorModel cm) { in rgbToPixel()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/sun/awt/image/
H A DPixelConverter.java57 public int rgbToPixel(int rgb, ColorModel cm) { in rgbToPixel()
92 public int pixelToRgb(int pixel, ColorModel cm) { in pixelToRgb()
130 public int rgbToPixel(int rgb, ColorModel cm) { in rgbToPixel()
143 public int rgbToPixel(int rgb, ColorModel cm) { in rgbToPixel()
158 public int rgbToPixel(int rgb, ColorModel cm) { in rgbToPixel()
171 public int rgbToPixel(int rgb, ColorModel cm) { in rgbToPixel()
193 public int rgbToPixel(int rgb, ColorModel cm) { in rgbToPixel()
215 public int rgbToPixel(int rgb, ColorModel cm) { in rgbToPixel()
239 public int rgbToPixel(int rgb, ColorModel cm) { in rgbToPixel()
271 public int rgbToPixel(int rgb, ColorModel cm) { in rgbToPixel()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/awt/image/
H A DPixelConverter.java57 public int rgbToPixel(int rgb, ColorModel cm) { in rgbToPixel()
92 public int pixelToRgb(int pixel, ColorModel cm) { in pixelToRgb()
130 public int rgbToPixel(int rgb, ColorModel cm) { in rgbToPixel()
143 public int rgbToPixel(int rgb, ColorModel cm) { in rgbToPixel()
158 public int rgbToPixel(int rgb, ColorModel cm) { in rgbToPixel()
171 public int rgbToPixel(int rgb, ColorModel cm) { in rgbToPixel()
193 public int rgbToPixel(int rgb, ColorModel cm) { in rgbToPixel()
215 public int rgbToPixel(int rgb, ColorModel cm) { in rgbToPixel()
239 public int rgbToPixel(int rgb, ColorModel cm) { in rgbToPixel()
271 public int rgbToPixel(int rgb, ColorModel cm) { in rgbToPixel()
[all …]

12345678910>>...233