HomeSort by relevance Sort by last modified time
    Searched refs:src_col (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/fxge/dib/
fx_dib_transform.cpp 532 int src_col, src_row; local
533 result2stretch_fix.Transform(col, row, src_col, src_row);
534 if (src_col >= 0 && src_col <= stretch_width && src_row >= 0 &&
536 if (src_col == stretch_width) {
537 src_col--;
543 stretch_buf_mask[src_row * stretch_pitch_mask + src_col];
615 int src_col, src_row; local
616 result2stretch_fix.Transform(col, row, src_col, src_row);
617 if (src_col >= 0 && src_col <= stretch_width && src_row >= 0 &
735 int src_col, src_row; local
915 int src_col, src_row; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
mat.h 83 unsigned dst_col, unsigned src_col, unsigned n);
92 void isl_mat_col_add(__isl_keep isl_mat *mat, int dst_col, int src_col);
93 void isl_mat_col_mul(struct isl_mat *mat, int dst_col, isl_int f, int src_col);
95 int dst_col, isl_int f, int src_col);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/
mat.h 83 unsigned dst_col, unsigned src_col, unsigned n);
92 void isl_mat_col_add(__isl_keep isl_mat *mat, int dst_col, int src_col);
93 void isl_mat_col_mul(struct isl_mat *mat, int dst_col, isl_int f, int src_col);
95 int dst_col, isl_int f, int src_col);
  /external/pdfium/core/fxcodec/codec/
fx_codec_progress.cpp 158 for (int src_col = 0; src_col < src_len; src_col++) {
159 double des_col_f = src_col * scale;
162 pWeight->m_SrcStart = pWeight->m_SrcEnd = src_col;
165 if (src_col == src_len - 1 && des_col < dest_len - 1) {
169 pWeight->m_SrcStart = pWeight->m_SrcEnd = src_col;
179 pWeight->m_SrcStart = src_col - 1;
180 pWeight->m_SrcEnd = src_col;
194 int src_col = FXSYS_round((FX_FLOAT)src_col_f) local
    [all...]

Completed in 7900 milliseconds