Searched refs:close2 (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
D | QuotesData.cpp | 34 PassRefPtr<QuotesData> QuotesData::create(UChar open1, UChar close1, UChar open2, UChar close2) in create() argument 38 data->addPair(std::make_pair(String(&open2, 1), String(&close2, 1))); in create()
|
D | QuotesData.h | 36 static PassRefPtr<QuotesData> create(UChar open1, UChar close1, UChar open2, UChar close2);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderQuote.cpp | 81 UChar close2; member 253 …match->data = QuotesData::create(match->open1, match->close1, match->open2, match->close2).leakRef… in quotesDataForLanguage()
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/ |
D | ftstroke.c | 104 FT_Int close1, close2; in ft_conic_is_small_enough() local 113 close2 = FT_IS_SMALL( d2.x ) && FT_IS_SMALL( d2.y ); in ft_conic_is_small_enough() 117 if ( close2 ) in ft_conic_is_small_enough() 130 if ( close2 ) in ft_conic_is_small_enough() 195 FT_Int close1, close2, close3; in ft_cubic_is_small_enough() local 206 close2 = FT_IS_SMALL( d2.x ) && FT_IS_SMALL( d2.y ); in ft_cubic_is_small_enough() 211 if ( close2 ) in ft_cubic_is_small_enough() 243 if ( close2 ) in ft_cubic_is_small_enough()
|
/external/freetype/src/base/ |
D | ftstroke.c | 104 FT_Int close1, close2; in ft_conic_is_small_enough() local 113 close2 = FT_IS_SMALL( d2.x ) && FT_IS_SMALL( d2.y ); in ft_conic_is_small_enough() 117 if ( close2 ) in ft_conic_is_small_enough() 130 if ( close2 ) in ft_conic_is_small_enough() 195 FT_Int close1, close2, close3; in ft_cubic_is_small_enough() local 206 close2 = FT_IS_SMALL( d2.x ) && FT_IS_SMALL( d2.y ); in ft_cubic_is_small_enough() 211 if ( close2 ) in ft_cubic_is_small_enough() 243 if ( close2 ) in ft_cubic_is_small_enough()
|
/external/chromium_org/third_party/freetype/src/base/ |
D | ftstroke.c | 104 FT_Int close1, close2; in ft_conic_is_small_enough() local 113 close2 = FT_IS_SMALL( d2.x ) && FT_IS_SMALL( d2.y ); in ft_conic_is_small_enough() 117 if ( close2 ) in ft_conic_is_small_enough() 130 if ( close2 ) in ft_conic_is_small_enough() 195 FT_Int close1, close2, close3; in ft_cubic_is_small_enough() local 206 close2 = FT_IS_SMALL( d2.x ) && FT_IS_SMALL( d2.y ); in ft_cubic_is_small_enough() 211 if ( close2 ) in ft_cubic_is_small_enough() 243 if ( close2 ) in ft_cubic_is_small_enough()
|