Home
last modified time | relevance | path

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

/dports/graphics/okular/okular-21.12.3/core/
H A Darea.h813 #define O_NEW_T O_NEW->top in appendShape() macro
817 …NEW_L) && (O_LAST_L <= O_NEW_R) && ((O_LAST_T <= O_NEW_T && O_LAST_B >= O_NEW_B) || (O_LAST_T >= O… in appendShape()
820 …intersection = (O_LAST_B >= O_NEW_T) && (O_LAST_T <= O_NEW_B) && ((O_LAST_R <= O_NEW_R && O_LAST_L… in appendShape()
823 …NEW_R) && (O_LAST_R >= O_NEW_L) && ((O_LAST_T <= O_NEW_T && O_LAST_B >= O_NEW_B) || (O_LAST_T >= O… in appendShape()
826 …intersection = (O_LAST_T <= O_NEW_B) && (O_LAST_B >= O_NEW_T) && ((O_LAST_R <= O_NEW_R && O_LAST_L… in appendShape()
840 #undef O_NEW_T in appendShape()