Searched defs:col_start (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/core/src/fxge/skia/ |
D | fx_skia_blitter_new.cpp | 101 int col_start = span_left < clip_left ? clip_left - span_left : 0; in CompositeSpan1bpp_0() local 146 int col_start = span_left < clip_left ? clip_left - span_left : 0; in CompositeSpan1bpp_4() local 191 int col_start = span_left < clip_left ? clip_left - span_left : 0; in CompositeSpanGray_2() local 224 int col_start = span_left < clip_left ? clip_left - span_left : 0; in CompositeSpanGray_3() local 278 int col_start = span_left < clip_left ? clip_left - span_left : 0; in CompositeSpanGray_6() local 317 int col_start = span_left < clip_left ? clip_left - span_left : 0; in CompositeSpanGray_7() local 383 int col_start = span_left < clip_left ? clip_left - span_left : 0; in CompositeSpanARGB_2() local 443 int col_start = span_left < clip_left ? clip_left - span_left : 0; in CompositeSpanARGB_3() local 500 int col_start = span_left < clip_left ? clip_left - span_left : 0; in CompositeSpanARGB_6() local 630 int col_start = span_left < clip_left ? clip_left - span_left : 0; in CompositeSpanARGB_7() local [all …]
|
/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() 72 …static inline real matrix_matrix_product_sliced(gene_matrix & A, int row, int col_start, int col_e… in matrix_matrix_product_sliced()
|
/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() 72 …static inline real matrix_matrix_product_sliced(gene_matrix & A, int row, int col_start, int col_e… 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() 72 …static inline real matrix_matrix_product_sliced(gene_matrix & A, int row, int col_start, int col_e… in matrix_matrix_product_sliced()
|
/external/pdfium/core/src/fxge/agg/src/ |
D | fx_agg_driver.cpp | 401 int col_start = span_left < clip_left ? clip_left - span_left : 0; in CompositeSpan() local 596 int col_start = span_left < clip_left ? clip_left - span_left : 0; in CompositeSpan1bpp() local 639 int col_start = span_left < clip_left ? clip_left - span_left : 0; in CompositeSpanGray() local 705 int col_start = span_left < clip_left ? clip_left - span_left : 0; in CompositeSpanARGB() local 799 int col_start = span_left < clip_left ? clip_left - span_left : 0; in CompositeSpanRGB() local 926 int col_start = span_left < clip_left ? clip_left - span_left : 0; in CompositeSpanCMYK() local
|
/external/opencv3/3rdparty/libwebp/dsp/ |
D | lossless.c | 526 const int col_start = tile_x << bits; in GetBestPredictorForTile() local 581 const int col_start = tile_x << bits; in CopyTileWithPrediction() local
|
/external/pdfium/core/src/fxge/dib/ |
D | fx_dib_transform.cpp | 198 int col_start = bYFlip ? m_Width - dest_clip.bottom : dest_clip.top; in SwapXY() local
|
/external/webp/src/dsp/ |
D | lossless_enc.c | 561 const int col_start = tile_x << bits; in GetBestPredictorForTile() local
|