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

/external/freetype/include/freetype/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;
275 mask->end_point = 0;
469 mask2->end_point = 0;
583 FT_UInt end_point )
592 mask->end_point = end_point;
601 FT_UInt end_point,
608 ps_dimension_end_mask( dim, end_point );
621 FT_UInt end_point,
628 error = ps_dimension_reset_mask( dim, end_point, memor
600 ps_dimension_reset_mask( PS_Dimension dim, FT_UInt end_point, FT_Memory memory ) argument
617 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
763 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.c1695 first = mask->end_point > glyph->num_points
1697 : mask->end_point;
1705 next = mask->end_point > glyph->num_points
1707 : mask->end_point;
/external/freetype/src/autofit/
H A Dafhints.c1153 AF_Point end_point; local
1188 end_point = point->prev;
1194 if ( point > end_point ) /* no touched point in contour */
1208 FT_ASSERT( point <= end_point &&
1212 while ( point < end_point &&
1222 if ( point > end_point )
1239 af_iup_shift( first_point, end_point, first_touched );
1243 if ( last_touched < end_point )
1244 af_iup_interp( last_touched + 1, end_point,
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view_win.cc2305 const SkPoint end_point = { local
2326 end_point.fX, end_point.fY, paint);
2335 end_point.fX, end_point.fY, paint);
/external/freetype/src/truetype/
H A Dttinterp.c6820 FT_UInt end_point; /* end point (last+1) of contour */ local
6856 end_point = CUR.pts.contours[contour] - CUR.pts.first_point;
6859 if ( BOUNDS ( end_point, CUR.pts.n_points ) )
6860 end_point = CUR.pts.n_points - 1;
6862 while ( point <= end_point && ( CUR.pts.tags[point] & mask ) == 0 )
6865 if ( point <= end_point )
6872 while ( point <= end_point )
6888 _iup_worker_shift( &V, first_point, end_point, cur_touched );
6893 end_point,

Completed in 705 milliseconds