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

  /external/opencv/cv/src/
cvinpaint.cpp 65 #define INSIDE 2 //unknown
217 if( CV_MAT_ELEM(*f,uchar,i1,j1) != INSIDE )
218 if( CV_MAT_ELEM(*f,uchar,i2,j2) != INSIDE )
225 else if( CV_MAT_ELEM(*f,uchar,i2,j2) != INSIDE )
254 if (CV_MAT_ELEM(*f,uchar,i,j)==INSIDE) {
296 if (CV_MAT_ELEM(*f,uchar,i,j)==INSIDE) {
307 if (CV_MAT_ELEM(*f,uchar,i,j+1)!=INSIDE) {
308 if (CV_MAT_ELEM(*f,uchar,i,j-1)!=INSIDE) {
314 if (CV_MAT_ELEM(*f,uchar,i,j-1)!=INSIDE) {
320 if (CV_MAT_ELEM(*f,uchar,i+1,j)!=INSIDE) {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 56 INSIDE='inside'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 56 INSIDE='inside'
  /cts/tests/tests/text/src/android/text/cts/
SpannableStringBuilderSpanTest.java 145 if (startStyle == SpanSet.INSIDE && endStyle == SpanSet.INSIDE &&
160 case SpanSet.INSIDE:
194 case SpanSet.INSIDE:
320 static final int INSIDE = 1;
343 else if (position <= replaceEnd) return INSIDE;
461 // TODO previous range is not correctly sent in case a bound was inside the
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyleConstants.h 379 enum EListStylePosition { OUTSIDE, INSIDE };
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValueMappings.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderListMarker.cpp     [all...]

Completed in 964 milliseconds