Home
last modified time | relevance | path

Searched defs:width (Results 1126 - 1150 of 5010) sorted by relevance

1...<<41424344454647484950>>...201

/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H A Dimage_loader_common.h77 uint32_t width; member
99 RowPointers(uint32_t width, uint32_t height, uint32_t channels, uint32_t channelSize) in RowPointers() argument
172 void VerticalFlipRowPointers(T **rowPointers, uint32_t height, uint32_t width, uint32_t channels) in VerticalFlipRowPointers() argument
189 void VerticalFlipRow(T *rowPointer, uint32_t width, uint32_t channels) in VerticalFlipRow() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_capture_recorder.cpp74 Drawing::Canvas* RSCaptureRecorder::TryInstantCapture(float width, float height) in TryInstantCapture() argument
126 Drawing::Canvas* RSCaptureRecorder::TryDrawingCanvasCapture(float width, float height, uint64_t nodeId) in TryDrawingCanvasCapture() argument
197 ExtendRecordingCanvas* RSCaptureRecorder::TryInstantCaptureDrawing(float width, float height) in TryInstantCaptureDrawing() argument
237 Drawing::Canvas* RSCaptureRecorder::TryInstantCaptureSKP(float width, float height) in TryInstantCaptureSKP() argument
280 TryCaptureMSKP(float width, float height) TryCaptureMSKP() argument
[all...]
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/
H A Degl_manager.cpp202 void EGLManager::SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) in SetDamageRegion() argument
H A Dgles_render_backend.cpp130 void GLESRenderBackend::SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) in SetDamageRegion() argument
177 int32_t width = framePtr->GetWidth(); in AcquireSkCanvas() local
208 int32_t width = framePtr->GetWidth(); in AcquireDrCanvas() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/text/fontmgr_fuzzer/
H A Dfontmgr_fuzzer.cpp262 int width = GetObject<int>() % MAX_SIZE; in FontMgrFuzzTest006() local
327 int width = GetObject<int>() % MAX_SIZE; in FontMgrFuzzTest008() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_animation_manager_test.cpp186 float width = 0.0f; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_spherize_effect_filter.cpp70 int width = image->GetWidth(); in DrawImageRect() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_image_test.cpp290 const int width = 100; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render/render/systemtest/pipeline/
H A Drs_uni_render_unit_test.cpp54 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 Drs_surface_handler_test.cpp106 int32_t width = 1920; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_kawase_blur.h54 int width = 0; member
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/screen_manager/
H A Drs_screen_info.h37 uint32_t width = 0; // render resolution member
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable.cpp67 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 Drs_pixel_map_util_test.cpp38 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 Drs_recording_canvas.cpp24 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 Drs_surface_windows.cpp119 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 Dhello_native_window.cpp47 int32_t width = 0x100; in CreateNativeWindow() local
/foundation/graphic/graphic_2d/rosen/samples/text/renderservice/
H A Ddrawing_text_c_sample.cpp38 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 Dmain.cpp65 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 Dtypeface_fuzzer.cpp169 int width = GetObject<int>(); in TypefaceFuzzTest005() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_text_line_test.cpp125 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 Drsscreenmodeinfo_fuzzer.cpp169 int32_t width = GetData<int32_t>(); in DoSetScreenWidth() local
/foundation/graphic/graphic_2d/frameworks/surfaceimage/src/
H A Dnative_image.cpp209 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 Dwebgl_framebuffer.h37 GLsizei width = 0; member
H A Dwebgl_renderbuffer.h74 void SetSize(GLsizei width, GLsizei height) in SetSize() argument

Completed in 14 milliseconds

1...<<41424344454647484950>>...201