Home | History | Annotate | Download | only in src

Lines Matching refs:attrib_ptr

2173             p_tmp = (float *)(p->attrib_ptr);
2228 driver_data->render_rect.x = ((VARectangle *)(p->attrib_ptr))->x;
2229 driver_data->render_rect.y = ((VARectangle *)(p->attrib_ptr))->y;
2230 driver_data->render_rect.width = ((VARectangle *)(p->attrib_ptr))->width;
2231 driver_data->render_rect.height = ((VARectangle *)(p->attrib_ptr))->height;