Home
last modified time | relevance | path

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

/dports/graphics/okular/okular-21.12.3/core/
H A Darea.h808 #define O_LAST_T O_LAST->top in appendShape() macro
817 …AST_R >= O_NEW_L) && (O_LAST_L <= O_NEW_R) && ((O_LAST_T <= O_NEW_T && O_LAST_B >= O_NEW_B) || (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 …AST_L <= O_NEW_R) && (O_LAST_R >= O_NEW_L) && ((O_LAST_T <= O_NEW_T && O_LAST_B >= O_NEW_B) || (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()
835 #undef O_LAST_T in appendShape()