/third_party/skia/gm/ |
D | runtimeintrinsics.cpp | 35 static void next_row(SkCanvas* canvas) { in next_row() function 184 next_row(canvas); 189 next_row(canvas); 194 next_row(canvas); 198 next_row(canvas); 202 next_row(canvas); 221 next_row(canvas); 228 next_row(canvas); 243 next_row(canvas); 247 next_row(canvas); [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/ |
D | SDL_yuv_sw.c | 332 const int next_row = cols + (mod / 2); in Color16DitherYV12Mod2X() local 333 unsigned int *row2 = row1 + 2 * next_row; in Color16DitherYV12Mod2X() 343 mod = (next_row * 3) + (mod / 2); in Color16DitherYV12Mod2X() 359 row1[0] = row1[next_row] = (rgb_2_pix[L + cr_r] | in Color16DitherYV12Mod2X() 365 row1[0] = row1[next_row] = (rgb_2_pix[L + cr_r] | in Color16DitherYV12Mod2X() 374 row2[0] = row2[next_row] = (rgb_2_pix[L + cr_r] | in Color16DitherYV12Mod2X() 380 row2[0] = row2[next_row] = (rgb_2_pix[L + cr_r] | in Color16DitherYV12Mod2X() 406 const int next_row = (cols * 2 + mod) * 3; in Color24DitherYV12Mod2X() local 407 unsigned char *row2 = row1 + 2 * next_row; in Color24DitherYV12Mod2X() 417 mod = next_row * 3 + mod * 3; in Color24DitherYV12Mod2X() [all …]
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | jdpostct.c | 42 JDIMENSION next_row; /* index of next row to fill/empty in strip */ member 122 post->starting_row = post->next_row = 0; in start_pass_dpost() 173 if (post->next_row == 0) { in post_process_prepass() 180 old_next_row = post->next_row; in post_process_prepass() 183 &post->next_row, post->strip_height); in post_process_prepass() 187 if (post->next_row > old_next_row) { in post_process_prepass() 188 num_rows = post->next_row - old_next_row; in post_process_prepass() 195 if (post->next_row >= post->strip_height) { in post_process_prepass() 197 post->next_row = 0; in post_process_prepass() 216 if (post->next_row == 0) { in post_process_2pass() [all …]
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | jdpostct.c | 42 JDIMENSION next_row; /* index of next row to fill/empty in strip */ member 122 post->starting_row = post->next_row = 0; in start_pass_dpost() 173 if (post->next_row == 0) { in post_process_prepass() 180 old_next_row = post->next_row; in post_process_prepass() 183 &post->next_row, post->strip_height); in post_process_prepass() 187 if (post->next_row > old_next_row) { in post_process_prepass() 188 num_rows = post->next_row - old_next_row; in post_process_prepass() 195 if (post->next_row >= post->strip_height) { in post_process_prepass() 197 post->next_row = 0; in post_process_prepass() 216 if (post->next_row == 0) { in post_process_2pass() [all …]
|
/third_party/libjpeg-turbo/ |
D | jdpostct.c | 42 JDIMENSION next_row; /* index of next row to fill/empty in strip */ member 122 post->starting_row = post->next_row = 0; in start_pass_dpost() 173 if (post->next_row == 0) { in post_process_prepass() 180 old_next_row = post->next_row; in post_process_prepass() 183 &post->next_row, post->strip_height); in post_process_prepass() 187 if (post->next_row > old_next_row) { in post_process_prepass() 188 num_rows = post->next_row - old_next_row; in post_process_prepass() 195 if (post->next_row >= post->strip_height) { in post_process_prepass() 197 post->next_row = 0; in post_process_prepass() 216 if (post->next_row == 0) { in post_process_2pass() [all …]
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | near_lossless_enc.c | 64 const uint32_t* const next_row, in IsSmooth() argument 70 IsNear(curr_row[ix], next_row[ix], limit)); in IsSmooth() 81 uint32_t* next_row = curr_row + xsize; in NearLossless() local 83 memcpy(next_row, argb_src + stride, xsize * sizeof(argb_src[0])); in NearLossless() 89 memcpy(next_row, argb_src + stride, xsize * sizeof(argb_src[0])); in NearLossless() 93 if (IsSmooth(prev_row, curr_row, next_row, x, limit)) { in NearLossless() 104 curr_row = next_row; in NearLossless() 105 next_row = temp; in NearLossless()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/ |
D | near_lossless_enc.c | 64 const uint32_t* const next_row, in IsSmooth() argument 70 IsNear(curr_row[ix], next_row[ix], limit)); in IsSmooth() 81 uint32_t* next_row = curr_row + xsize; in NearLossless() local 83 memcpy(next_row, argb_src + stride, xsize * sizeof(argb_src[0])); in NearLossless() 89 memcpy(next_row, argb_src + stride, xsize * sizeof(argb_src[0])); in NearLossless() 93 if (IsSmooth(prev_row, curr_row, next_row, x, limit)) { in NearLossless() 104 curr_row = next_row; in NearLossless() 105 next_row = temp; in NearLossless()
|
/third_party/python/Modules/_sqlite/ |
D | cursor.c | 53 Py_CLEAR(self->next_row); in pysqlite_cursor_init_impl() 94 Py_VISIT(self->next_row); in cursor_traverse() 111 Py_CLEAR(self->next_row); in cursor_clear() 439 Py_CLEAR(self->next_row); in _pysqlite_query_execute() 617 self->next_row = _pysqlite_fetch_one_row(self); in _pysqlite_query_execute() 618 if (self->next_row == NULL) in _pysqlite_query_execute() 775 PyObject* next_row; in pysqlite_cursor_iternext() local 787 if (!self->next_row) { in pysqlite_cursor_iternext() 795 next_row_tuple = self->next_row; in pysqlite_cursor_iternext() 797 self->next_row = NULL; in pysqlite_cursor_iternext() [all …]
|
D | cursor.h | 50 PyObject* next_row; member
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_signature.c | 101 unsigned next_row, bool is_gs_shader) in get_additional_semantic_info() argument 122 info->start_row = next_row - 1; in get_additional_semantic_info() 124 info->start_row = next_row; in get_additional_semantic_info() 125 next_row++; in get_additional_semantic_info() 139 info->start_row = next_row; in get_additional_semantic_info() 148 next_row += info->rows; in get_additional_semantic_info() 157 return next_row; in get_additional_semantic_info() 514 unsigned next_row = 0; in get_input_signature() local 523 &next_row, is_gs_shader, in get_input_signature() 529 &next_row, is_gs_shader, in get_input_signature() [all …]
|
/third_party/flutter/skia/src/effects/ |
D | SkEmbossMask.cpp | 70 int next_row = neq_to_mask(y, maxy) & rowBytes; in Emboss() local 74 int ny = alpha[x + next_row] - alpha[x - prev_row]; in Emboss()
|
/third_party/skia/src/effects/ |
D | SkEmbossMask.cpp | 70 int next_row = neq_to_mask(y, maxy) & rowBytes; in Emboss() local 74 int ny = alpha[x + next_row] - alpha[x - prev_row]; in Emboss()
|
/third_party/boost/libs/numeric/ublas/test/ |
D | test_assignment.cpp | 252 B<<= move_to(0,1), 2, 3, next_row(), 1, 2, next_row(), 4, 5; in test_matrix() 274 … B<<=traverse_policy::by_column(), move_to(0,1), 2, 3, next_row(), traverse_policy::by_row(), 4, 5; in test_matrix() 415 B<<=fill_policy::sparse_push_back(), move_to(0,1), 2, 3, next_row(), 1, 2, next_row(), 4, 5; in test_matrix_sparse_push_back() 438 …B<<=fill_policy::sparse_push_back(),traverse_policy::by_column(), move_to(0,1), 2, 3, next_row(), … in test_matrix_sparse_push_back() 553 B<<=fill_policy::sparse_insert(), move_to(0,1), 2, 3, next_row(), 1, 2, next_row(), 4, 5; in test_matrix_sparse_insert() 575 …B<<=fill_policy::sparse_insert(),traverse_policy::by_column(), move_to(0,1), 2, 3, next_row(), tra… in test_matrix_sparse_insert()
|
/third_party/boost/libs/numeric/ublas/doc/samples/ |
D | assignment_examples.cpp | 174 E <<= 1, 2, next_row(), in main() 182 F <<= 1, 2, next_row(), in main()
|
/third_party/boost/boost/units/detail/ |
D | linear_algebra.hpp | 197 typedef typename RowsBegin::next::item next_row; typedef 199 next_row::item::Numerator == 0, 410 typedef typename RowsBegin::next::item next_row; typedef 412 next_row::item::Numerator == 0,
|
/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/ |
D | libimagequant.c | 1567 const f_pixel *curr_row, *prev_row, *next_row; in contrast_maps() local 1582 curr_row = prev_row = next_row = liq_image_get_row_f (image, 0); in contrast_maps() 1588 curr_row = next_row; in contrast_maps() 1589 next_row = liq_image_get_row_f (image, MIN (rows - 1, j + 1)); in contrast_maps() 1606 const f_pixel nextl = next_row[i]; in contrast_maps()
|
/third_party/boost/boost/numeric/ublas/ |
D | assignment.hpp | 550 inline next_row_manip next_row() { in next_row() function
|