Home
last modified time | relevance | path

Searched refs:eLeft (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_tritemp.h532 EdgeT *eLeft, *eRight; in NAME() local
539 eLeft = &eMaj; in NAME()
546 eLeft = &eBot; in NAME()
548 lines = eLeft->lines; in NAME()
556 eLeft = &eMaj; in NAME()
563 eLeft = &eTop; in NAME()
565 lines = eLeft->lines; in NAME()
573 if (setupLeft && eLeft->lines > 0) { in NAME()
574 const SWvertex *vLower = eLeft->v0; in NAME()
575 const GLfixed fsy = eLeft->fsy; in NAME()
[all …]
/external/pdfium/core/fxcrt/css/
Dcfx_cssdeclaration.cpp415 CFX_CSSProperty eLeft, in Add4ValuesProperty() argument
421 AddPropertyHolder(eLeft, list[0], bImportant); in Add4ValuesProperty()
427 AddPropertyHolder(eLeft, list[1], bImportant); in Add4ValuesProperty()
433 AddPropertyHolder(eLeft, list[1], bImportant); in Add4ValuesProperty()
439 AddPropertyHolder(eLeft, list[3], bImportant); in Add4ValuesProperty()
Dcfx_cssdeclaration.h71 CFX_CSSProperty eLeft,