HomeSort by relevance Sort by last modified time
    Searched refs:start_point (Results 1 - 4 of 4) sorted by null

  /external/freetype/src/truetype/
ttgload.c 689 FT_UInt start_point,
692 zone->n_points = (FT_UShort)( load->outline.n_points - start_point );
695 zone->org = load->extra_points + start_point;
696 zone->cur = load->outline.points + start_point;
697 zone->orus = load->extra_points2 + start_point;
698 zone->tags = (FT_Byte*)load->outline.tags + start_point;
700 zone->first_point = (FT_UShort)start_point;
936 FT_UInt start_point,
973 k += start_point;
1419 FT_UInt start_point; local
    [all...]
  /external/freetype/src/autofit/
afloader.c 260 FT_UInt num_base_subgs, start_point; local
264 start_point = gloader->base.outline.n_points;
343 if ( start_point + k >= num_base_points ||
354 p1 = gloader->base.outline.points + start_point + k;
355 p2 = gloader->base.outline.points + start_point + l;
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_win.cc 2302 const SkPoint start_point = { local
    [all...]
  /external/freetype/include/freetype/internal/
psaux.h 494 T1_Builder_Start_Point_Func start_point; member in struct:T1_Builder_FuncsRec_
    [all...]

Completed in 331 milliseconds