Home
last modified time | relevance | path

Searched refs:Generate (Results 1 - 25 of 26) sorted by relevance

12

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable.cpp209 RSAlphaDrawable::Generate, // ALPHA
210 RSMaskDrawable::Generate, // MASK
213 RSShadowDrawable::Generate, // SHADOW
214 RSForegroundFilterDrawable::Generate, // FOREGROUND_FILTER
215 RSOutlineDrawable::Generate, // OUTLINE
221 RSBackgroundColorDrawable::Generate, // BACKGROUND_COLOR
222 RSBackgroundShaderDrawable::Generate, // BACKGROUND_SHADER
223 RSBackgroundImageDrawable::Generate, // BACKGROUND_IMAGE
224 RSBackgroundFilterDrawable::Generate, // BACKGROUND_FILTER
225 RSEffectDataApplyDrawable::Generate, // USE_EFFEC
[all...]
H A Drs_property_drawable_frame_geometry.cpp31 RSPropertyDrawable::DrawablePtr RSFrameGeometryDrawable::Generate(const RSRenderContent& content) in Generate() function in OHOS::Rosen::RSFrameGeometryDrawable
60 RSPropertyDrawable::DrawablePtr RSColorFilterDrawable::Generate(const RSRenderContent& content) in Generate() function in OHOS::Rosen::RSColorFilterDrawable
86 RSPropertyDrawable::DrawablePtr RSClipFrameDrawable::Generate(const RSRenderContent& content) in Generate() function in OHOS::Rosen::RSClipFrameDrawable
H A Drs_property_drawable_bounds_geometry.cpp43 RSPropertyDrawable::DrawablePtr RSBoundsGeometryDrawable::Generate(const RSRenderContent& content) in Generate() function in OHOS::Rosen::RSBoundsGeometryDrawable
50 // Planning: Generate() should calculate the draw op and cache it in Draw()
66 RSPropertyDrawable::DrawablePtr RSClipBoundsDrawable::Generate(const RSRenderContent& content) in Generate() function in OHOS::Rosen::RSClipBoundsDrawable
73 RSPropertyDrawable::DrawablePtr RSPointLightDrawable::Generate(const RSRenderContent& content) in Generate() function in OHOS::Rosen::RSPointLightDrawable
94 RSPropertyDrawable::DrawablePtr RSBorderDrawable::Generate(const RSRenderContent& content) in Generate() function in OHOS::Rosen::RSBorderDrawable
245 RSPropertyDrawable::DrawablePtr RSOutlineDrawable::Generate(const RSRenderContent& content) in Generate() function in OHOS::Rosen::RSOutlineDrawable
270 RSPropertyDrawable::DrawablePtr RSMaskDrawable::Generate(const RSRenderContent& content) in Generate() function in OHOS::Rosen::RSMaskDrawable
433 RSPropertyDrawable::DrawablePtr RSShadowBaseDrawable::Generate(const RSRenderContent& content) in Generate() function in OHOS::Rosen::RSShadowBaseDrawable
587 RSPropertyDrawable::DrawablePtr RSDynamicLightUpDrawable::Generate(const RSRenderContent& content) in Generate() function in OHOS::Rosen::RSDynamicLightUpDrawable
608 RSPropertyDrawable::DrawablePtr RSLightUpEffectDrawable::Generate(cons function in OHOS::Rosen::RSLightUpEffectDrawable
623 RSPropertyDrawable::DrawablePtr RSDynamicDimDrawable::Generate(const RSRenderContent& context) Generate() function in OHOS::Rosen::RSDynamicDimDrawable
648 RSPropertyDrawable::DrawablePtr RSBinarizationDrawable::Generate(const RSRenderContent& content) Generate() function in OHOS::Rosen::RSBinarizationDrawable
666 RSPropertyDrawable::DrawablePtr RSBackgroundFilterDrawable::Generate(const RSRenderContent& content) Generate() function in OHOS::Rosen::RSBackgroundFilterDrawable
693 RSPropertyDrawable::DrawablePtr RSCompositingFilterDrawable::Generate(const RSRenderContent& content) Generate() function in OHOS::Rosen::RSCompositingFilterDrawable
726 RSPropertyDrawable::DrawablePtr RSForegroundFilterDrawable::Generate(const RSRenderContent& content) Generate() function in OHOS::Rosen::RSForegroundFilterDrawable
772 RSPropertyDrawable::DrawablePtr RSForegroundFilterRestoreDrawable::Generate(const RSRenderContent& content) Generate() function in OHOS::Rosen::RSForegroundFilterRestoreDrawable
812 RSPropertyDrawable::DrawablePtr RSEffectDataApplyDrawable::Generate(const RSRenderContent& content) Generate() function in OHOS::Rosen::RSEffectDataApplyDrawable
856 RSPropertyDrawable::DrawablePtr RSForegroundColorDrawable::Generate(const RSRenderContent& content) Generate() function in OHOS::Rosen::RSForegroundColorDrawable
870 RSPropertyDrawable::DrawablePtr RSParticleDrawable::Generate(const RSRenderContent& content) Generate() function in OHOS::Rosen::RSParticleDrawable
902 RSPropertyDrawable::DrawablePtr RSPixelStretchDrawable::Generate(const RSRenderContent& content) Generate() function in OHOS::Rosen::RSPixelStretchDrawable
945 RSPropertyDrawable::DrawablePtr RSBackgroundColorDrawable::Generate(const RSRenderContent& content) Generate() function in OHOS::Rosen::RSBackgroundColorDrawable
967 RSPropertyDrawable::DrawablePtr RSBackgroundShaderDrawable::Generate(const RSRenderContent& content) Generate() function in OHOS::Rosen::RSBackgroundShaderDrawable
988 RSPropertyDrawable::DrawablePtr RSBackgroundImageDrawable::Generate(const RSRenderContent& content) Generate() function in OHOS::Rosen::RSBackgroundImageDrawable
[all...]
H A Drs_property_drawable_utilities.cpp108 RSPropertyDrawable::DrawablePtr RSAlphaDrawable::Generate(const RSRenderContent& content) in Generate() function in OHOS::Rosen::RSAlphaDrawable
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_property_drawable_bounds_geometry.h35 static RSPropertyDrawable::DrawablePtr Generate(const RSRenderContent& content);
44 static RSPropertyDrawable::DrawablePtr Generate(const RSRenderContent& content);
55 static RSPropertyDrawable::DrawablePtr Generate(const RSRenderContent& content);
66 static RSPropertyDrawable::DrawablePtr Generate(const RSRenderContent& content);
135 static RSPropertyDrawable::DrawablePtr Generate(const RSRenderContent& content);
144 static RSPropertyDrawable::DrawablePtr Generate(const RSRenderContent& content);
193 static RSPropertyDrawable::DrawablePtr Generate(const RSRenderContent& content);
238 static RSPropertyDrawable::DrawablePtr Generate(const RSRenderContent& content);
250 static RSPropertyDrawable::DrawablePtr Generate(const RSRenderContent& content);
260 static RSPropertyDrawable::DrawablePtr Generate(cons
[all...]
H A Drs_property_drawable_frame_geometry.h30 static RSPropertyDrawable::DrawablePtr Generate(const RSRenderContent& content);
41 static RSPropertyDrawable::DrawablePtr Generate(const RSRenderContent& content);
51 static RSPropertyDrawable::DrawablePtr Generate(const RSRenderContent& content);
H A Drs_property_drawable_utilities.h87 static RSPropertyDrawable::DrawablePtr Generate(const RSRenderContent& content);
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_property_drawable_bounds_geometry_test.cpp546 * @tc.desc: test results of Generate
554 RSPointLightDrawable::Generate(content); in HWTEST_F()
560 RSPointLightDrawable::Generate(content); in HWTEST_F()
565 RSPointLightDrawable::Generate(content); in HWTEST_F()
596 * @tc.desc: test results of Generate
604 RSBorderDrawable::Generate(content); in HWTEST_F()
609 RSBorderDrawable::Generate(content); in HWTEST_F()
616 RSBorderDrawable::Generate(content); in HWTEST_F()
620 RSBorderDrawable::Generate(content); in HWTEST_F()
627 RSBorderDrawable::Generate(conten in HWTEST_F()
[all...]
H A Drs_property_drawable_utilities_test.cpp89 * @tc.desc: test results of Generate
97 RSAlphaDrawable::Generate(content); in HWTEST_F()
101 RSAlphaDrawable::Generate(content); in HWTEST_F()
H A Drs_property_drawable_frame_geometry_test.cpp65 * @tc.desc: test results of Generate
73 RSColorFilterDrawable::Generate(content); in HWTEST_F()
77 RSColorFilterDrawable::Generate(content); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rspropertydrawableboundsgeometry_fuzzer/
H A Drspropertydrawableboundsgeometry_fuzzer.cpp111 RSBoundsGeometryDrawable::Generate(content); in DoGenerate()
112 RSShadowBaseDrawable::Generate(content); in DoGenerate()
115 RSBorderDrawable::Generate(content); in DoGenerate()
116 RSOutlineDrawable::Generate(content); in DoGenerate()
118 RSMaskDrawable::Generate(content); in DoGenerate()
119 RSShadowBaseDrawable::Generate(content); in DoGenerate()
230 RSDynamicLightUpDrawable::Generate(content); in DoRSDynamicLightUpDrawable()
254 RSBinarizationDrawable::Generate(content); in DoRSBinarizationDrawable()
276 RSLightUpEffectDrawable::Generate(content); in DoRSLightUpEffectDrawable()
299 RSDynamicDimDrawable::Generate(conten in DoRSDynamicDimDrawable()
[all...]
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/spancolorfill/
H A Dfill_base.h58 virtual void Generate(Rgba8T* span, int32_t, int32_t, uint32_t len) = 0;
68 void Generate(Rgba8T* span, int32_t, int32_t, uint32_t len) in Generate() function in OHOS::SpanSoildColor
90 void Generate(Rgba8T* span, int32_t x, int32_t y, uint32_t len) in Generate() function in OHOS::SpanBlendColor
98 spanGenerator1_.Generate(colors1, x, y, len); in Generate()
99 spanGenerator2_.Generate(colors2, x, y, len); in Generate()
H A Dfill_pattern_rgba.h77 void Generate(Rgba8T* span, int32_t x, int32_t y, uint32_t len) in Generate() function in OHOS::FillPatternRgba
H A Dfill_gradient.h74 * @brief Generate From colorfunction_ Remove the rgba from the span
80 void Generate(Rgba8T* span, int32_t x, int32_t y, uint32_t len) in Generate() function in OHOS::FillGradient
/foundation/arkui/ui_lite/frameworks/render/
H A Drender_scanline.cpp75 spanGen.Generate(alloc.GetSpanPtr(), x, y, len); in RenderScanlinesAntiAlias()
168 spanGen2.Generate(alloc.GetSpanPtr(), x2, y2, span2->spanLength); in BlendSourceAtop()
172 spanGen1.Generate(alloc.GetSpanPtr(), x2, y2, span2->spanLength); in BlendSourceAtop()
177 spanGen1.Generate(alloc.GetSpanPtr(), x1, y2, span1->spanLength); in BlendSourceAtop()
186 spanGen1.Generate(alloc.GetSpanPtr(), x1, y2, span3->spanLength); in BlendSourceAtop()
195 spanGen1.Generate(alloc.GetSpanPtr(), x2, y2, span3->spanLength); in BlendSourceAtop()
205 spanGen2.Generate(alloc.GetSpanPtr(), x2, y2, span2->spanLength); in BlendSourceAtop()
288 spanGen1.Generate(alloc.GetSpanPtr(), x1, y2, span3->spanLength); in BlendSourceOut()
297 spanGen1.Generate(alloc.GetSpanPtr(), x1, y2, span4->spanLength); in BlendSourceOut()
306 spanGen1.Generate(allo in BlendSourceOut()
[all...]
/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/
H A DRdbStoreCorruptJsunit.test.js60 async function Generate() {
148 await Generate();
183 await Generate()
209 await Generate();
238 await Generate();
267 await Generate();
289 await Generate();
308 await Generate();
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rspropertydrawableframegeometry_fuzzer/
H A Drspropertydrawableframegeometry_fuzzer.cpp76 RSFrameGeometryDrawable::Generate(content); in DoRSFrameGeometryDrawable()
99 RSClipFrameDrawable::Generate(content); in DoRSClipFrameDrawable()
129 RSColorFilterDrawable::Generate(content); in DoRSColorFilterDrawable()
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/
H A DOHAudioStreamBuilder.h33 OH_AudioStream_Result Generate(OH_AudioRenderer **renderer);
34 OH_AudioStream_Result Generate(OH_AudioCapturer **capturer);
H A DOHAudioStreamBuilder.cpp191 return audioStreamBuilder->Generate(audioRenderer); in OH_AudioStreamBuilder_GenerateRenderer()
199 return audioStreamBuilder->Generate(audioCapturer); in OH_AudioStreamBuilder_GenerateCapturer()
344 OH_AudioStream_Result OHAudioStreamBuilder::Generate(OH_AudioRenderer **renderer) in Generate() function in OHOS::AudioStandard::OHAudioStreamBuilder
346 AUDIO_INFO_LOG("Generate OHAudioRenderer"); in Generate()
388 OH_AudioStream_Result OHAudioStreamBuilder::Generate(OH_AudioCapturer **capturer) in Generate() function in OHOS::AudioStandard::OHAudioStreamBuilder
390 AUDIO_INFO_LOG("Generate OHAudioCapturer"); in Generate()
/foundation/ability/idl_tool/codegen/
H A Dcode_generator.h33 bool Generate();
H A Dcode_generator.cpp85 bool CodeGenerator::Generate() in ResolveDirectory() function in OHOS::Idl::CodeGenerator
/foundation/ability/idl_tool/idl_tool_2/codegen/
H A Dcode_generator.cpp33 bool CodegenBuilder::Generate(const StrAstMap &allAst) in Generate() function in OHOS::Idl::CodegenBuilder
H A Dcode_generator.h46 bool Generate(const StrAstMap &allAst);
/foundation/ability/idl_tool/
H A Dmain.cpp67 Logger::E(TAG, "Generate metadata failed."); in DoCompile()
110 if (!codeGen.Generate()) { in DoGenerage()
111 Logger::E(TAG, "Generate \"%s\" codes failed.", options.GetTargetLanguage().string()); in DoGenerage()
/foundation/ability/idl_tool/idl_tool_2/
H A Dmain.cpp81 Logger::E(TAG, "Generate metadata failed."); in DumpMetaData()
173 if (!CodegenBuilder::GetInstance().Generate(astList)) { in main()

Completed in 15 milliseconds

12