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
109 const xRight = timeScale.timeToPx(span.end); constant
/external/mesa3d/src/mesa/swrast/
Ds_aaline.c372 GLfloat xLeft, xRight, yBot, yTop; in segment() local
418 GLfloat yBot, yTop, xLeft, xRight; in segment() local