Home
last modified time | relevance | path

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

/dports/graphics/okular/okular-21.12.3/core/
H A Darea.h814 #define O_NEW_B O_NEW->bottom in appendShape() macro
817 …O_NEW_R) && ((O_LAST_T <= O_NEW_T && O_LAST_B >= O_NEW_B) || (O_LAST_T >= O_NEW_T && O_LAST_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 …O_NEW_L) && ((O_LAST_T <= O_NEW_T && O_LAST_B >= O_NEW_B) || (O_LAST_T >= O_NEW_T && O_LAST_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()
841 #undef O_NEW_B in appendShape()