/external/pdfium/core/src/fxge/skia/ |
D | fx_skia_blitter_new.cpp | 102 int col_end = in CompositeSpan1bpp_0() local 104 if (col_end < col_start) in CompositeSpan1bpp_0() 119 for (int col = col_start; col < col_end; col++) { in CompositeSpan1bpp_0() 147 int col_end = in CompositeSpan1bpp_4() local 149 if (col_end < col_start) in CompositeSpan1bpp_4() 164 for (int col = col_start; col < col_end; col++) { in CompositeSpan1bpp_4() 192 int col_end = in CompositeSpanGray_2() local 194 if (col_end < col_start) in CompositeSpanGray_2() 199 col_end - col_start); in CompositeSpanGray_2() 203 for (int col = col_start; col < col_end; col++) { in CompositeSpanGray_2() [all …]
|
/external/eigen/bench/btl/libs/gmm/ |
D | gmm_LU_solve_interface.hh | 54 …ix_vector_product_sliced(const gene_matrix & A, gene_vector B, int row, int col_start, int col_end) in matrix_vector_product_sliced() argument 59 for (int j=col_start ; j<col_end+1 ; j++){ in matrix_vector_product_sliced() 72 …atrix_matrix_product_sliced(gene_matrix & A, int row, int col_start, int col_end, gene_matrix & B,… in matrix_matrix_product_sliced() argument 77 for (int j=col_start ; j<col_end+1 ; j++){ in matrix_matrix_product_sliced()
|
/external/eigen/bench/btl/libs/blitz/ |
D | blitz_LU_solve_interface.hh | 54 …ix_vector_product_sliced(const gene_matrix & A, gene_vector B, int row, int col_start, int col_end) in matrix_vector_product_sliced() argument 59 for (int j=col_start ; j<col_end+1 ; j++){ in matrix_vector_product_sliced() 72 …atrix_matrix_product_sliced(gene_matrix & A, int row, int col_start, int col_end, gene_matrix & B,… in matrix_matrix_product_sliced() argument 77 for (int j=col_start ; j<col_end+1 ; j++){ in matrix_matrix_product_sliced()
|
/external/eigen/bench/btl/libs/mtl4/ |
D | mtl4_LU_solve_interface.hh | 54 …ix_vector_product_sliced(const gene_matrix & A, gene_vector B, int row, int col_start, int col_end) in matrix_vector_product_sliced() argument 59 for (int j=col_start ; j<col_end+1 ; j++){ in matrix_vector_product_sliced() 72 …atrix_matrix_product_sliced(gene_matrix & A, int row, int col_start, int col_end, gene_matrix & B,… in matrix_matrix_product_sliced() argument 77 for (int j=col_start ; j<col_end+1 ; j++){ in matrix_matrix_product_sliced()
|
/external/pdfium/core/src/fxge/agg/src/ |
D | fx_agg_driver.cpp | 402 int col_end = (span_left + span_len) < clip_right in CompositeSpan() local 414 for (int col = col_start; col < col_end; col++) { in CompositeSpan() 447 for (int col = col_start; col < col_end; col++) { in CompositeSpan() 469 for (int col = col_start; col < col_end; col++) { in CompositeSpan() 510 for (int col = col_start; col < col_end; col++) { in CompositeSpan() 540 for (int col = col_start; col < col_end; col++) { in CompositeSpan() 567 for (int col = col_start; col < col_end; col++) { in CompositeSpan() 597 int col_end = (span_left + span_len) < clip_right in CompositeSpan1bpp() local 612 for (int col = col_start; col < col_end; col++) { in CompositeSpan1bpp() 640 int col_end = (span_left + span_len) < clip_right in CompositeSpanGray() local [all …]
|
/external/ceres-solver/internal/ceres/ |
D | covariance_test.cc | 336 const int col_end = FindOrDie(column_bounds_, block2).second; in GetCovarianceBlockAndCompare() local 338 Matrix actual(row_end - row_begin, col_end - col_begin); in GetCovarianceBlockAndCompare() 347 col_end - col_begin) - actual).norm(); in GetCovarianceBlockAndCompare() 348 diff_norm /= (row_end - row_begin) * (col_end - col_begin); in GetCovarianceBlockAndCompare() 353 << "cols: " << col_begin << " " << col_end << " " in GetCovarianceBlockAndCompare() 357 col_end - col_begin) in GetCovarianceBlockAndCompare()
|
/external/pdfium/core/src/fxge/dib/ |
D | fx_dib_transform.cpp | 199 int col_end = bYFlip ? m_Width - dest_clip.top : dest_clip.bottom; in SwapXY() local 211 for (int col = col_start; col < col_end; col++) { in SwapXY() 233 for (int col = col_start; col < col_end; col++) { in SwapXY() 240 for (int col = col_start; col < col_end; col++) { in SwapXY() 245 for (int col = col_start; col < col_end; col++) { in SwapXY() 267 for (int col = col_start; col < col_end; col++) { in SwapXY()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/ |
D | ftlcdfil.c | 251 FT_Byte* col_end = col + (FT_Int)height * pitch; in _ft_lcd_filter_legacy() local 254 for ( ; col < col_end; col += 3 * pitch ) in _ft_lcd_filter_legacy()
|
/external/pdfium/third_party/freetype/src/base/ |
D | ftlcdfil.c | 251 FT_Byte* col_end = col + (FT_Int)height * pitch; in _ft_lcd_filter_legacy() local 254 for ( ; col < col_end; col += 3 * pitch ) in _ft_lcd_filter_legacy()
|
/external/freetype/src/base/ |
D | ftlcdfil.c | 251 FT_Byte* col_end = col + (FT_Int)height * pitch; in _ft_lcd_filter_legacy() local 254 for ( ; col < col_end; col += 3 * pitch ) in _ft_lcd_filter_legacy()
|