Home
last modified time | relevance | path

Searched refs:Op (Results 1 – 25 of 59) sorted by relevance

123

/expo/ios/versioned/sdk47/EXGL/common/
H A DABI47_0_0EXGLNativeContext.h48 using Op = std::function<void(void)>; variable
49 using Batch = std::vector<Op>;
70 void addToNextBatch(Op &&op) noexcept;
73 void addBlockingToNextBatch(Op &&op);
H A DABI47_0_0EXGLNativeContext.cpp50 nextBatch = std::vector<Op>(); in endNextBatch()
56 void ABI47_0_0EXGLContext::addToNextBatch(Op &&op) noexcept { in addToNextBatch()
62 void ABI47_0_0EXGLContext::addBlockingToNextBatch(Op &&op) { in addBlockingToNextBatch()
/expo/ios/versioned/sdk48/ExpoGL/common/
H A DABI48_0_0EXGLNativeContext.h48 using Op = std::function<void(void)>; variable
49 using Batch = std::vector<Op>;
70 void addToNextBatch(Op &&op) noexcept;
73 void addBlockingToNextBatch(Op &&op);
H A DABI48_0_0EXGLNativeContext.cpp50 nextBatch = std::vector<Op>(); in endNextBatch()
56 void ABI48_0_0EXGLContext::addToNextBatch(Op &&op) noexcept { in addToNextBatch()
62 void ABI48_0_0EXGLContext::addBlockingToNextBatch(Op &&op) { in addBlockingToNextBatch()
/expo/packages/expo-gl/common/
H A DEXGLNativeContext.h48 using Op = std::function<void(void)>; variable
49 using Batch = std::vector<Op>;
71 void addToNextBatch(Op &&op) noexcept;
74 void addBlockingToNextBatch(Op &&op);
H A DEXGLNativeContext.cpp55 nextBatch = std::vector<Op>(); in endNextBatch()
61 void EXGLContext::addToNextBatch(Op &&op) noexcept { in addToNextBatch()
67 void EXGLContext::addBlockingToNextBatch(Op &&op) { in addBlockingToNextBatch()
/expo/ios/versioned/sdk49/ExpoGL/common/
H A DABI49_0_0EXGLNativeContext.h48 using Op = std::function<void(void)>; variable
49 using Batch = std::vector<Op>;
71 void addToNextBatch(Op &&op) noexcept;
74 void addBlockingToNextBatch(Op &&op);
H A DABI49_0_0EXGLNativeContext.cpp55 nextBatch = std::vector<Op>(); in endNextBatch()
61 void ABI49_0_0EXGLContext::addToNextBatch(Op &&op) noexcept { in addToNextBatch()
67 void ABI49_0_0EXGLContext::addBlockingToNextBatch(Op &&op) { in addBlockingToNextBatch()
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkRegion.h360 enum Op { enum
378 bool op(const SkIRect& rect, Op op) { in op()
394 bool op(const SkRegion& rgn, Op op) { return this->op(*this, rgn, op); } in op()
405 bool op(const SkIRect& rect, const SkRegion& rgn, Op op);
416 bool op(const SkRegion& rgn, const SkIRect& rect, Op op);
427 bool op(const SkRegion& rgna, const SkRegion& rgnb, Op op);
668 static bool Oper(const SkRegion&, const SkRegion&, SkRegion::Op, SkRegion*);
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkRegion.h360 enum Op { enum
378 bool op(const SkIRect& rect, Op op) { in op()
394 bool op(const SkRegion& rgn, Op op) { return this->op(*this, rgn, op); } in op()
405 bool op(const SkIRect& rect, const SkRegion& rgn, Op op);
416 bool op(const SkRegion& rgn, const SkIRect& rect, Op op);
427 bool op(const SkRegion& rgna, const SkRegion& rgnb, Op op);
668 static bool Oper(const SkRegion&, const SkRegion&, SkRegion::Op, SkRegion*);
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkRegion.h360 enum Op { enum
378 bool op(const SkIRect& rect, Op op) { in op()
394 bool op(const SkRegion& rgn, Op op) { return this->op(*this, rgn, op); } in op()
405 bool op(const SkIRect& rect, const SkRegion& rgn, Op op);
416 bool op(const SkRegion& rgn, const SkIRect& rect, Op op);
427 bool op(const SkRegion& rgna, const SkRegion& rgnb, Op op);
668 static bool Oper(const SkRegion&, const SkRegion&, SkRegion::Op, SkRegion*);
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkRegion.h360 enum Op { enum
378 bool op(const SkIRect& rect, Op op) { in op()
394 bool op(const SkRegion& rgn, Op op) { return this->op(*this, rgn, op); } in op()
405 bool op(const SkIRect& rect, const SkRegion& rgn, Op op);
416 bool op(const SkRegion& rgn, const SkIRect& rect, Op op);
427 bool op(const SkRegion& rgna, const SkRegion& rgnb, Op op);
668 static bool Oper(const SkRegion&, const SkRegion&, SkRegion::Op, SkRegion*);
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkRegion.h359 enum Op { enum
377 bool op(const SkIRect& rect, Op op) { in op()
393 bool op(const SkRegion& rgn, Op op) { return this->op(*this, rgn, op); } in op()
404 bool op(const SkIRect& rect, const SkRegion& rgn, Op op);
415 bool op(const SkRegion& rgn, const SkIRect& rect, Op op);
426 bool op(const SkRegion& rgna, const SkRegion& rgnb, Op op);
662 static bool Oper(const SkRegion&, const SkRegion&, SkRegion::Op, SkRegion*);
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkRegion.h360 enum Op { enum
378 bool op(const SkIRect& rect, Op op) { in op()
394 bool op(const SkRegion& rgn, Op op) { return this->op(*this, rgn, op); } in op()
405 bool op(const SkIRect& rect, const SkRegion& rgn, Op op);
416 bool op(const SkRegion& rgn, const SkIRect& rect, Op op);
427 bool op(const SkRegion& rgna, const SkRegion& rgnb, Op op);
668 static bool Oper(const SkRegion&, const SkRegion&, SkRegion::Op, SkRegion*);
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkRegion.h360 enum Op { enum
378 bool op(const SkIRect& rect, Op op) { in op()
394 bool op(const SkRegion& rgn, Op op) { return this->op(*this, rgn, op); } in op()
405 bool op(const SkIRect& rect, const SkRegion& rgn, Op op);
416 bool op(const SkRegion& rgn, const SkIRect& rect, Op op);
427 bool op(const SkRegion& rgna, const SkRegion& rgnb, Op op);
668 static bool Oper(const SkRegion&, const SkRegion&, SkRegion::Op, SkRegion*);
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkRegion.h360 enum Op { enum
378 bool op(const SkIRect& rect, Op op) { in op()
394 bool op(const SkRegion& rgn, Op op) { return this->op(*this, rgn, op); } in op()
405 bool op(const SkIRect& rect, const SkRegion& rgn, Op op);
416 bool op(const SkRegion& rgn, const SkIRect& rect, Op op);
427 bool op(const SkRegion& rgna, const SkRegion& rgnb, Op op);
668 static bool Oper(const SkRegion&, const SkRegion&, SkRegion::Op, SkRegion*);
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/pathops/
H A DSkPathOps.h46 bool SK_API Op(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result);
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/pathops/
H A DSkPathOps.h46 bool SK_API Op(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result);
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/pathops/
H A DSkPathOps.h46 bool SK_API Op(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result);
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/pathops/
H A DSkPathOps.h46 bool SK_API Op(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result);
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/pathops/
H A DSkPathOps.h46 bool SK_API Op(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result);
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/pathops/
H A DSkPathOps.h46 bool SK_API Op(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result);
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/pathops/
H A DSkPathOps.h46 bool SK_API Op(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result);
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/pathops/
H A DSkPathOps.h46 bool SK_API Op(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result);
/expo/android/vendored/sdk47/react-native-svg/android/src/main/java/abi47_0_0/com/horcrux/svg/
H A DGroupView.java150 Path getPath(final Canvas canvas, final Paint paint, final Region.Op op) { in getPath()
154 final Path.Op pop = Path.Op.valueOf(op.name()); in getPath()

123