Searched defs:end_point (Results 1 - 11 of 11) sorted by relevance

/external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/
H A Dtry_lock_until_deadlock_bug.pass.cpp61 auto end_point = Clock::now() + std::chrono::seconds(10); local
62 while (readers_finished != total_readers && Clock::now() < end_point) {
/external/libweave/examples/provider/
H A Dssl_stream.cc150 char end_point[255]; local
151 snprintf(end_point, sizeof(end_point), "%s:%u", host.c_str(), port);
153 std::unique_ptr<BIO, SslDeleter> stream_bio(BIO_new_connect(end_point));
/external/freetype/src/pshinter/
H A Dpshrec.h99 FT_UInt end_point; member in struct:PS_MaskRec_
H A Dpshrec.c130 mask->end_point = 0;
272 mask->end_point = 0;
468 mask2->end_point = 0;
591 FT_UInt end_point )
601 mask->end_point = end_point;
610 FT_UInt end_point,
617 ps_dimension_end_mask( dim, end_point );
630 FT_UInt end_point,
637 error = ps_dimension_reset_mask( dim, end_point, memor
609 ps_dimension_reset_mask( PS_Dimension dim, FT_UInt end_point, FT_Memory memory ) argument
626 ps_dimension_set_mask_bits( PS_Dimension dim, const FT_Byte* source, FT_UInt source_pos, FT_UInt source_bits, FT_UInt end_point, FT_Memory memory ) argument
781 ps_dimension_end( PS_Dimension dim, FT_UInt end_point, FT_Memory memory ) argument
991 ps_hints_t2mask( PS_Hints hints, FT_UInt end_point, FT_UInt bit_count, const FT_Byte* bytes ) argument
[all...]
/external/pdfium/third_party/freetype/src/pshinter/
H A Dpshrec.h99 FT_UInt end_point; member in struct:PS_MaskRec_
H A Dpshrec.c130 mask->end_point = 0;
272 mask->end_point = 0;
468 mask2->end_point = 0;
591 FT_UInt end_point )
601 mask->end_point = end_point;
610 FT_UInt end_point,
617 ps_dimension_end_mask( dim, end_point );
630 FT_UInt end_point,
637 error = ps_dimension_reset_mask( dim, end_point, memor
609 ps_dimension_reset_mask( PS_Dimension dim, FT_UInt end_point, FT_Memory memory ) argument
626 ps_dimension_set_mask_bits( PS_Dimension dim, const FT_Byte* source, FT_UInt source_pos, FT_UInt source_bits, FT_UInt end_point, FT_Memory memory ) argument
781 ps_dimension_end( PS_Dimension dim, FT_UInt end_point, FT_Memory memory ) argument
991 ps_hints_t2mask( PS_Hints hints, FT_UInt end_point, FT_UInt bit_count, const FT_Byte* bytes ) argument
[all...]
/external/freetype/src/autofit/
H A Dafhints.c1366 AF_Point end_point; local
1399 end_point = point->prev;
1405 if ( point > end_point ) /* no touched point in contour */
1418 FT_ASSERT( point <= end_point &&
1422 while ( point < end_point &&
1432 if ( point > end_point )
1449 af_iup_shift( first_point, end_point, first_touched );
1453 if ( last_touched < end_point )
1454 af_iup_interp( last_touched + 1, end_point,
/external/freetype/src/truetype/
H A Dttgxvar.c1653 FT_UInt end_point; local
1673 end_point = outline->contours[contour];
1677 while ( point <= end_point && !has_delta[point] )
1680 if ( point <= end_point )
1687 while ( point <= end_point )
1708 end_point,
1717 end_point,
H A Dttinterp.c6914 FT_UInt end_point; /* end point (last+1) of contour */ local
6958 end_point = exc->pts.contours[contour] - exc->pts.first_point;
6961 if ( BOUNDS( end_point, exc->pts.n_points ) )
6962 end_point = exc->pts.n_points - 1;
6964 while ( point <= end_point && ( exc->pts.tags[point] & mask ) == 0 )
6967 if ( point <= end_point )
6974 while ( point <= end_point )
6990 _iup_worker_shift( &V, first_point, end_point, cur_touched );
6995 end_point,
/external/pdfium/third_party/freetype/src/truetype/
H A Dttgxvar.c1654 FT_Int end_point; local
1674 end_point = outline->contours[contour];
1678 while ( point <= end_point && !has_delta[point] )
1681 if ( point <= end_point )
1688 while ( point <= end_point )
1709 end_point,
1718 end_point,
H A Dttinterp.c6904 FT_UInt end_point; /* end point (last+1) of contour */ local
6948 end_point = exc->pts.contours[contour] - exc->pts.first_point;
6951 if ( BOUNDS( end_point, exc->pts.n_points ) )
6952 end_point = exc->pts.n_points - 1;
6954 while ( point <= end_point && ( exc->pts.tags[point] & mask ) == 0 )
6957 if ( point <= end_point )
6964 while ( point <= end_point )
6980 _iup_worker_shift( &V, first_point, end_point, cur_touched );
6985 end_point,

Completed in 363 milliseconds