OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:src_col
(Results
1 - 3
of
3
) sorted by null
/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/src/fxge/dib/
fx_dib_transform.cpp
440
int
src_col
, src_row;
local
441
result2stretch_fix.Transform(col, row,
src_col
, src_row);
442
if (
src_col
>= 0 &&
src_col
<= stretch_width && src_row >= 0 && src_row <= stretch_height) {
443
if (
src_col
== stretch_width) {
444
src_col
--;
449
*dest_pos_mask = stretch_buf_mask[src_row * stretch_pitch_mask +
src_col
];
513
int
src_col
, src_row;
local
514
result2stretch_fix.Transform(col, row,
src_col
, src_row);
515
if (
src_col
>= 0 && src_col <= stretch_width && src_row >= 0 && src_row <= stretch_height)
619
int
src_col
, src_row;
local
750
int
src_col
, src_row;
local
[
all
...]
Completed in 33 milliseconds