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

  /frameworks/native/libs/ui/
Region.cpp 46 op_and = region_operator<Rect>::op_and, enumerator in enum:android::__anon30029
292 return operationSelf(r, op_and);
312 return operationSelf(rhs, op_and);
337 return operation(rhs, op_and);
357 return operation(rhs, op_and);
383 return operationSelf(rhs, dx, dy, op_and);
403 return operation(rhs, dx, dy, op_and);
641 case op_and: sk_op = SkRegion::kIntersect_Op; name="AND"; break;
  /frameworks/native/include/private/ui/
RegionHelper.h 44 op_and = LHS & RHS, enumerator in enum:android::region_operator::__anon29954
  /external/fonttools/Lib/fontTools/misc/
psCharStrings.py 590 def op_and(self, index): member in class:SimpleT2Decompiler
865 def op_and(self, index): member in class:T2OutlineExtractor
  /external/v8/benchmarks/
crypto.js 834 function op_and(x,y) { return x&y; } function
835 function bnAnd(a) { var r = nbi(); this.bitwiseTo(a,op_and,r); return r; }
    [all...]
  /ndk/tests/device/test-libc++-shared-full/jni/
Android.mk     [all...]
  /ndk/tests/device/test-libc++-static-full/jni/
Android.mk     [all...]

Completed in 8212 milliseconds