Searched refs:close1 (Results 1 – 2 of 2) sorted by relevance
109 FT_Int close1, close2; in ft_conic_is_small_enough() local117 close1 = FT_IS_SMALL( d1.x ) && FT_IS_SMALL( d1.y ); in ft_conic_is_small_enough()120 if ( close1 ) in ft_conic_is_small_enough()200 FT_Int close1, close2, close3; in ft_cubic_is_small_enough() local210 close1 = FT_IS_SMALL( d1.x ) && FT_IS_SMALL( d1.y ); in ft_cubic_is_small_enough()214 if ( close1 ) in ft_cubic_is_small_enough()
192 auto close1 = QueueClose(root.WithOpName(kCloseOp1), q1); in BuildDoubleQueueGraph() local