Searched defs:close2 (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
38 data->addPair(std::make_pair(String(&open2, 1), String(&close2, 1)));
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderQuote.cpp81 UChar close2; 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
113 close2 = FT_IS_SMALL( d2.x ) && FT_IS_SMALL( d2.y );
117 if ( close2 )
130 if ( close2 )
195 FT_Int close1, close2, close3; local
206 close2 = FT_IS_SMALL( d2.x ) && FT_IS_SMALL( d2.y );
211 if ( close2 )
225 else /* !close2 */
243 if ( close2 )
258 else /* !close2 */
[all...]
/external/freetype/src/base/
H A Dftstroke.c104 FT_Int close1, close2; local
113 close2 = FT_IS_SMALL( d2.x ) && FT_IS_SMALL( d2.y );
117 if ( close2 )
130 if ( close2 )
195 FT_Int close1, close2, close3; local
206 close2 = FT_IS_SMALL( d2.x ) && FT_IS_SMALL( d2.y );
211 if ( close2 )
225 else /* !close2 */
243 if ( close2 )
258 else /* !close2 */
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftstroke.c104 FT_Int close1, close2; local
113 close2 = FT_IS_SMALL( d2.x ) && FT_IS_SMALL( d2.y );
117 if ( close2 )
130 if ( close2 )
195 FT_Int close1, close2, close3; local
206 close2 = FT_IS_SMALL( d2.x ) && FT_IS_SMALL( d2.y );
211 if ( close2 )
225 else /* !close2 */
243 if ( close2 )
258 else /* !close2 */
[all...]

Completed in 123 milliseconds