Home
last modified time | relevance | path

Searched defs:contours (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsAsWinding.cpp327 void reverseMarkedContours(vector<Contour>& contours, SkPath* result) { in reverseMarkedContours()
391 vector<Contour> contours; // one per contour in AsWinding() local
/external/skqp/src/pathops/
DSkPathOpsAsWinding.cpp327 void reverseMarkedContours(vector<Contour>& contours, SkPath* result) { in reverseMarkedContours()
391 vector<Contour> contours; // one per contour in AsWinding() local
/external/freetype/src/autofit/
Dafhints.h350 AF_Point* contours; /* contours array */ member
366 AF_Point contours[AF_CONTOURS_EMBEDDED]; member
/external/skia/src/gpu/
DGrTessellator.cpp747 VertexList* contours, SkArenaAlloc& alloc, bool *isLinear) { in path_to_contours()
1275 void sanitize_contours(VertexList* contours, int contourCnt, bool approximate) { in sanitize_contours()
1326 void build_edges(VertexList* contours, int contourCnt, VertexList* mesh, Comparator& c, in build_edges()
2076 void contours_to_mesh(VertexList* contours, int contourCnt, bool antialias, in contours_to_mesh()
2111 Poly* contours_to_polys(VertexList* contours, int contourCnt, SkPath::FillType fillType, in contours_to_polys()
2177 std::unique_ptr<VertexList[]> contours(new VertexList[contourCnt]); in path_to_polys() local
/external/skqp/src/gpu/
DGrTessellator.cpp747 VertexList* contours, SkArenaAlloc& alloc, bool *isLinear) { in path_to_contours()
1275 void sanitize_contours(VertexList* contours, int contourCnt, bool approximate) { in sanitize_contours()
1326 void build_edges(VertexList* contours, int contourCnt, VertexList* mesh, Comparator& c, in build_edges()
2076 void contours_to_mesh(VertexList* contours, int contourCnt, bool antialias, in contours_to_mesh()
2111 Poly* contours_to_polys(VertexList* contours, int contourCnt, SkPath::FillType fillType, in contours_to_polys()
2177 std::unique_ptr<VertexList[]> contours(new VertexList[contourCnt]); in path_to_polys() local
/external/freetype/src/truetype/
Dttgload.c1677 short contours[4] = { 0, 1, 2, 3 }; in load_truetype_glyph() local
1854 short* contours = NULL; in load_truetype_glyph() local
/external/freetype/include/freetype/
Dftimage.h361 short* contours; /* the contour end points */ member
/external/freetype/src/pshinter/
Dpshalgo.h195 PSH_Contour contours; member
/external/freetype/include/freetype/internal/
Dtttypes.h1846 FT_UShort* contours; /* contour end points */ member