Lines Matching defs:from

207     CRPointState *from = &(fromCtx->point);
220 if (from->pointSmooth != to->pointSmooth)
223 from->pointSmooth = to->pointSmooth;
229 if (from->pointSize != to->pointSize)
232 from->pointSize = to->pointSize;
238 if (from->minSize != to->minSize)
241 from->minSize = to->minSize;
247 if (from->maxSize != to->maxSize)
250 from->maxSize = to->maxSize;
256 if (from->fadeThresholdSize != to->fadeThresholdSize)
259 from->fadeThresholdSize = to->fadeThresholdSize;
265 if (from->spriteCoordOrigin != to->spriteCoordOrigin)
268 from->spriteCoordOrigin = to->spriteCoordOrigin;
274 if (from->distanceAttenuation[0] != to->distanceAttenuation[0] || from->distanceAttenuation[1] != to->distanceAttenuation[1] || from->distanceAttenuation[2] != to->distanceAttenuation[2]) {
276 from->distanceAttenuation[0] = to->distanceAttenuation[0];
277 from->distanceAttenuation[1] = to->distanceAttenuation[1];
278 from->distanceAttenuation[2] = to->distanceAttenuation[2];
287 if (from->pointSprite != to->pointSprite)
290 from->pointSprite = to->pointSprite;
305 from->coordReplacement[i] = to->coordReplacement[i];
318 CRPointState *from = &(fromCtx->point);
331 if (from->pointSmooth != to->pointSmooth)
341 if (from->pointSize != to->pointSize)
351 if (from->minSize != to->minSize)
361 if (from->maxSize != to->maxSize)
371 if (from->fadeThresholdSize != to->fadeThresholdSize)
381 if (from->spriteCoordOrigin != to->spriteCoordOrigin)
391 if (from->distanceAttenuation[0] != to->distanceAttenuation[0] || from->distanceAttenuation[1] != to->distanceAttenuation[1] || from->distanceAttenuation[2] != to->distanceAttenuation[2]) {
398 fEnabled = from->pointSprite;