OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pface
(Results
1 - 7
of
7
) sorted by null
/external/quake/quake/src/QW/client/
d_edge.c
123
void D_CalcGradients (msurface_t *
pface
)
131
pplane =
pface
->plane;
135
TransformVector (
pface
->texinfo->vecs[0], p_saxis);
136
TransformVector (
pface
->texinfo->vecs[1], p_taxis);
155
((
pface
->texturemins[0] << 16) >> miplevel)
156
+
pface
->texinfo->vecs[0][3]*t;
158
((
pface
->texturemins[1] << 16) >> miplevel)
159
+
pface
->texinfo->vecs[1][3]*t;
164
bbextents = ((
pface
->extents[0] << 16) >> miplevel) - 1;
165
bbextentt = ((
pface
->extents[1] << 16) >> miplevel) - 1
177
msurface_t *
pface
;
local
[
all
...]
r_edge.c
87
msurface_t *
pface
;
local
100
pface
= (msurface_t *)s->data;
101
R_RenderPoly (
pface
, 15);
114
pface
= (msurface_t *)s->data;
115
R_RenderPoly (
pface
, 15);
/external/quake/quake/src/WinQuake/
d_edge.cpp
123
void D_CalcGradients (msurface_t *
pface
)
131
pplane =
pface
->plane;
135
TransformVector (
pface
->texinfo->vecs[0], p_saxis);
136
TransformVector (
pface
->texinfo->vecs[1], p_taxis);
155
((
pface
->texturemins[0] << 16) >> miplevel)
156
+
pface
->texinfo->vecs[0][3]*t;
158
((
pface
->texturemins[1] << 16) >> miplevel)
159
+
pface
->texinfo->vecs[1][3]*t;
164
bbextents = ((
pface
->extents[0] << 16) >> miplevel) - 1;
165
bbextentt = ((
pface
->extents[1] << 16) >> miplevel) - 1;
177
msurface_t *
pface
;
local
[
all
...]
r_edge.cpp
87
msurface_t *
pface
;
local
100
pface
= (msurface_t *)s->data;
101
R_RenderPoly (
pface
, 15);
114
pface
= (msurface_t *)s->data;
115
R_RenderPoly (
pface
, 15);
/external/opencv/cvaux/src/
cvfacedetection.cpp
436
ListElem::ListElem(Face *
pFace
,ListElem * pHead)
443
m_pFace =
pFace
;
444
}//ListElem::ListElem(Face *
pFace
)
474
int List::AddElem(Face *
pFace
)
476
new ListElem(
pFace
,m_pHead);
478
}//List::AddElem(Face *
pFace
)
_cvfacedetection.h
303
ListElem(Face *
pFace
,ListElem * pHead);
314
int AddElem(Face *
pFace
);
cvvecfacetracking.cpp
438
CvFaceTracker*
pFace
= pFaceTracker;
439
if (NULL ==
pFace
)
441
pFace
= new CvFaceTracker;
442
if (NULL ==
pFace
)
446
pFace
->Init(pRects, (IplImage*)imgGray);
447
return
pFace
;
[
all
...]
Completed in 329 milliseconds