HomeSort by relevance Sort by last modified time
    Searched refs:close1 (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
QuotesData.h 36 static PassRefPtr<QuotesData> create(UChar open1, UChar close1, UChar open2, UChar close2);
QuotesData.cpp 34 PassRefPtr<QuotesData> QuotesData::create(UChar open1, UChar close1, UChar open2, UChar close2)
37 data->addPair(std::make_pair(String(&open1, 1), String(&close1, 1)));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderQuote.cpp 79 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/
ftstroke.c 104 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 */
    [all...]
  /external/freetype/src/base/
ftstroke.c 104 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 */
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftstroke.c 104 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 */
    [all...]

Completed in 4856 milliseconds