Home
last modified time | relevance | path

Searched defs:type (Results 7476 - 7500 of 24867) sorted by relevance

1...<<291292293294295296297298299300>>...995

/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/
H A Drs_rcd_surface_render_node.cpp42 RSRcdSurfaceRenderNode::SharedPtr RSRcdSurfaceRenderNode::Create(NodeId id, RCDSurfaceType type) in Create() argument
76 RoundCornerDisplayManager::RCDLayerType type = RoundCornerDisplayManager::RCDLayerType::INVALID; in CreateSurface() local
31 RSRcdSurfaceRenderNode( NodeId id, RCDSurfaceType type, const std::weak_ptr<RSContext>& context) RSRcdSurfaceRenderNode() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rscommand_fuzzer/
H A Drscommand_fuzzer.cpp76 RSSurfaceNodeType type = GetData<RSSurfaceNodeType>(); in RSSurfaceNodeCommandFuzzTest() local
179 RSModifierType type = GetData<RSModifierType>(); in RSCanvasNodeCommandFuzzTest() local
/foundation/graphic/graphic_3d/lume/LumeEngine/src/
H A Dengine.cpp339 void Engine::OnTypeInfoEvent(EventType type, array_view<const ITypeInfo* const> typeInfos) in OnTypeInfoEvent() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/modifier/
H A Drs_render_property.cpp45 void RSRenderPropertyBase::UpdatePropertyUnit(RSModifierType type) in UpdatePropertyUnit() argument
72 RSRenderPropertyType type = val->GetPropertyType(); in Marshalling() local
157 RSRenderPropertyType type = static_cast<RSRenderPropertyType>(typeId); in Unmarshalling() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtest_base.cpp365 void TestBase::StyleSettings(OH_Drawing_Canvas* canvas, int32_t type) in StyleSettings() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_canvas_node_test.cpp3556 RSModifierType type = RSModifierType::INVALID; HWTEST_F() local
[all...]
/foundation/graphic/graphic_3d/kits/js/src/
H A DShaderJS.cpp316 auto type = t->GetTypeId(); BindToMaterial() local
[all...]
H A DCameraJS.cpp491 META_NS::IObject::Ptr CameraJS::CreateObject(const META_NS::ClassInfo& type) in CreateObject() argument
H A DEnvironmentJS.cpp230 IEnvironment::BackgroundType type; in SetBackgroundType() local
H A DLightJS.cpp166 uint32_t type = -1; // return -1 if the object does not exist anymore in GetlightType() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H A Drs_misc_drawable.h65 RSCustomModifierDrawable(RSModifierType type) : type_(type) {} in RSCustomModifierDrawable() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_interpolating_spring_animation.cpp45 RSRenderPropertyType type = RSRenderPropertyType::INVALID; in DumpAnimationInfo() local
H A Drs_render_spring_animation.cpp48 RSRenderPropertyType type = RSRenderPropertyType::INVALID; in DumpAnimationInfo() local
H A Drs_render_property_animation.cpp34 RSRenderPropertyType type = RSRenderPropertyType::INVALID; in DumpAnimationInfo() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/imagefilter_fuzzer/
H A Dimage_filter_fuzzer.cpp107 uint32_t type = GetObject<uint32_t>(); in ImageFilterFuzzTest003() local
177 uint32_t type in ImageFilterFuzzTest004() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/recording/drawcmd_fuzzer/
H A Ddrawcmd_fuzzer.cpp220 uint32_t type = GetObject<uint32_t>(); in DrawCmdFuzzTest005() local
263 uint32_t type = GetObject<uint32_t>(); in DrawCmdFuzzTest006() local
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/include/
H A Dge_visual_effect_impl.h61 void SetFilterType(FilterType type) in SetFilterType() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service.cpp492 static bool IsNumber(const std::string& type) in IsNumber() argument
519 std::string type; in DumpMem() local
536 std::string type; DumpNode() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_particle_test.cpp55 ParticleType type = ParticleType::POINTS; in SetUp() local
134 ParticleType type = ParticleType::IMAGES; in HWTEST_F() local
169 ParticleType type = ParticleType::IMAGES; in HWTEST_F() local
207 ParticleType type = ParticleType::IMAGES; HWTEST_F() local
[all...]
H A Drs_render_particle_emitter_test.cpp63 ParticleType type = ParticleType::POINTS; in SetEmitConfig() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/
H A Dpath_test.h27 PathTransformWithPerspectiveClip(int type, bool bClip) : TestBase(type), applyPerspectiveClip(bClip) in PathTransformWithPerspectiveClip() argument
40 PathSetFillType(int type, OH_Drawing_PathFillType fillType) : TestBase(type), fType(fillType) in PathSetFillType() argument
53 PathGetLength(int type, bool bForceClosed) : TestBase(type), bClosed(bForceClosed) in PathGetLength() argument
66 explicit PathClose(int type) : TestBase(type) in PathClose() argument
78 explicit PathOffset(int type) : TestBase(type) in PathOffset() argument
90 PathReset(int type) PathReset() argument
102 PathCubicTo(int type) PathCubicTo() argument
114 PathRMoveTo(int type) PathRMoveTo() argument
126 PathRLineTo(int type) PathRLineTo() argument
138 PathRQuadTo(int type) PathRQuadTo() argument
150 PathRConicTo(int type) PathRConicTo() argument
162 PathRCubicTo(int type) PathRCubicTo() argument
174 PathAddRect(int type) PathAddRect() argument
186 PathAddRectWithInitialCorner(int type) PathAddRectWithInitialCorner() argument
198 PathAddRoundRect(int type) PathAddRoundRect() argument
210 PathAddPath(int type) PathAddPath() argument
222 PathAddPathWithMode(int type, OH_Drawing_PathAddMode mode) PathAddPathWithMode() argument
235 PathAddPathWithOffsetAndMode(int type, OH_Drawing_PathAddMode mode) PathAddPathWithOffsetAndMode() argument
248 PathEffectCreateDashPathEffect(int type) PathEffectCreateDashPathEffect() argument
259 PathCreate(int type) PathCreate() argument
270 PathLineTo(int type) PathLineTo() argument
281 PathArcTo(int type) PathArcTo() argument
292 PathQuadTo(int type) PathQuadTo() argument
303 PathCopy(int type) PathCopy() argument
314 PathConicTo(int type) PathConicTo() argument
325 PathAddPathWithMatrixAndMode(int type) PathAddPathWithMatrixAndMode() argument
335 PathAddOvalWithInitialPoint(int type) PathAddOvalWithInitialPoint() argument
349 PathAddArc(int type) PathAddArc() argument
362 PathTransform(int type) PathTransform() argument
371 PathAddOval(int type) PathAddOval() argument
380 PathContains(int type) PathContains() argument
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_canvas_drawing_render_node_test.cpp319 auto type = RSModifierType::CONTENT_STYLE; HWTEST_F() local
454 auto type = RSModifierType::CONTENT_STYLE; HWTEST_F() local
[all...]
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Djson.h51 enum class type : char { class
[all...]
H A Dspirv_cross_helper_structs_gles.h127 Type type; member
185 uint32_t type; member
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/
H A Dstorage_daemon_test.cpp439 int32_t type = 0; HWTEST_F() local
[all...]

Completed in 24 milliseconds

1...<<291292293294295296297298299300>>...995