Home
last modified time | relevance | path

Searched refs:offsetWidth (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/polly/www/video-js/
H A Dvideo.js868 return this.video.offsetWidth;
1591 …eturn Math.max(0, Math.min(1, (x - this.findPosX(relativeElement)) / relativeElement.offsetWidth));
/llvm-project-15.0.7/flang/lib/Lower/
H A DPFTBuilder.cpp1349 inline static std::size_t offsetWidth(const Fortran::semantics::Symbol &sym) { in offsetWidth() function