Home
last modified time | relevance | path

Searched defs:type (Results 701 - 725 of 10784) sorted by relevance

1...<<21222324252627282930>>...432

/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/
H A Dge_visual_effect.cpp25 GEVisualEffect::GEVisualEffect(const std::string& name, DrawingPaintType type) in GEVisualEffect() argument
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Dflat_obj.h40 uint32_t type; member
64 __u32 type; member
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/
H A Dmatrix_test.h27 explicit MatrixReset(int type) : TestBase(type) in MatrixReset() argument
39 explicit MatrixConcat(int type) : TestBase(type) in MatrixConcat() argument
51 explicit MatrixInvert(int type) : TestBase(type) in MatrixInvert() argument
63 explicit MatrixSetPolyToPoly(int type) : TestBase(type) in MatrixSetPolyToPoly() argument
75 explicit MatrixPreRotate(int type) : TestBase(type) in MatrixPreRotate() argument
87 MatrixPostScale(int type) MatrixPostScale() argument
99 MatrixPostTranslate(int type) MatrixPostTranslate() argument
111 MatrixIsEqual(int type) MatrixIsEqual() argument
[all...]
H A Dcolor_test.h27 explicit ColorFilterCreateBlendMode(int type) : TestBase(type) in ColorFilterCreateBlendMode() argument
41 explicit ColorFilterCreateCompose(int type) : TestBase(type) in ColorFilterCreateCompose() argument
55 explicit ColorFilterCreateMatrix(int type) : TestBase(type) in ColorFilterCreateMatrix() argument
69 explicit ColorFilterCreateLinearToSrgbGamma(int type) : TestBase(type) in ColorFilterCreateLinearToSrgbGamma() argument
83 explicit ColorFilterCreateSrgbGammaToLinear(int type) : TestBase(type) in ColorFilterCreateSrgbGammaToLinear() argument
97 ColorFilterCreateLuma(int type) ColorFilterCreateLuma() argument
111 ColorSpaceCreateSrgb(int type) ColorSpaceCreateSrgb() argument
125 ColorSpaceCreateSrgbLinear(int type) ColorSpaceCreateSrgbLinear() argument
[all...]
H A Dbitmap_test.h27 explicit ImageBuildFromBitmap(int type) : TestBase(type) in ImageBuildFromBitmap() argument
41 explicit BitmapReadPixels(int type, OH_Drawing_ColorFormat ct, OH_Drawing_AlphaFormat at) in BitmapReadPixels() argument
56 explicit BitmapBuild(int type) : TestBase(type) in BitmapBuild() argument
70 explicit BitmapCreateFromPixels(int type) : TestBase(type) in BitmapCreateFromPixels() argument
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/io/
H A Dintf_directory.h45 Type type; member
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/
H A Drs_command_factory_test.cpp49 uint16_t type = 65535; // for test in HWTEST_F() local
69 uint16_t type = 65535; // for test in HWTEST_F() local
/foundation/filemanagement/storage_service/services/storage_manager/disk/test/
H A Ddisk_manager_service_test.cpp268 int32_t type = 1; in HWTEST_F() local
299 int32_t type = 1; HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/frameworks/bootanimation/test/unittest/
H A Dboot_animation_controller_test.cpp58 BootStrategyType type = controller.GetBootType(); in HWTEST_F() local
71 BootStrategyType type = controller.GetBootType(); in HWTEST_F() local
85 BootStrategyType type = controller.GetBootType(); in HWTEST_F() local
101 BootStrategyType type = controller.GetBootType(); HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/effect/
H A Dcolor_space_test.cpp119 auto type = colorSpace->GetType(); in HWTEST_F() local
134 auto type = colorSpace->GetType(); in HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_command_factory.cpp60 void RSCommandFactory::Register(uint16_t type, uint16_t subtype, UnmarshallingFunc func) in Register() argument
69 UnmarshallingFunc RSCommandFactory::GetUnmarshallingFunc(uint16_t type, uint16_t subtype) in GetUnmarshallingFunc() argument
H A Drs_canvas_node_command.cpp53 auto type = static_cast<RSModifierType>(modifierType); in UpdateRecording() local
31 AddCmdToSingleFrameComposer(std::shared_ptr<RSCanvasRenderNode> node, std::shared_ptr<Drawing::DrawCmdList> drawCmds, RSModifierType type) AddCmdToSingleFrameComposer() argument
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/text/hmsymbolconfigohos_fuzzer/
H A Dhmsymbolconfigohos_fuzzer.cpp59 uint32_t type = GetObject<uint32_t>(); in HmSymbolConfigOhosFuzzTest002() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_profiler/unittest/
H A Drs_profiler_network_test.cpp89 auto type = static_cast<char>(Packet::BINARY); in HWTEST_F() local
105 auto type = static_cast<char>(Packet::LOG); in HWTEST_F() local
121 auto type in HWTEST_F() local
138 auto type = static_cast<char>(Packet::BINARY); HWTEST_F() local
158 auto type = static_cast<char>(Packet::BINARY); HWTEST_F() local
173 auto type = static_cast<char>(Packet::BINARY); HWTEST_F() local
193 auto type = static_cast<char>(Packet::BINARY); HWTEST_F() local
[all...]
/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/video_processing/
H A Dvideo_processing_impl.cpp43 VideoProcessing_ErrorCode OH_VideoProcessing::Create(OH_VideoProcessing** instance, int type) in Create() argument
92 OH_VideoProcessing::OH_VideoProcessing(int type) in OH_VideoProcessing() argument
/foundation/multimedia/image_framework/mock/native/src/
H A DHiLog.cpp22 int HiLogPrint(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt, ...) in HiLogPrint() argument
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/box/
H A Ditem_property_aux_box.h29 void SetAuxType(const std::string &type) { auxType_ = type; } in SetAuxType() argument
/foundation/multimedia/image_framework/plugins/manager/include/
H A Dpriority_scheme.h32 PriorityScheme(PriorityType type, const std::string &attrKey) : type_(type), attrKey_(attrKey) {} in PriorityScheme() argument
33 PriorityScheme(PriorityType type, std::string &&attrKey) : type_(type), attrKey_(std::move(attrKey)) {} in PriorityScheme() argument
/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/image_processing/
H A Dimage_processing_impl.cpp43 ImageProcessing_ErrorCode OH_ImageProcessing::Create(OH_ImageProcessing** instance, int type) in Create() argument
84 OH_ImageProcessing::OH_ImageProcessing(int type) in OH_ImageProcessing() argument
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/media_manager/
H A Dwriter.cpp46 MediaManagerError Writer::Write(TrackType type, const std::shared_ptr<AVBuffer>& sample) in Write() argument
/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/include/core/
H A Dtransfer.h43 EventType type; member
/foundation/multimedia/media_foundation/services/media_monitor/common/src/
H A Devent_bean.cpp32 EventBean(const ModuleId &mId, const EventId &eId, const EventType &type) EventBean() argument
/foundation/multimedia/media_foundation/src/meta/
H A Dany.cpp101 AnyValueType type = static_cast<AnyValueType>(parcel.ReadInt32()); variable
/foundation/multimedia/media_foundation/tests/unittest/pipeline/
H A Dpipline_func_unit_test.h25 TestFilter(std::string name, Pipeline::FilterType type): Pipeline::Filter(std::move(name), type) {}; in TestFilter() argument
/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/window_manager_service_proxy_impl/
H A Dhcamera_scene_session_manager_proxy.cpp21 int32_t CameraSceneSessionManagerProxy::RegisterWindowManagerAgent(WindowManagerAgentType type, in RegisterWindowManagerAgent() argument
40 int32_t CameraSceneSessionManagerProxy::UnregisterWindowManagerAgent(WindowManagerAgentType type, in UnregisterWindowManagerAgent() argument

Completed in 11 milliseconds

1...<<21222324252627282930>>...432