/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/screen_manager/ |
H A D | rs_screen_info.h | 38 uint32_t height = 0; 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 75 int height = 300;
in HWTEST_F() local 116 int height = 300;
in HWTEST_F() local 144 int height = 300;
in HWTEST_F() local 159 int height = 300; HWTEST_F() local 192 int height = 300; HWTEST_F() local 216 int height = 300; HWTEST_F() local 231 int height = 300; HWTEST_F() local 247 int height = 300; 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 | 120 int32_t height = frameWindows->height_; 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 | 48 int32_t height = 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/unittest/ndk/ |
H A D | drawing_text_line_test.cpp | 98 uint32_t height = 40; in PrepareCreateTextLine() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsscreenmodeinfo_fuzzer/ |
H A D | rsscreenmodeinfo_fuzzer.cpp | 187 int32_t height = GetData<int32_t>();
in DoSetScreenHeight() 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 | 38 GLsizei height = 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 | 89 double height; member
|
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/systemtest/ |
H A D | opengl_wrapper_api_test.cpp | 229 int32_t height = 0x100; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdiscreen_fuzzer/ |
H A D | hdiscreen_fuzzer.cpp | 122 uint32_t height = 1920; in DoSomethingInterestingWithMyAPI() local
|
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/ |
H A D | hdioutput_test.cpp | 44 int32_t height = 50;
in SetUpTestCase() local
|
H A D | hdilayer_context_systest.cpp | 89 void HdiLayerContext::DrawColor(void *image, uint32_t width, uint32_t height) in DrawColor() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_extended_modifier.cpp | 38 static sptr<SurfaceBuffer> DmaMemAlloc(const int32_t& width, const int32_t& height, in DmaMemAlloc() argument 138 int32_t height = static_cast<int32_t>(ctx.height + OFFSET_COORDANATE); in MakePiexlMapDrawCmdList() local 77 CreateSurface(const std::unique_ptr<Media::PixelMap>& pixelMap, int32_t& width, int32_t& height) CreateSurface() argument [all...] |
H A D | rs_extended_modifier.h | 33 float height; member
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/recording/cmdlist_fuzzer/ |
H A D | cmd_list_fuzzer.cpp | 92 int32_t height = GetObject<int32_t>() % ARRAY_MAX_SIZE; in CmdListFuzzTest001() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/ |
H A D | rs_surface_darwin.cpp | 118 int32_t height = frameDarwin->height_; in FlushFrame() local 138 void RSSurfaceDarwin::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/test/2d_graphics/unittest/skia_adapter/ |
H A D | skia_bitmap_test.cpp | 54 int height = 50; in HWTEST_F() local 70 int height = 50; in HWTEST_F() local 222 int height = 50; in HWTEST_F() local 288 int height = 50; in HWTEST_F() local 325 const int height in HWTEST_F() local 341 const int height = -50; HWTEST_F() local 357 const int height = 50; HWTEST_F() local 374 const int height = 50; HWTEST_F() local 427 const int height = 50; HWTEST_F() local 446 const int height = 50; HWTEST_F() local 465 const int height = 50; HWTEST_F() local [all...] |
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/systemtest/pipeline/ |
H A D | rs_uni_render_test.cpp | 55 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/fuzztest/render/rspixelmapshader_fuzzer/ |
H A D | rspixelmapshader_fuzzer.cpp | 60 int32_t height = GetData<uint8_t>(); in GetPixelMapFromData() local
|