Home
last modified time | relevance | path

Searched defs:col_start (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/src/fxge/skia/
Dfx_skia_blitter_new.cpp101 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/
Dmtl4_LU_solve_interface.hh54 …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/
Dgmm_LU_solve_interface.hh54 …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/
Dblitz_LU_solve_interface.hh54 …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/
Dfx_agg_driver.cpp401 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/
Dlossless.c526 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/
Dfx_dib_transform.cpp198 int col_start = bYFlip ? m_Width - dest_clip.bottom : dest_clip.top; in SwapXY() local
/external/webp/src/dsp/
Dlossless_enc.c561 const int col_start = tile_x << bits; in GetBestPredictorForTile() local