/external/qemu/distrib/zlib-1.2.3/ |
inftrees.h | 14 table that indexes more bits of the code. op indicates whether 17 pointer, the low four bits of op is the number of index bits of 18 that table. For a length or distance, the low four bits of op 25 unsigned char op; /* operation, extra bits, table bits */ member in struct:__anon26984 30 /* op values as set by inflate_table():
|
/external/skia/gm/ |
circularclips.cpp | 28 SkRegion::Op ops[] = { 55 for (size_t op = 0; op < SK_ARRAY_COUNT(ops); op++) { 59 canvas->clipPath(circle2, ops[op]);
|
/external/skia/include/core/ |
SkRegion.h | 125 * faster than calling region.op(rect, kUnion_Op) in a loop. If count is 240 enum Op { 241 kDifference_Op, //!< subtract the op region from the first region 245 /** subtract the first region from the op region */ 247 kReplace_Op //!< replace the dst region with the op region 251 * Set this region to the result of applying the Op to this region and the 252 * specified rectangle: this = (this op rect). 255 bool op(const SkIRect& rect, Op op) { return this->op(*this, rect, op); function in class:SkRegion 262 bool op(int left, int top, int right, int bottom, Op op) { function in class:SkRegion 273 bool op(const SkRegion& rgn, Op op) { return this->op(*this, rgn, op); } function in class:SkRegion [all...] |
/external/skia/include/pathops/ |
SkPathOps.h | 19 kDifference_PathOp, //!< subtract the op path from the first path 23 kReverseDifference_PathOp, //!< subtract the first path from the op path 26 /** Set this path to the result of applying the Op to this path and the 27 specified path: this = (this op operand). 41 bool SK_API Op(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result);
|
/external/skia/src/core/ |
SkBBoxHierarchyRecord.h | 40 SkRegion::Op op = SkRegion::kIntersect_Op, 43 SkRegion::Op op = SkRegion::kIntersect_Op) SK_OVERRIDE; 45 SkRegion::Op op = SkRegion::kIntersect_Op, 48 SkRegion::Op op = SkRegion::kIntersect_Op,
|
/external/skia/src/images/ |
SkPageFlipper.cpp | 49 fDirty1->op(r, SkRegion::kUnion_Op); 56 if (r.op(rgn, SkRegion::kIntersect_Op)) { 57 fDirty1->op(r, SkRegion::kUnion_Op); 72 copyBits->op(*fDirty0, *fDirty1, SkRegion::kDifference_Op);
|
/external/zlib/src/contrib/infback9/ |
inftree9.h | 14 table that indexes more bits of the code. op indicates whether 17 pointer, the low four bits of op is the number of index bits of 18 that table. For a length or distance, the low four bits of op 25 unsigned char op; /* operation, extra bits, table bits */ member in struct:__anon30819 30 /* op values as set by inflate_table():
|
/external/zlib/src/ |
inftrees.h | 14 table that indexes more bits of the code. op indicates whether 17 pointer, the low four bits of op is the number of index bits of 18 that table. For a length or distance, the low four bits of op 25 unsigned char op; /* operation, extra bits, table bits */ member in struct:__anon30835 30 /* op values as set by inflate_table():
|
/frameworks/base/libs/hwui/ |
Snapshot.h | 87 SkRegion::Op op = SkRegion::kIntersect_Op); 94 bool clipTransformed(const Rect& r, SkRegion::Op op = SkRegion::kIntersect_Op); 100 bool clipRegionTransformed(const SkRegion& region, SkRegion::Op op); 237 bool clipRegionOp(float left, float top, float right, float bottom, SkRegion::Op op);
|
/frameworks/native/include/binder/ |
IAppOpsCallback.h | 32 virtual void opChanged(int32_t op, const String16& packageName) = 0;
|
/frameworks/native/libs/binder/ |
IAppOpsCallback.cpp | 40 virtual void opChanged(int32_t op, const String16& packageName) { 43 data.writeInt32(op); 59 int32_t op = data.readInt32(); local 61 opChanged(op, packageName);
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
LeaveBehindData.java | 26 final ToastBarOperation op; field in class:LeaveBehindData 31 op = undoOp; 43 arg.writeParcelable(op, 0); 49 op = arg.readParcelable(loader);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
blkpg.h | 33 int op; member in struct:blkpg_ioctl_arg 39 /* The subfunctions (for the op field) */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
blkpg.h | 33 int op; member in struct:blkpg_ioctl_arg 39 /* The subfunctions (for the op field) */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
blkpg.h | 33 int op; member in struct:blkpg_ioctl_arg 39 /* The subfunctions (for the op field) */
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
blkpg.h | 21 int op; member in struct:blkpg_ioctl_arg
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
blkpg.h | 21 int op; member in struct:blkpg_ioctl_arg
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
blkpg.h | 21 int op; member in struct:blkpg_ioctl_arg
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
blkpg.h | 21 int op; member in struct:blkpg_ioctl_arg
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/ |
blkpg.h | 21 int op; member in struct:blkpg_ioctl_arg
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/ |
blkpg.h | 21 int op; member in struct:blkpg_ioctl_arg
|
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/ |
blkpg.h | 21 int op; member in struct:blkpg_ioctl_arg
|
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/ |
blkpg.h | 21 int op; member in struct:blkpg_ioctl_arg
|
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/ |
blkpg.h | 21 int op; member in struct:blkpg_ioctl_arg
|
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/ |
blkpg.h | 21 int op; member in struct:blkpg_ioctl_arg
|