Home
last modified time | relevance | path

Searched refs:dst_cs (Results 1 – 25 of 52) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/
H A Dimgcvt.cpp92 sk_sp<SkColorSpace> dst_cs = SkColorSpace::Make(dst_profile); in main() local
93 if (!dst_cs) { in main()
96 dst_cs = SkColorSpace::Make(dst_profile); in main()
98 if (!dst_cs) { in main()
136 pixmap.setColorSpace(dst_cs); in main()
142 sk_sp<SkSurface> surface = SkSurface::MakeRaster(pixmap.info().makeColorSpace(dst_cs)); in main()
154 sk_sp<SkSurface> surface = SkSurface::MakeRaster(pixmap.info().makeColorSpace(dst_cs)); in main()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/
H A Dimgcvt.cpp92 sk_sp<SkColorSpace> dst_cs = SkColorSpace::Make(dst_profile); in main() local
93 if (!dst_cs) { in main()
96 dst_cs = SkColorSpace::Make(dst_profile); in main()
98 if (!dst_cs) { in main()
136 pixmap.setColorSpace(dst_cs); in main()
142 sk_sp<SkSurface> surface = SkSurface::MakeRaster(pixmap.info().makeColorSpace(dst_cs)); in main()
154 sk_sp<SkSurface> surface = SkSurface::MakeRaster(pixmap.info().makeColorSpace(dst_cs)); in main()
/dports/graphics/scantailor/scantailor-advanced-1.0.16/imageproc/
H A DMorphology.cpp163 const CoordinateSystem& dst_cs, in doInitialCopy() argument
171 QRect dst_rect(src_cs.mapTo(src_rect, dst_cs)); in doInitialCopy()
181 const CoordinateSystem& dst_cs, in spreadInto() argument
197 QRect dst_rect(src_cs.mapTo(src_rect, dst_cs)); in spreadInto()
261 const CoordinateSystem& dst_cs, in spreadInDirection() argument
335 const CoordinateSystem dst_cs(dst_area.topLeft()); in dilateOrErodeBrick() local
343 dst_relevant_rect = dst_cs.fromGlobal(src.rect()); in dilateOrErodeBrick()
490 const QPoint dst_to_src(dst_cs.offsetTo(src_cs)); in spreadGrayHorizontal()
547 const QPoint dst_to_src(dst_cs.offsetTo(src_cs)); in spreadGrayVertical()
555 const CoordinateSystem dst_cs(dst_area.topLeft()); in extendGrayImage() local
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dsql_signal.cc80 CHARSET_INFO *dst_cs, in assign_fixed_string() argument
100 dst->set((const char*) NULL, 0, dst_cs); in assign_fixed_string()
117 to_copy= dst_cs->cset->charpos(dst_cs, src_str, src_end, numchars); in assign_fixed_string()
121 if (String::needs_conversion(to_copy, src_cs, dst_cs, & dummy_offset)) in assign_fixed_string()
123 dst_len= numchars * dst_cs->mbmaxlen; in assign_fixed_string()
127 dst_copied= String_copier().well_formed_copy(dst_cs, dst_str, dst_len, in assign_fixed_string()
145 dst->set(dst_str, dst_len, dst_cs); in assign_fixed_string()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dsql_signal.cc80 CHARSET_INFO *dst_cs, in write_set_file()
100 dst->set((const char*) NULL, 0, dst_cs); in write_set_file()
117 to_copy= dst_cs->cset->charpos(dst_cs, src_str, src_end, numchars); in write_set_file()
121 if (String::needs_conversion(to_copy, src_cs, dst_cs, & dummy_offset)) in write_set_file()
123 dst_len= numchars * dst_cs->mbmaxlen; in write_set_file()
127 dst_copied= String_copier().well_formed_copy(dst_cs, dst_str, dst_len, in write_set_file()
145 dst->set(dst_str, dst_len, dst_cs); in write_set_file()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsql_signal.cc80 CHARSET_INFO *dst_cs,
100 dst->set((const char*) NULL, 0, dst_cs);
117 to_copy= dst_cs->cset->charpos(dst_cs, src_str, src_end, numchars);
121 if (String::needs_conversion(to_copy, src_cs, dst_cs, & dummy_offset))
123 dst_len= numchars * dst_cs->mbmaxlen;
127 dst_copied= String_copier().well_formed_copy(dst_cs, dst_str, dst_len,
145 dst->set(dst_str, dst_len, dst_cs);
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dsql_signal.cc80 CHARSET_INFO *dst_cs, in assign_fixed_string() argument
100 dst->set((const char*) NULL, 0, dst_cs); in assign_fixed_string()
117 to_copy= dst_cs->cset->charpos(dst_cs, src_str, src_end, numchars); in assign_fixed_string()
121 if (String::needs_conversion(to_copy, src_cs, dst_cs, & dummy_offset)) in assign_fixed_string()
123 dst_len= numchars * dst_cs->mbmaxlen; in assign_fixed_string()
127 dst_copied= String_copier().well_formed_copy(dst_cs, dst_str, dst_len, in assign_fixed_string()
145 dst->set(dst_str, dst_len, dst_cs); in assign_fixed_string()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsql_signal.cc81 CHARSET_INFO *dst_cs, in assign_fixed_string() argument
101 dst->set((const char*) NULL, 0, dst_cs); in assign_fixed_string()
118 to_copy= dst_cs->charpos(src_str, src_end, numchars); in assign_fixed_string()
122 if (String::needs_conversion(to_copy, src_cs, dst_cs, & dummy_offset)) in assign_fixed_string()
124 dst_len= numchars * dst_cs->mbmaxlen; in assign_fixed_string()
128 dst_copied= String_copier().well_formed_copy(dst_cs, dst_str, dst_len, in assign_fixed_string()
146 dst->set(dst_str, dst_len, dst_cs); in assign_fixed_string()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsql_signal.cc81 CHARSET_INFO *dst_cs, in assign_fixed_string() argument
101 dst->set((const char*) NULL, 0, dst_cs); in assign_fixed_string()
118 to_copy= dst_cs->charpos(src_str, src_end, numchars); in assign_fixed_string()
122 if (String::needs_conversion(to_copy, src_cs, dst_cs, & dummy_offset)) in assign_fixed_string()
124 dst_len= numchars * dst_cs->mbmaxlen; in assign_fixed_string()
128 dst_copied= String_copier().well_formed_copy(dst_cs, dst_str, dst_len, in assign_fixed_string()
146 dst->set(dst_str, dst_len, dst_cs); in assign_fixed_string()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dsql_signal.cc141 CHARSET_INFO *dst_cs, in assign_fixed_string() argument
161 dst->set((const char*) NULL, 0, dst_cs); in assign_fixed_string()
178 to_copy= dst_cs->cset->charpos(dst_cs, src_str, src_end, numchars); in assign_fixed_string()
182 if (String::needs_conversion(to_copy, src_cs, dst_cs, & dummy_offset)) in assign_fixed_string()
184 dst_len= numchars * dst_cs->mbmaxlen; in assign_fixed_string()
192 dst_copied= well_formed_copy_nchars(dst_cs, dst_str, dst_len, in assign_fixed_string()
213 dst->set(dst_str, dst_len, dst_cs); in assign_fixed_string()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dsql_signal.cc141 CHARSET_INFO *dst_cs, in assign_fixed_string() argument
161 dst->set((const char*) NULL, 0, dst_cs); in assign_fixed_string()
178 to_copy= dst_cs->cset->charpos(dst_cs, src_str, src_end, numchars); in assign_fixed_string()
182 if (String::needs_conversion(to_copy, src_cs, dst_cs, & dummy_offset)) in assign_fixed_string()
184 dst_len= numchars * dst_cs->mbmaxlen; in assign_fixed_string()
192 dst_copied= well_formed_copy_nchars(dst_cs, dst_str, dst_len, in assign_fixed_string()
213 dst->set(dst_str, dst_len, dst_cs); in assign_fixed_string()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dsql_signal.cc141 CHARSET_INFO *dst_cs, in assign_fixed_string() argument
161 dst->set((const char*) NULL, 0, dst_cs); in assign_fixed_string()
178 to_copy= dst_cs->cset->charpos(dst_cs, src_str, src_end, numchars); in assign_fixed_string()
182 if (String::needs_conversion(to_copy, src_cs, dst_cs, & dummy_offset)) in assign_fixed_string()
184 dst_len= numchars * dst_cs->mbmaxlen; in assign_fixed_string()
192 dst_copied= well_formed_copy_nchars(dst_cs, dst_str, dst_len, in assign_fixed_string()
213 dst->set(dst_str, dst_len, dst_cs); in assign_fixed_string()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dsql_signal.cc143 static bool assign_fixed_string(MEM_ROOT *mem_root, CHARSET_INFO *dst_cs, in assign_fixed_string() argument
160 dst->set((const char *)nullptr, 0, dst_cs); in assign_fixed_string()
174 to_copy = dst_cs->cset->charpos(dst_cs, src_str, src_end, numchars); in assign_fixed_string()
178 if (String::needs_conversion(to_copy, src_cs, dst_cs, &dummy_offset)) { in assign_fixed_string()
179 dst_len = numchars * dst_cs->mbmaxlen; in assign_fixed_string()
187 dst_cs, dst_str, dst_len, src_cs, src_str, src_len, numchars, in assign_fixed_string()
201 dst->set(dst_str, dst_len, dst_cs); in assign_fixed_string()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dsql_signal.cc143 CHARSET_INFO *dst_cs, in assign_fixed_string() argument
163 dst->set((const char*) NULL, 0, dst_cs); in assign_fixed_string()
180 to_copy= dst_cs->cset->charpos(dst_cs, src_str, src_end, numchars); in assign_fixed_string()
184 if (String::needs_conversion(to_copy, src_cs, dst_cs, & dummy_offset)) in assign_fixed_string()
186 dst_len= numchars * dst_cs->mbmaxlen; in assign_fixed_string()
194 dst_copied= well_formed_copy_nchars(dst_cs, dst_str, dst_len, in assign_fixed_string()
215 dst->set(dst_str, dst_len, dst_cs); in assign_fixed_string()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dsql_signal.cc143 CHARSET_INFO *dst_cs, in assign_fixed_string() argument
163 dst->set((const char*) NULL, 0, dst_cs); in assign_fixed_string()
180 to_copy= dst_cs->cset->charpos(dst_cs, src_str, src_end, numchars); in assign_fixed_string()
184 if (String::needs_conversion(to_copy, src_cs, dst_cs, & dummy_offset)) in assign_fixed_string()
186 dst_len= numchars * dst_cs->mbmaxlen; in assign_fixed_string()
194 dst_copied= well_formed_copy_nchars(dst_cs, dst_str, dst_len, in assign_fixed_string()
215 dst->set(dst_str, dst_len, dst_cs); in assign_fixed_string()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dsql_signal.cc143 CHARSET_INFO *dst_cs, in assign_fixed_string() argument
163 dst->set((const char*) NULL, 0, dst_cs); in assign_fixed_string()
180 to_copy= dst_cs->cset->charpos(dst_cs, src_str, src_end, numchars); in assign_fixed_string()
184 if (String::needs_conversion(to_copy, src_cs, dst_cs, & dummy_offset)) in assign_fixed_string()
186 dst_len= numchars * dst_cs->mbmaxlen; in assign_fixed_string()
194 dst_copied= well_formed_copy_nchars(dst_cs, dst_str, dst_len, in assign_fixed_string()
215 dst->set(dst_str, dst_len, dst_cs); in assign_fixed_string()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dsql_signal.cc143 CHARSET_INFO *dst_cs, in assign_fixed_string() argument
163 dst->set((const char*) NULL, 0, dst_cs); in assign_fixed_string()
180 to_copy= dst_cs->cset->charpos(dst_cs, src_str, src_end, numchars); in assign_fixed_string()
184 if (String::needs_conversion(to_copy, src_cs, dst_cs, & dummy_offset)) in assign_fixed_string()
186 dst_len= numchars * dst_cs->mbmaxlen; in assign_fixed_string()
194 dst_copied= well_formed_copy_nchars(dst_cs, dst_str, dst_len, in assign_fixed_string()
215 dst->set(dst_str, dst_len, dst_cs); in assign_fixed_string()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dsql_signal.cc143 CHARSET_INFO *dst_cs, in assign_fixed_string() argument
163 dst->set((const char*) NULL, 0, dst_cs); in assign_fixed_string()
180 to_copy= dst_cs->cset->charpos(dst_cs, src_str, src_end, numchars); in assign_fixed_string()
184 if (String::needs_conversion(to_copy, src_cs, dst_cs, & dummy_offset)) in assign_fixed_string()
186 dst_len= numchars * dst_cs->mbmaxlen; in assign_fixed_string()
194 dst_copied= well_formed_copy_nchars(dst_cs, dst_str, dst_len, in assign_fixed_string()
215 dst->set(dst_str, dst_len, dst_cs); in assign_fixed_string()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dsql_signal.cc141 CHARSET_INFO *dst_cs, in assign_fixed_string() argument
161 dst->set((const char*) NULL, 0, dst_cs); in assign_fixed_string()
178 to_copy= dst_cs->cset->charpos(dst_cs, src_str, src_end, numchars); in assign_fixed_string()
182 if (String::needs_conversion(to_copy, src_cs, dst_cs, & dummy_offset)) in assign_fixed_string()
184 dst_len= numchars * dst_cs->mbmaxlen; in assign_fixed_string()
192 dst_copied= well_formed_copy_nchars(dst_cs, dst_str, dst_len, in assign_fixed_string()
213 dst->set(dst_str, dst_len, dst_cs); in assign_fixed_string()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dsql_signal.cc143 CHARSET_INFO *dst_cs, in assign_fixed_string() argument
163 dst->set((const char*) NULL, 0, dst_cs); in assign_fixed_string()
180 to_copy= dst_cs->cset->charpos(dst_cs, src_str, src_end, numchars); in assign_fixed_string()
184 if (String::needs_conversion(to_copy, src_cs, dst_cs, & dummy_offset)) in assign_fixed_string()
186 dst_len= numchars * dst_cs->mbmaxlen; in assign_fixed_string()
194 dst_copied= well_formed_copy_nchars(dst_cs, dst_str, dst_len, in assign_fixed_string()
215 dst->set(dst_str, dst_len, dst_cs); in assign_fixed_string()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dsql_signal.cc141 CHARSET_INFO *dst_cs, in assign_fixed_string() argument
161 dst->set((const char*) NULL, 0, dst_cs); in assign_fixed_string()
178 to_copy= dst_cs->cset->charpos(dst_cs, src_str, src_end, numchars); in assign_fixed_string()
182 if (String::needs_conversion(to_copy, src_cs, dst_cs, & dummy_offset)) in assign_fixed_string()
184 dst_len= numchars * dst_cs->mbmaxlen; in assign_fixed_string()
192 dst_copied= well_formed_copy_nchars(dst_cs, dst_str, dst_len, in assign_fixed_string()
213 dst->set(dst_str, dst_len, dst_cs); in assign_fixed_string()
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dsql_signal.cc148 CHARSET_INFO *dst_cs, in assign_fixed_string() argument
168 dst->set((const char*) NULL, 0, dst_cs); in assign_fixed_string()
185 to_copy= dst_cs->cset->charpos(dst_cs, src_str, src_end, numchars); in assign_fixed_string()
189 if (String::needs_conversion(to_copy, src_cs, dst_cs, & dummy_offset)) in assign_fixed_string()
191 dst_len= numchars * dst_cs->mbmaxlen; in assign_fixed_string()
199 dst_copied= well_formed_copy_nchars(dst_cs, dst_str, dst_len, in assign_fixed_string()
220 dst->set(dst_str, dst_len, dst_cs); in assign_fixed_string()
/dports/math/dbcsr/dbcsr-2.1.0/src/ops/
H A Ddbcsr_test_methods.F146 dst_rs=dense_row_size, dst_cs=dense_col_size, dst_tr=.FALSE., &
157 dst_rs=dense_row_size, dst_cs=dense_col_size, dst_tr=.TRUE., &
166 dst_rs=dense_row_size, dst_cs=dense_col_size, dst_tr=.TRUE., &
179 dst_rs=dense_row_size, dst_cs=dense_col_size, dst_tr=.TRUE., &
190 dst_rs=dense_row_size, dst_cs=dense_col_size, dst_tr=.TRUE., &
252 … dst_rs=dense_row_size, dst_cs=dense_col_size, dst_tr=.FALSE., &
260 … dst_rs=dense_row_size, dst_cs=dense_col_size, dst_tr=.TRUE., &
266 … dst_rs=dense_row_size, dst_cs=dense_col_size, dst_tr=.TRUE., &
276 … dst_rs=dense_row_size, dst_cs=dense_col_size, dst_tr=.TRUE., &
284 … dst_rs=dense_row_size, dst_cs=dense_col_size, dst_tr=.TRUE., &
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/exts/dbcsr/src/ops/
H A Ddbcsr_test_methods.F147 dst_rs=dense_row_size, dst_cs=dense_col_size, dst_tr=.FALSE., &
158 dst_rs=dense_row_size, dst_cs=dense_col_size, dst_tr=.TRUE., &
167 dst_rs=dense_row_size, dst_cs=dense_col_size, dst_tr=.TRUE., &
180 dst_rs=dense_row_size, dst_cs=dense_col_size, dst_tr=.TRUE., &
191 dst_rs=dense_row_size, dst_cs=dense_col_size, dst_tr=.TRUE., &
254 … dst_rs=dense_row_size, dst_cs=dense_col_size, dst_tr=.FALSE., &
262 … dst_rs=dense_row_size, dst_cs=dense_col_size, dst_tr=.TRUE., &
268 … dst_rs=dense_row_size, dst_cs=dense_col_size, dst_tr=.TRUE., &
278 … dst_rs=dense_row_size, dst_cs=dense_col_size, dst_tr=.TRUE., &
286 … dst_rs=dense_row_size, dst_cs=dense_col_size, dst_tr=.TRUE., &
/dports/graphics/mupdf/mupdf-1.18.0-source/include/mupdf/fitz/
H A Dseparation.h100 …src_cs, const float *src_color, fz_separations *dst_seps, fz_colorspace *dst_cs, float *dst_color,…
105 …ent(fz_context *ctx, const fz_separations *seps, int idx, fz_colorspace *dst_cs, float *dst_color,…

123