Searched defs:hulls (Results 1 - 5 of 5) sorted by relevance

/external/skia/samplecode/
H A DSampleHairCurves.cpp39 SkPath hulls; local
53 hulls.moveTo(pts[0], pts[1]);
54 hulls.lineTo(pts[2], pts[3]);
55 hulls.lineTo(pts[4], pts[5]);
56 hulls.lineTo(pts[6], pts[7]);
73 hulls.moveTo(pts[0], pts[1]);
74 hulls.lineTo(pts[2], pts[3]);
75 hulls.lineTo(pts[4], pts[5]);
96 //canvas->drawPath(hulls, paint);
/external/quake/quake/src/WinQuake/
H A Dmodel.h355 hull_t hulls[MAX_MAP_HULLS]; member in struct:model_s
H A Dgl_model.h403 hull_t hulls[MAX_MAP_HULLS]; member in struct:model_s
/external/quake/quake/src/QW/client/
H A Dgl_model.h406 hull_t hulls[MAX_MAP_HULLS]; member in struct:model_s
H A Dmodel.h372 hull_t hulls[MAX_MAP_HULLS]; member in struct:model_s

Completed in 107 milliseconds