HomeSort by relevance Sort by last modified time
    Searched defs:hulls (Results 1 - 6 of 6) sorted by null

  /external/skia/samplecode/
SampleHairCurves.cpp 39 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/
model.h 355 hull_t hulls[MAX_MAP_HULLS]; member in struct:model_s
gl_model.h 403 hull_t hulls[MAX_MAP_HULLS]; member in struct:model_s
  /external/quake/quake/src/QW/client/
gl_model.h 406 hull_t hulls[MAX_MAP_HULLS]; member in struct:model_s
model.h 372 hull_t hulls[MAX_MAP_HULLS]; member in struct:model_s
  /gdk/samples/quake/jni/
gl_model.h 403 hull_t hulls[MAX_MAP_HULLS]; member in struct:model_s

Completed in 196 milliseconds