/external/freetype/src/pshinter/ |
D | pshrec.c | 130 mask->end_point = 0; in ps_mask_done() 272 mask->end_point = 0; in ps_mask_table_alloc() 468 mask2->end_point = 0; in ps_mask_table_merge() 591 FT_UInt end_point ) in ps_dimension_end_mask() argument 601 mask->end_point = end_point; in ps_dimension_end_mask() 610 FT_UInt end_point, in ps_dimension_reset_mask() argument 617 ps_dimension_end_mask( dim, end_point ); in ps_dimension_reset_mask() 630 FT_UInt end_point, in ps_dimension_set_mask_bits() argument 637 error = ps_dimension_reset_mask( dim, end_point, memory ); in ps_dimension_set_mask_bits() 782 FT_UInt end_point, in ps_dimension_end() argument [all …]
|
D | pshrec.h | 99 FT_UInt end_point; member
|
D | pshalgo.c | 1590 first = mask->end_point > glyph->num_points in psh_glyph_find_strong_points() 1592 : mask->end_point; in psh_glyph_find_strong_points() 1596 FT_UInt next = FT_MIN( mask->end_point, glyph->num_points ); in psh_glyph_find_strong_points()
|
/external/pdfium/third_party/freetype/src/pshinter/ |
D | pshrec.c | 130 mask->end_point = 0; in ps_mask_done() 272 mask->end_point = 0; in ps_mask_table_alloc() 468 mask2->end_point = 0; in ps_mask_table_merge() 591 FT_UInt end_point ) in ps_dimension_end_mask() argument 601 mask->end_point = end_point; in ps_dimension_end_mask() 610 FT_UInt end_point, in ps_dimension_reset_mask() argument 617 ps_dimension_end_mask( dim, end_point ); in ps_dimension_reset_mask() 630 FT_UInt end_point, in ps_dimension_set_mask_bits() argument 637 error = ps_dimension_reset_mask( dim, end_point, memory ); in ps_dimension_set_mask_bits() 782 FT_UInt end_point, in ps_dimension_end() argument [all …]
|
D | pshrec.h | 99 FT_UInt end_point; member
|
D | pshalgo.c | 1590 first = mask->end_point > glyph->num_points in psh_glyph_find_strong_points() 1592 : mask->end_point; in psh_glyph_find_strong_points() 1596 FT_UInt next = FT_MIN( mask->end_point, glyph->num_points ); in psh_glyph_find_strong_points()
|
/external/freetype/include/freetype/internal/ |
D | pshints.h | 238 FT_UInt end_point ); 267 FT_UInt end_point ); 509 FT_UInt end_point, 581 FT_UInt end_point );
|
/external/pdfium/third_party/freetype/include/freetype/internal/ |
D | pshints.h | 238 FT_UInt end_point ); 267 FT_UInt end_point ); 509 FT_UInt end_point, 581 FT_UInt end_point );
|
/external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/ |
D | try_lock_until_deadlock_bug.pass.cpp | 61 auto end_point = Clock::now() + std::chrono::seconds(10); in main() local 62 while (readers_finished != total_readers && Clock::now() < end_point) { in main()
|
/external/freetype/src/autofit/ |
D | afhints.c | 1503 AF_Point end_point; in af_glyph_hints_align_weak_points() local 1536 end_point = point->prev; in af_glyph_hints_align_weak_points() 1542 if ( point > end_point ) /* no touched point in contour */ in af_glyph_hints_align_weak_points() 1555 FT_ASSERT( point <= end_point && in af_glyph_hints_align_weak_points() 1559 while ( point < end_point && in af_glyph_hints_align_weak_points() 1569 if ( point > end_point ) in af_glyph_hints_align_weak_points() 1586 af_iup_shift( first_point, end_point, first_touched ); in af_glyph_hints_align_weak_points() 1590 if ( last_touched < end_point ) in af_glyph_hints_align_weak_points() 1591 af_iup_interp( last_touched + 1, end_point, in af_glyph_hints_align_weak_points()
|
/external/pdfium/third_party/freetype/src/truetype/ |
D | ttgxvar.c | 1654 FT_Int end_point; in tt_handle_deltas() local 1674 end_point = outline->contours[contour]; in tt_handle_deltas() 1678 while ( point <= end_point && !has_delta[point] ) in tt_handle_deltas() 1681 if ( point <= end_point ) in tt_handle_deltas() 1688 while ( point <= end_point ) in tt_handle_deltas() 1709 end_point, in tt_handle_deltas() 1718 end_point, in tt_handle_deltas()
|
D | ttinterp.c | 6904 FT_UInt end_point; /* end point (last+1) of contour */ in Ins_IUP() local 6948 end_point = exc->pts.contours[contour] - exc->pts.first_point; in Ins_IUP() 6951 if ( BOUNDS( end_point, exc->pts.n_points ) ) in Ins_IUP() 6952 end_point = exc->pts.n_points - 1; in Ins_IUP() 6954 while ( point <= end_point && ( exc->pts.tags[point] & mask ) == 0 ) in Ins_IUP() 6957 if ( point <= end_point ) in Ins_IUP() 6964 while ( point <= end_point ) in Ins_IUP() 6980 _iup_worker_shift( &V, first_point, end_point, cur_touched ); in Ins_IUP() 6985 end_point, in Ins_IUP()
|
/external/freetype/src/truetype/ |
D | ttgxvar.c | 2921 FT_Int end_point; in tt_interpolate_deltas() local 2939 end_point = outline->contours[contour]; in tt_interpolate_deltas() 2943 while ( point <= end_point && !has_delta[point] ) in tt_interpolate_deltas() 2946 if ( point <= end_point ) in tt_interpolate_deltas() 2953 while ( point <= end_point ) in tt_interpolate_deltas() 2974 end_point, in tt_interpolate_deltas() 2983 end_point, in tt_interpolate_deltas()
|
D | ttinterp.c | 6845 FT_UInt end_point; /* end point (last+1) of contour */ in Ins_IUP() local 6906 end_point = exc->pts.contours[contour] - exc->pts.first_point; in Ins_IUP() 6909 if ( BOUNDS( end_point, exc->pts.n_points ) ) in Ins_IUP() 6910 end_point = exc->pts.n_points - 1; in Ins_IUP() 6912 while ( point <= end_point && ( exc->pts.tags[point] & mask ) == 0 ) in Ins_IUP() 6915 if ( point <= end_point ) in Ins_IUP() 6922 while ( point <= end_point ) in Ins_IUP() 6938 _iup_worker_shift( &V, first_point, end_point, cur_touched ); in Ins_IUP() 6943 end_point, in Ins_IUP()
|