Searched refs:constVal (Results 1 – 1 of 1) sorted by relevance
173 const uchar* constVal = !constBorderValue.empty() ? &constBorderValue[0] : 0; in start() local197 tdst[i+j] = constVal[j]; in start()224 memcpy( dst, constVal, dx1*esz ); in start()225 memcpy( dst + (roi.width + ksize.width - 1 - dx2)*esz, constVal, dx2*esz ); in start()