Searched refs:end_point (Results 1 - 12 of 12) sorted by relevance

/external/freetype/include/internal/
H A Dpshints.h231 * end_point ::
238 FT_UInt end_point );
254 * end_point ::
267 FT_UInt end_point );
485 * end_point ::
497 * definition), the value of `end_point' should be 0.
509 FT_UInt end_point,
527 * end_point ::
539 * definition), the value of `end_point' should be 0.
568 * end_point
[all...]
/external/pdfium/third_party/freetype/include/internal/
H A Dpshints.h231 * end_point ::
238 FT_UInt end_point );
254 * end_point ::
267 FT_UInt end_point );
485 * end_point ::
497 * definition), the value of `end_point' should be 0.
509 FT_UInt end_point,
527 * end_point ::
539 * definition), the value of `end_point' should be 0.
568 * end_point
[all...]
/external/freetype/src/pshinter/
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...]
H A Dpshrec.h99 FT_UInt end_point; member in struct:PS_MaskRec_
H A Dpshalgo.c1684 first = mask->end_point > glyph->num_points
1686 : mask->end_point;
1690 FT_UInt next = FT_MIN( mask->end_point, glyph->num_points );
/external/pdfium/third_party/freetype/src/pshinter/
H A Dpshrec.c130 mask->end_point = 0;
275 mask->end_point = 0;
469 mask2->end_point = 0;
583 FT_UInt end_point )
593 mask->end_point = end_point;
602 FT_UInt end_point,
609 ps_dimension_end_mask( dim, end_point );
622 FT_UInt end_point,
629 error = ps_dimension_reset_mask( dim, end_point, memor
601 ps_dimension_reset_mask( PS_Dimension dim, FT_UInt end_point, FT_Memory memory ) argument
618 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
764 ps_dimension_end( PS_Dimension dim, FT_UInt end_point, FT_Memory memory ) argument
995 ps_hints_t2mask( PS_Hints hints, FT_UInt end_point, FT_UInt bit_count, const FT_Byte* bytes ) argument
[all...]
H A Dpshrec.h103 FT_UInt end_point; member in struct:PS_MaskRec_
H A Dpshalgo.c1693 first = mask->end_point > glyph->num_points
1695 : mask->end_point;
1703 next = mask->end_point > glyph->num_points
1705 : mask->end_point;
/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 Dttinterp.c7352 FT_UInt end_point; /* end point (last+1) of contour */ local
7398 end_point = CUR.pts.contours[contour] - CUR.pts.first_point;
7401 if ( BOUNDS ( end_point, CUR.pts.n_points ) )
7402 end_point = CUR.pts.n_points - 1;
7404 while ( point <= end_point && ( CUR.pts.tags[point] & mask ) == 0 )
7407 if ( point <= end_point )
7414 while ( point <= end_point )
7430 _iup_worker_shift( &V, first_point, end_point, cur_touched );
7435 end_point,

Completed in 1952 milliseconds