Home
last modified time | relevance | path

Searched defs:xRight (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/ui/src/frontend/
Dtime_selection_panel.ts43 const xRight = Math.ceil(target.x + target.width); constant
175 const xRight = timeScale.timeToPx(span.end); constant
/external/mesa3d/src/mesa/swrast/
Ds_aaline.c371 GLfloat xLeft, xRight, yBot, yTop; in segment() local
417 GLfloat yBot, yTop, xLeft, xRight; in segment() local