| /foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/ |
| H A D | rs_rcd_surface_render_node.cpp | 42 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 D | rscommand_fuzzer.cpp | 76 RSSurfaceNodeType type = GetData<RSSurfaceNodeType>(); in RSSurfaceNodeCommandFuzzTest() local 179 RSModifierType type = GetData<RSModifierType>(); in RSCanvasNodeCommandFuzzTest() local
|
| /foundation/graphic/graphic_3d/lume/LumeEngine/src/ |
| H A D | engine.cpp | 339 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 D | rs_render_property.cpp | 45 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 D | test_base.cpp | 365 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 D | rs_canvas_node_test.cpp | 3556 RSModifierType type = RSModifierType::INVALID; HWTEST_F() local [all...] |
| /foundation/graphic/graphic_3d/kits/js/src/ |
| H A D | ShaderJS.cpp | 316 auto type = t->GetTypeId(); BindToMaterial() local [all...] |
| H A D | CameraJS.cpp | 491 META_NS::IObject::Ptr CameraJS::CreateObject(const META_NS::ClassInfo& type) in CreateObject() argument
|
| H A D | EnvironmentJS.cpp | 230 IEnvironment::BackgroundType type; in SetBackgroundType() local
|
| H A D | LightJS.cpp | 166 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 D | rs_misc_drawable.h | 65 RSCustomModifierDrawable(RSModifierType type) : type_(type) {} in RSCustomModifierDrawable() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
| H A D | rs_render_interpolating_spring_animation.cpp | 45 RSRenderPropertyType type = RSRenderPropertyType::INVALID; in DumpAnimationInfo() local
|
| H A D | rs_render_spring_animation.cpp | 48 RSRenderPropertyType type = RSRenderPropertyType::INVALID; in DumpAnimationInfo() local
|
| H A D | rs_render_property_animation.cpp | 34 RSRenderPropertyType type = RSRenderPropertyType::INVALID; in DumpAnimationInfo() local
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/imagefilter_fuzzer/ |
| H A D | image_filter_fuzzer.cpp | 107 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 D | drawcmd_fuzzer.cpp | 220 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 D | ge_visual_effect_impl.h | 61 void SetFilterType(FilterType type)
in SetFilterType() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
| H A D | rs_render_service.cpp | 492 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 D | rs_render_particle_test.cpp | 55 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 D | rs_render_particle_emitter_test.cpp | 63 ParticleType type = ParticleType::POINTS; in SetEmitConfig() local
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/ |
| H A D | path_test.h | 27 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 D | rs_canvas_drawing_render_node_test.cpp | 319 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 D | json.h | 51 enum class type : char {
class [all...] |
| H A D | spirv_cross_helper_structs_gles.h | 127 Type type;
member 185 uint32_t type;
member
|
| /foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/ |
| H A D | storage_daemon_test.cpp | 439 int32_t type = 0; HWTEST_F() local [all...] |