Lines Matching refs:Points
362 free(map->Points);
363 map->Points = pnts;
461 free(map->Points);
462 map->Points = pnts;
513 data = map1d->Points;
517 data = map2d->Points;
603 data = map1d->Points;
607 data = map2d->Points;
695 data = map1d->Points;
699 data = map2d->Points;
849 map->Points = malloc(n * sizeof(GLfloat));
850 if (map->Points) {
853 map->Points[i] = initial[i];
870 map->Points = malloc(n * sizeof(GLfloat));
871 if (map->Points) {
874 map->Points[i] = initial[i];
945 free(ctx->EvalMap.Map1Vertex3.Points);
946 free(ctx->EvalMap.Map1Vertex4.Points);
947 free(ctx->EvalMap.Map1Index.Points);
948 free(ctx->EvalMap.Map1Color4.Points);
949 free(ctx->EvalMap.Map1Normal.Points);
950 free(ctx->EvalMap.Map1Texture1.Points);
951 free(ctx->EvalMap.Map1Texture2.Points);
952 free(ctx->EvalMap.Map1Texture3.Points);
953 free(ctx->EvalMap.Map1Texture4.Points);
955 free(ctx->EvalMap.Map2Vertex3.Points);
956 free(ctx->EvalMap.Map2Vertex4.Points);
957 free(ctx->EvalMap.Map2Index.Points);
958 free(ctx->EvalMap.Map2Color4.Points);
959 free(ctx->EvalMap.Map2Normal.Points);
960 free(ctx->EvalMap.Map2Texture1.Points);
961 free(ctx->EvalMap.Map2Texture2.Points);
962 free(ctx->EvalMap.Map2Texture3.Points);
963 free(ctx->EvalMap.Map2Texture4.Points);