Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bloom-Engine/engine
/ bloom_get_physical_width
Function
bloom_get_physical_width
native/ios/src/lib.rs:2418–2420 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2416
2417
#[no_mangle]
2418
pub extern
"C"
fn bloom_get_physical_width() -> f64 {
2419
engine().renderer.physical_width() as f64
2420
}
2421
2422
#[no_mangle]
2423
pub extern
"C"
fn bloom_get_physical_height() -> f64 {
Callers
1
getPhysicalWidth
Function · 0.50
Calls
2
physical_width
Method · 0.80
engine
Function · 0.70
Tested by
no test coverage detected