Searched refs:pframedesc (Results 1 – 3 of 3) sorted by relevance
96 maliasframedesc_t *pframedesc; in R_AliasCheckBBox() local120 pframedesc = &pahdr->frames[frame]; in R_AliasCheckBBox()124 (float)pframedesc->bboxmin.v[0]; in R_AliasCheckBBox()126 (float)pframedesc->bboxmax.v[0]; in R_AliasCheckBBox()130 (float)pframedesc->bboxmin.v[1]; in R_AliasCheckBBox()132 (float)pframedesc->bboxmax.v[1]; in R_AliasCheckBBox()136 (float)pframedesc->bboxmin.v[2]; in R_AliasCheckBBox()138 (float)pframedesc->bboxmax.v[2]; in R_AliasCheckBBox()
1744 maliasframedesc_t *pframedesc; in PrintFrameName() local1749 pframedesc = &hdr->frames[frame]; in PrintFrameName()1751 Con_Printf ("frame %i: %s\n", frame, pframedesc->name); in PrintFrameName()