| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/ |
| H A D | rs_animation_manager_test.cpp | 186 float width = 0.0f; in HWTEST_F() local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
| H A D | rs_spherize_effect_filter.cpp | 70 int width = image->GetWidth(); in DrawImageRect() local [all...] |
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
| H A D | skia_image_test.cpp | 290 const int width = 100; in HWTEST_F() local
|
| /foundation/graphic/graphic_2d/rosen/test/render/render/systemtest/pipeline/ |
| H A D | rs_uni_render_unit_test.cpp | 54 void RsUniRenderTest::Init(std::shared_ptr<RSUIDirector> rsUiDirector, int width, int height) in Init() argument
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
| H A D | rs_surface_handler_test.cpp | 106 int32_t width = 1920; in HWTEST_F() local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/ |
| H A D | rs_kawase_blur.h | 54 int width = 0;
member
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/screen_manager/ |
| H A D | rs_screen_info.h | 37 uint32_t width = 0; // render resolution member
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
| H A D | rs_property_drawable.cpp | 67 RSPropertyDrawCmdListUpdater::RSPropertyDrawCmdListUpdater(int width, int height, RSPropertyDrawable* target) in RSPropertyDrawCmdListUpdater() argument
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
| H A D | rs_pixel_map_util_test.cpp | 38 static std::shared_ptr<Media::PixelMap> CreatePixelMap(int width, int height)
in CreatePixelMap() argument 74 int width = 200;
in HWTEST_F() local 115 int width = 200;
in HWTEST_F() local 143 int width = 200;
in HWTEST_F() local 158 int width = 200; HWTEST_F() local 191 int width = 200; HWTEST_F() local 215 int width = 200; HWTEST_F() local 230 int width = 200; HWTEST_F() local 246 int width = 200; HWTEST_F() local [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
| H A D | rs_recording_canvas.cpp | 24 ExtendRecordingCanvas::ExtendRecordingCanvas(int32_t width, int32_t height, bool addDrawOpImmediate) in ExtendRecordingCanvas() argument 27 std::unique_ptr<ExtendRecordingCanvas> ExtendRecordingCanvas::Obtain(int32_t width, int32_t height, in Obtain() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/ |
| H A D | rs_surface_windows.cpp | 119 int32_t width = frameWindows->width_; in FlushFrame() local 140 void RSSurfaceWindows::YInvert(void *addr, int32_t width, int32_t height) in YInvert() argument 49 RequestFrame( int32_t width, int32_t height, uint64_t uiTimestamp, bool useAFBC, bool isProtected) RequestFrame() argument [all...] |
| /foundation/graphic/graphic_2d/rosen/samples/hello_native_window/ |
| H A D | hello_native_window.cpp | 47 int32_t width = 0x100; in CreateNativeWindow() local
|
| /foundation/graphic/graphic_2d/rosen/samples/text/renderservice/ |
| H A D | drawing_text_c_sample.cpp | 38 void DoDraw(uint8_t *addr, uint32_t width, uint32_t height, size_t index) in DoDraw() argument 94 void DrawSurface(std::shared_ptr<RSSurfaceNode> surfaceNode, int32_t width, int32_t height, size_t index) in DrawSurface() argument
|
| H A D | main.cpp | 65 void DoDraw(uint8_t *addr, uint32_t width, uint32_t height, size_t index)
in DoDraw() argument 110 void DrawSurface(std::shared_ptr<RSSurfaceNode> surfaceNode, int32_t width, int32_t height, size_t index)
in DrawSurface() argument
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/typeface_fuzzer/ |
| H A D | typeface_fuzzer.cpp | 169 int width = GetObject<int>(); in TypefaceFuzzTest005() local
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
| H A D | drawing_text_line_test.cpp | 125 uint32_t width = 20; in PrepareCreateTextLine() local 421 double width = OH_Drawing_TextLineGetTypographicBounds(textLine, &ascent, &descent, &leading); in HWTEST_F() local 453 double width = OH_Drawing_TextLineGetTypographicBounds(textLine, &ascent, &descent, &leading); in HWTEST_F() local 486 double width in HWTEST_F() local 511 double width = OH_Drawing_TextLineGetTypographicBounds(textLine, &ascent, nullptr, nullptr); HWTEST_F() local 637 double width = OH_Drawing_TextLineGetTrailingSpaceWidth(textLine); HWTEST_F() local 662 double width = OH_Drawing_TextLineGetTrailingSpaceWidth(textLine); HWTEST_F() local 688 double width = OH_Drawing_TextLineGetTrailingSpaceWidth(textLine); HWTEST_F() local 693 double width = OH_Drawing_TextLineGetTrailingSpaceWidth(nullptr); HWTEST_F() local [all...] |
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsscreenmodeinfo_fuzzer/ |
| H A D | rsscreenmodeinfo_fuzzer.cpp | 169 int32_t width = GetData<int32_t>();
in DoSetScreenWidth() local
|
| /foundation/graphic/graphic_2d/frameworks/surfaceimage/src/ |
| H A D | native_image.cpp | 209 int32_t OH_ConsumerSurface_SetDefaultSize(OH_NativeImage* image, int32_t width, int32_t height) in OH_ConsumerSurface_SetDefaultSize() argument
|
| /foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/ |
| H A D | webgl_framebuffer.h | 37 GLsizei width = 0; member
|
| H A D | webgl_renderbuffer.h | 74 void SetSize(GLsizei width, GLsizei height) in SetSize() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/ |
| H A D | typography.h | 87 double width; member
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/ |
| H A D | text_line_impl.cpp | 70 std::unique_ptr<TextLineBase> TextLineImpl::CreateTruncatedLine(double width, EllipsisModal ellipsisMode,
in CreateTruncatedLine() argument
|
| /foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/systemtest/ |
| H A D | opengl_wrapper_api_test.cpp | 230 int32_t width = 0x100; in HWTEST_F() local
|
| /foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdiscreen_fuzzer/ |
| H A D | hdiscreen_fuzzer.cpp | 121 uint32_t width = 1080; in DoSomethingInterestingWithMyAPI() local
|
| /foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/ |
| H A D | hdioutput_test.cpp | 43 int32_t width = 50;
in SetUpTestCase() local
|