Searched refs:close2 (Results 1 – 6 of 6) sorted by relevance
/third_party/jerryscript/tests/jerry/es2015/ |
D | for-of-iterator-close.js | 40 function close2() { function 54 assert(close2());
|
D | array-from.js | 328 function close2() { function 343 assert(close2());
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
D | UnicodeSetClosure.java | 226 close2(s, f, lowerFirst ? 1 : 0, mm); in close() 252 public static void close2(UnicodeSet s, Char32ToString f, int lc, int mode) { in close2() method in UnicodeSetClosure
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftstroke.c | 110 FT_Int close1, close2; in ft_conic_is_small_enough() local 119 close2 = FT_IS_SMALL( d2.x ) && FT_IS_SMALL( d2.y ); in ft_conic_is_small_enough() 123 if ( close2 ) in ft_conic_is_small_enough() 136 if ( close2 ) in ft_conic_is_small_enough() 205 FT_Int close1, close2, close3; in ft_cubic_is_small_enough() local 216 close2 = FT_IS_SMALL( d2.x ) && FT_IS_SMALL( d2.y ); in ft_cubic_is_small_enough() 221 if ( close2 ) in ft_cubic_is_small_enough() 253 if ( close2 ) in ft_cubic_is_small_enough()
|
/third_party/flutter/skia/third_party/externals/freetype/src/base/ |
D | ftstroke.c | 111 FT_Int close1, close2; in ft_conic_is_small_enough() local 120 close2 = FT_IS_SMALL( d2.x ) && FT_IS_SMALL( d2.y ); in ft_conic_is_small_enough() 124 if ( close2 ) in ft_conic_is_small_enough() 137 if ( close2 ) in ft_conic_is_small_enough() 206 FT_Int close1, close2, close3; in ft_cubic_is_small_enough() local 217 close2 = FT_IS_SMALL( d2.x ) && FT_IS_SMALL( d2.y ); in ft_cubic_is_small_enough() 222 if ( close2 ) in ft_cubic_is_small_enough() 254 if ( close2 ) in ft_cubic_is_small_enough()
|
/third_party/freetype/src/base/ |
D | ftstroke.c | 110 FT_Int close1, close2; in ft_conic_is_small_enough() local 119 close2 = FT_IS_SMALL( d2.x ) && FT_IS_SMALL( d2.y ); in ft_conic_is_small_enough() 123 if ( close2 ) in ft_conic_is_small_enough() 136 if ( close2 ) in ft_conic_is_small_enough() 205 FT_Int close1, close2, close3; in ft_cubic_is_small_enough() local 216 close2 = FT_IS_SMALL( d2.x ) && FT_IS_SMALL( d2.y ); in ft_cubic_is_small_enough() 221 if ( close2 ) in ft_cubic_is_small_enough() 253 if ( close2 ) in ft_cubic_is_small_enough()
|