Searched defs:close1 (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DQuotesData.cpp34 PassRefPtr<QuotesData> QuotesData::create(UChar open1, UChar close1, UChar open2, UChar close2) argument
37 data->addPair(std::make_pair(String(&open1, 1), String(&close1, 1)));
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderQuote.cpp79 UChar close1; member in struct:blink::Language
253 match->data = QuotesData::create(match->open1, match->close1, match->open2, match->close2).leakRef();
/external/chromium_org/third_party/freetype/src/base/
H A Dftstroke.c104 FT_Int close1, close2; local
112 close1 = FT_IS_SMALL( d1.x ) && FT_IS_SMALL( d1.y );
115 if ( close1 )
128 else /* !close1 */
195 FT_Int close1, close2, close3; local
205 close1 = FT_IS_SMALL( d1.x ) && FT_IS_SMALL( d1.y );
209 if ( close1 )
241 else /* !close1 */
/external/freetype/src/base/
H A Dftstroke.c104 FT_Int close1, close2; local
112 close1 = FT_IS_SMALL( d1.x ) && FT_IS_SMALL( d1.y );
115 if ( close1 )
128 else /* !close1 */
195 FT_Int close1, close2, close3; local
205 close1 = FT_IS_SMALL( d1.x ) && FT_IS_SMALL( d1.y );
209 if ( close1 )
241 else /* !close1 */
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftstroke.c104 FT_Int close1, close2; local
112 close1 = FT_IS_SMALL( d1.x ) && FT_IS_SMALL( d1.y );
115 if ( close1 )
128 else /* !close1 */
195 FT_Int close1, close2, close3; local
205 close1 = FT_IS_SMALL( d1.x ) && FT_IS_SMALL( d1.y );
209 if ( close1 )
241 else /* !close1 */

Completed in 141 milliseconds