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

  /external/skia/src/gpu/gl/
GrGLPath.cpp 82 inline void points_to_coords(const SkPoint points[], size_t first_point, size_t amount,
85 coords[i * 2] = SkScalarToFloat(points[first_point + i].fX);
86 coords[i * 2 + 1] = SkScalarToFloat(points[first_point + i].fY);
  /external/opencv/cv/src/
cvsubdivision2d.cpp 413 CvSubdiv2DPoint *curr_point = 0, *first_point = 0; local
457 first_point = cvSubdiv2DEdgeOrg( curr_edge );
458 cvSubdiv2DSetEdgePoints( base_edge, first_point, curr_point );
467 while( cvSubdiv2DEdgeDst( curr_edge ) != first_point );
489 else if( curr_org == first_point )
  /external/freetype/src/autofit/
afhints.c 1367 AF_Point first_point; local
    [all...]
  /external/freetype/src/base/
ftstroke.c 767 FT_Bool first_point; /* is this the start? */ member in struct:FT_StrokerRec_
    [all...]
  /external/pdfium/third_party/freetype/src/base/
ftstroke.c 767 FT_Bool first_point; /* is this the start? */ member in struct:FT_StrokerRec_
    [all...]
  /external/freetype/include/internal/
tttypes.h 1452 FT_UShort first_point; \/* offset of first (#0) point *\/ member in struct:TT_GlyphZoneRec_
    [all...]
  /external/freetype/src/truetype/
ttgxvar.c 1652 FT_UInt first_point; local
    [all...]
ttinterp.c 6913 FT_UInt first_point; \/* first point of contour *\/ local
    [all...]
ttgload.c 739 zone->first_point = (FT_UShort)start_point;
    [all...]
  /external/pdfium/third_party/freetype/include/internal/
tttypes.h 1454 FT_UShort first_point; \/* offset of first (#0) point *\/ member in struct:TT_GlyphZoneRec_
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup.c 110 first_point( struct lp_setup_context *setup, function
139 setup->point = first_point;
1048 setup->point = first_point;
  /external/pdfium/third_party/freetype/src/truetype/
ttinterp.c 7351 FT_UInt first_point; \/* first point of contour *\/ local
    [all...]
ttgload.c 718 zone->first_point = (FT_UShort)start_point;
    [all...]

Completed in 1796 milliseconds