Home
last modified time | relevance | path

Searched refs:frame_delay_ms (Results 1 – 25 of 53) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/cursor/ozone/
H A Dbitmap_cursor_factory_ozone.cc54 int frame_delay_ms) in BitmapCursorOzone() argument
55 : bitmaps_(bitmaps), hotspot_(hotspot), frame_delay_ms_(frame_delay_ms) { in BitmapCursorOzone()
57 DCHECK_LE(0, frame_delay_ms); in BitmapCursorOzone()
80 int BitmapCursorOzone::frame_delay_ms() { in frame_delay_ms() function in ui::BitmapCursorOzone
111 int frame_delay_ms, in CreateAnimatedCursor() argument
115 new BitmapCursorOzone(bitmaps, hotspot, frame_delay_ms); in CreateAnimatedCursor()
H A Dbitmap_cursor_factory_ozone.h28 int frame_delay_ms);
35 int frame_delay_ms();
71 int frame_delay_ms,
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/cursor/ozone/
H A Dbitmap_cursor_factory_ozone.cc106 int frame_delay_ms) in BitmapCursorOzone() argument
110 frame_delay_ms_(frame_delay_ms) { in BitmapCursorOzone()
112 DCHECK_LE(0, frame_delay_ms); in BitmapCursorOzone()
134 int BitmapCursorOzone::frame_delay_ms() { in frame_delay_ms() function in ui::BitmapCursorOzone
177 int frame_delay_ms) { in CreateAnimatedCursor() argument
180 new BitmapCursorOzone(type, bitmaps, hotspot, frame_delay_ms); in CreateAnimatedCursor()
H A Dbitmap_cursor_factory_ozone.h38 int frame_delay_ms); in COMPONENT_EXPORT()
46 int frame_delay_ms(); in COMPONENT_EXPORT()
86 int frame_delay_ms) override; in COMPONENT_EXPORT()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/core/
H A DGameTime.h136 return frame_delay_ms; in get_frame_delay()
142 frame_delay_ms = (frame_time_us - last_frame_time_us) / 1000.0f; in update_frame_time()
163 float frame_delay_ms; variable
H A DGameTime.cpp63 frame_delay_ms = 0.0f; in time()
74 frame_delay_ms = 0.0f; in init()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/ozone/platform/drm/host/
H A Dhost_cursor_proxy.cc43 int frame_delay_ms) { in CursorSet() argument
45 main_cursor_->SetCursor(widget, bitmaps, location, frame_delay_ms); in CursorSet()
48 evdev_cursor_->SetCursor(widget, bitmaps, location, frame_delay_ms); in CursorSet()
H A Ddrm_cursor.cc31 int frame_delay_ms) override {} in CursorSet() argument
246 bitmap_->frame_delay_ms()); in SendCursorShowLocked()
263 int frame_delay_ms) { in CursorSetLockTested() argument
265 proxy_->CursorSet(window, bitmaps, point, frame_delay_ms); in CursorSetLockTested()
H A Ddrm_cursor.h32 int frame_delay_ms) = 0;
86 int frame_delay_ms);
H A Ddrm_gpu_platform_support_host.cc38 int frame_delay_ms) override;
65 int frame_delay_ms) { in CursorSet() argument
66 Send(new OzoneGpuMsg_CursorSet(window, bitmaps, point, frame_delay_ms)); in CursorSet()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/x/
H A Dx11_cursor_loader_unittest.cc69 EXPECT_EQ(images[0].frame_delay_ms, 123); in TEST()
258 EXPECT_EQ(images[0].frame_delay_ms, 500); in TEST()
259 EXPECT_EQ(images[1].frame_delay_ms, 500); in TEST()
H A Dx11_cursor_factory.cc187 int frame_delay_ms) { in CreateAnimatedCursor() argument
191 images.push_back(XCursorLoader::Image{bitmap, hotspot, frame_delay_ms}); in CreateAnimatedCursor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/ozone/platform/drm/host/
H A Dhost_cursor_proxy.cc42 int frame_delay_ms) { in CursorSet() argument
44 main_cursor_->SetCursor(widget, bitmaps, location, frame_delay_ms); in CursorSet()
47 evdev_cursor_->SetCursor(widget, bitmaps, location, frame_delay_ms); in CursorSet()
H A Ddrm_cursor.cc31 int frame_delay_ms) override {} in CursorSet() argument
246 bitmap_->frame_delay_ms()); in SendCursorShowLocked()
263 int frame_delay_ms) { in CursorSetLockTested() argument
265 proxy_->CursorSet(window, bitmaps, point, frame_delay_ms); in CursorSetLockTested()
H A Ddrm_cursor.h32 int frame_delay_ms) = 0;
86 int frame_delay_ms);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/cursor/
H A Dcursor_loader_ozone.cc38 int frame_delay_ms) { in LoadAnimatedCursor() argument
46 factory_->CreateAnimatedCursor(bitmaps, hotspot, frame_delay_ms, scale()); in LoadAnimatedCursor()
H A Dcursor_loader_win.h26 int frame_delay_ms) override;
H A Dcursor_loader_ozone.h33 int frame_delay_ms) override;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/ozone/public/mojom/
H A Ddevice_cursor.mojom16 // |frame_delay_ms|.
20 int32 frame_delay_ms);
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/ozone/public/mojom/
H A Ddevice_cursor.mojom16 // |frame_delay_ms|.
20 int32 frame_delay_ms);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/ozone/platform/x11/
H A Dx11_cursor_ozone.cc55 int frame_delay_ms) { in X11CursorOzone() argument
62 x_image->delay = frame_delay_ms; in X11CursorOzone()
H A Dx11_cursor_factory_ozone.cc72 int frame_delay_ms, in CreateAnimatedCursor() argument
74 X11CursorOzone* cursor = new X11CursorOzone(bitmaps, hotspot, frame_delay_ms); in CreateAnimatedCursor()
H A Dx11_cursor_ozone.h31 int frame_delay_ms);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/ozone/platform/drm/gpu/
H A Ddrm_window.cc73 int frame_delay_ms) { in SetCursor() argument
77 cursor_frame_delay_ms_ = frame_delay_ms; in SetCursor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/ozone/platform/drm/gpu/
H A Ddrm_window.cc72 int frame_delay_ms) { in SetCursor() argument
76 cursor_frame_delay_ms_ = frame_delay_ms; in SetCursor()

123