Searched defs:contours (Results 1 – 8 of 8) sorted by relevance
/external/freetype/src/tools/ftfuzzer/ |
D | rasterfuzzer.cc | 109 short contours[1]; in LLVMFuzzerTestOneInput() local
|
/external/freetype/src/autofit/ |
D | afhints.h | 350 AF_Point* contours; /* contours array */ member 366 AF_Point contours[AF_CONTOURS_EMBEDDED]; member
|
/external/freetype/src/truetype/ |
D | ttgload.c | 1669 short contours[4] = { 0, 1, 2, 3 }; in load_truetype_glyph() local 1846 short* contours = NULL; in load_truetype_glyph() local
|
/external/skqp/src/gpu/ |
D | GrTessellator.cpp | 762 VertexList* contours, SkArenaAlloc& alloc, bool *isLinear) { in path_to_contours() 1251 void sanitize_contours(VertexList* contours, int contourCnt, bool approximate) { in sanitize_contours() 1297 void build_edges(VertexList* contours, int contourCnt, VertexList* mesh, Comparator& c, in build_edges() 2148 void contours_to_mesh(VertexList* contours, int contourCnt, bool antialias, in contours_to_mesh() 2183 Poly* contours_to_polys(VertexList* contours, int contourCnt, SkPath::FillType fillType, in contours_to_polys() 2257 std::unique_ptr<VertexList[]> contours(new VertexList[contourCnt]); in contours_to_polys() local
|
/external/skia/src/gpu/ |
D | GrTessellator.cpp | 762 VertexList* contours, SkArenaAlloc& alloc, bool *isLinear) { in path_to_contours() 1251 void sanitize_contours(VertexList* contours, int contourCnt, bool approximate) { in sanitize_contours() 1297 void build_edges(VertexList* contours, int contourCnt, VertexList* mesh, Comparator& c, in build_edges() 2148 void contours_to_mesh(VertexList* contours, int contourCnt, bool antialias, in contours_to_mesh() 2183 Poly* contours_to_polys(VertexList* contours, int contourCnt, SkPath::FillType fillType, in contours_to_polys() 2257 std::unique_ptr<VertexList[]> contours(new VertexList[contourCnt]); in contours_to_polys() local
|
/external/freetype/include/freetype/ |
D | ftimage.h | 341 short* contours; /* the contour end points */ member
|
/external/freetype/src/pshinter/ |
D | pshalgo.h | 195 PSH_Contour contours; member
|
/external/freetype/include/freetype/internal/ |
D | tttypes.h | 1612 FT_UShort* contours; /* contour end points */ member
|