Home
last modified time | relevance | path

Searched refs:close1 (Results 1 - 3 of 3) sorted by relevance

/third_party/jerryscript/tests/jerry/es2015/
H A Dfor-of-iterator-close.js29 function close1() { function
38 assert(close1());
H A Darray-from.js311 function close1() { function
326 assert(close1());
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftstroke.c110 FT_Int close1, close2; in ft_conic_is_small_enough() local
118 close1 = FT_IS_SMALL( d1.x ) && FT_IS_SMALL( d1.y ); in ft_conic_is_small_enough()
121 if ( close1 ) in ft_conic_is_small_enough()
134 else /* !close1 */ in ft_conic_is_small_enough()
205 FT_Int close1, close2, close3; in ft_cubic_is_small_enough() local
215 close1 = FT_IS_SMALL( d1.x ) && FT_IS_SMALL( d1.y ); in ft_cubic_is_small_enough()
219 if ( close1 ) in ft_cubic_is_small_enough()
251 else /* !close1 */ in ft_cubic_is_small_enough()

Completed in 4 milliseconds