Home
last modified time | relevance | path

Searched defs:Op (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/resourceschedule/ffrt/src/sched/
H A Dtask_state.h33 using Op = typename std::function<bool(CPUEUTask*)>; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/
H A Dregion.cpp76 bool Region::Op(const Region& region, RegionOp op) in Op() function in OHOS::Rosen::Drawing::Region
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_region.cpp105 bool SkiaRegion::Op(const Region& region, RegionOp op) in Op() function in OHOS::Rosen::Drawing::SkiaRegion
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/region_napi/
H A Djs_region.cpp143 napi_value JsRegion::Op(napi_env env, napi_callback_info info) in Op() function in OHOS::Rosen::Drawing::JsRegion
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_path.h87 virtual bool Op(const TestingPath& path1, TestingPath& path2, TestingPathOp op) in Op() function
/ohos5.0/base/hiviewdfx/hiview/base/event_store/include/
H A Dsys_event_query.h72 enum Op { NONE = 0, EQ = 1, NE, LT, LE, GT, GE, SW, NSW }; enum
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_paint_op.h41 struct Op { struct
45 static_assert(sizeof(Op) == 4, "size of canvas op shoule be 4"); argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dpath.cpp248 bool Path::Op(const Path& path1, Path& path2, PathOp op) in Op() function in OHOS::Rosen::Drawing::Path
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/path_napi/
H A Djs_path.cpp353 napi_value JsPath::Op(napi_env env, napi_callback_info info) in Op() function in OHOS::Rosen::Drawing::JsPath