/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/utils/locks/ |
H A D | graph.h | 35 enum class Color { WHITE = 0, GREY = 1, BLACK = 2 }; enumerator 216 if (VertexColor(state.childIdx) == Graph::VColor::GREY) { in DfsVisitChildren() 252 Mark(state.currentIdx, Graph::VColor::GREY); in RunDfsFromVertex()
|
H A D | graph.cpp | 34 case G::VColor::GREY: in operator <<()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_grey_shader_filter.cpp | 25 type_ = ShaderFilterType::GREY; in RSGreyShaderFilter()
|
H A D | rs_drawing_filter.cpp | 131 case RSShaderFilter::GREY: { in GetDetailedDescription()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/ |
H A D | rs_shader_filter.h | 39 GREY, enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/ |
H A D | ge_render.cpp | 96 case Drawing::GEVisualEffectImpl::FilterType::GREY: { in GenerateShaderFilter()
|
H A D | ge_visual_effect_impl.cpp | 41 impl->SetFilterType(GEVisualEffectImpl::FilterType::GREY); in __anon7cca34240302() 163 case FilterType::GREY: { in SetParam()
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/ |
H A D | camera_capture_mode.cpp | 56 {GREY, OHOS_CAMERA_FILTER_TYPE_GREY}, 101 {GREY, "OHOS_CAMERA_FILTER_TYPE_GREY"}, 254 …std::vector<FilterType> supportedFilterTypes = { NONE, CLASSIC, DAWN, PURE, GREY, NATURAL, MORI, F… in GetSupportedFiltersStub()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/include/ |
H A D | ge_visual_effect_impl.h | 37 GREY, AIBAR, enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
H A D | rs_drawing_filter_test.cpp | 104 filterPtr->type_ = RSShaderFilter::GREY;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/test/unittest/ |
H A D | ge_visual_effect_impl_test.cpp | 54 EXPECT_EQ(geVisualEffectImpl2.GetFilterType(), Drawing::GEVisualEffectImpl::FilterType::GREY);
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/ |
H A D | capture_session.h | 70 GREY = 4, enumerator
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v4.0-beta2/ |
H A D | js-apidiff-multimedia.md | 66 |新增|NA|类名:FilterType;<br>方法or属性:GREY = 4|@ohos.multimedia.camera.d.ts|
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v4.0-beta2/ |
H A D | js-apidiff-multimedia.md | 66 |Added|NA|Class name: FilterType;<br>Method or attribute name: GREY = 4|@ohos.multimedia.camera.d.t…
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/ |
H A D | capture_session.cpp | 97 {OHOS_CAMERA_FILTER_TYPE_GREY, GREY}, 109 {GREY, OHOS_CAMERA_FILTER_TYPE_GREY},
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-multimedia.md | 300 |新增|NA|类名:FilterType;<br>方法or属性:GREY = 4|@ohos.multimedia.camera.d.ts|
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/ |
H A D | js-apidiff-multimedia.md | 300 |Added|NA|Class name: FilterType;<br>Method or attribute name: GREY = 4|@ohos.multimedia.camera.d.t…
|