Home
last modified time | relevance | path

Searched refs:clear_context (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-buffer.cc1298 buffer->clear_context (1); in hb_buffer_add()
1336 buffer->clear_context (0); in hb_buffer_set_length()
1338 buffer->clear_context (1); in hb_buffer_set_length()
1576 buffer->clear_context (0); in hb_buffer_add_utf()
1598 buffer->clear_context (1); in hb_buffer_add_utf()
1808 buffer->clear_context (0); in hb_buffer_append()
1816 buffer->clear_context (1); in hb_buffer_append()
Dhb-buffer.hh384 void clear_context (unsigned int side) { context_len[side] = 0; } in clear_context() function
/third_party/harfbuzz/src/
Dhb-buffer.cc1271 buffer->clear_context (1); in hb_buffer_add()
1309 buffer->clear_context (0); in hb_buffer_set_length()
1311 buffer->clear_context (1); in hb_buffer_set_length()
1539 buffer->clear_context (0); in hb_buffer_add_utf()
1561 buffer->clear_context (1); in hb_buffer_add_utf()
Dhb-buffer.hh384 void clear_context (unsigned int side) { context_len[side] = 0; } in clear_context() function
/third_party/boost/boost/test/
Dframework.hpp182 BOOST_TEST_DECL void clear_context( int context_id = -1 );
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-buffer.cc1312 buffer->clear_context (1); in hb_buffer_add()
1350 buffer->clear_context (0); in hb_buffer_set_length()
1352 buffer->clear_context (1); in hb_buffer_set_length()
1559 buffer->clear_context (0); in hb_buffer_add_utf()
1581 buffer->clear_context (1); in hb_buffer_add_utf()
Dhb-buffer.hh346 void clear_context (unsigned int side) { context_len[side] = 0; } in clear_context() function
/third_party/ffmpeg/libswresample/
Dswresample.c114 static void clear_context(SwrContext *s){ in clear_context() function
140 clear_context(s); in swr_free()
149 clear_context(s); in swr_close()
156 clear_context(s); in swr_init()
/third_party/boost/boost/test/impl/
Dunit_test_log.ipp189 framework::clear_context();
Dtest_tools.ipp486 unit_test::framework::clear_context( m_frame_id );
Dframework.ipp1440 // ************** clear_context ************** //
1456 clear_context( int frame_id )
/third_party/boost/libs/test/doc/html/
Dstandalone_HTML.manifest330 boost/unit_test/framework/clear_context.html
/third_party/ffmpeg/libavcodec/
Dmpegvideo.c831 static void clear_context(MpegEncContext *s) in clear_context() function
920 clear_context(s); in ff_mpv_common_init()