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

  /frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/
find_region.rs 25 int borderLength;
33 borderLength = rsAllocationGetDimX(poly);
37 border_coords = alloc_int2(borderLength, 0, 0);
39 border_values = alloc_float3(borderLength, 0, 0);
43 borderLength = size;
51 borderLength = rsAllocationGetDimX(coord);
144 for(int i = 0 ; i < borderLength; i++) {
healing.rs 142 int borderLength;
150 for(int i = 0 ; i < borderLength; i++) {
  /external/opencv3/modules/imgproc/src/
filter.cpp 142 int borderLength = std::max(ksize.width - 1, 1);
143 borderTab.resize(borderLength*borderElemSize);
150 constBorderValue.resize(srcElemSize*borderLength);
153 borderLength*CV_MAT_CN(srcType));
    [all...]

Completed in 61 milliseconds