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