Searched refs:fillval (Results 1 - 5 of 5) sorted by last modified time

/external/opencv/cv/include/
H A Dcv.h275 CvScalar fillval CV_DEFAULT(cvScalarAll(0)) );
289 CvScalar fillval CV_DEFAULT(cvScalarAll(0)) );
300 CvScalar fillval CV_DEFAULT(cvScalarAll(0)) );
/external/opencv/cv/src/
H A Dcvimgwarp.cpp959 const arrtype* fillval, const int* ofs ) \
1020 else if( fillval ) \
1022 dst[x*cn+k] = fillval[k]; \
1046 const void* fillval, const int* ofs );
1074 int flags, CvScalar fillval )
1155 cvSet( dst, fillval );
1164 cvScalarToRawData( &fillval, fillbuf, CV_MAT_TYPE(src->type), 0 );
1231 const arrtype* fillval ) \
1296 else if( fillval ) \
1298 dst[x*cn+k] = fillval[
[all...]
/external/opencv/cvaux/include/
H A Dcvmat.hpp419 CvMAT& operator = ( double fillval );
420 CvMAT& operator = ( const CvScalar& fillval );
1132 inline CvMAT& CvMAT::operator = ( double fillval )
1134 cvFillImage( this, fillval );
1139 inline CvMAT& CvMAT::operator = ( const CvScalar& fillval )
1141 cvSet( this, fillval );
/external/opencv/cxcore/src/
H A Dcxcmp.cpp785 int fillval = -1; local
787 fillval = cmp_op == CV_CMP_NE || cmp_op == CV_CMP_GE || cmp_op == CV_CMP_GT ? 255 : 0;
789 fillval = cmp_op == CV_CMP_NE || cmp_op == CV_CMP_LE || cmp_op == CV_CMP_LT ? 255 : 0;
790 if( fillval >= 0 )
792 fillval ^= invflag ? 255 : 0;
794 memset( dst->data.ptr + y*dst_step, fillval, size.width );
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
H A Dgas-parse.c73 /*@null@*/ yasm_expr *fillval, /*@null@*/ yasm_expr *maxskipval,
1594 yasm_expr *boundval, /*@null@*/ yasm_expr *fillval,
1617 return yasm_bc_create_align(boundval, fillval, maxskipval,
1593 gas_parser_align(yasm_parser_gas *parser_gas, yasm_section *sect, yasm_expr *boundval, yasm_expr *fillval, yasm_expr *maxskipval, int power2) argument

Completed in 143 milliseconds