OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_uiPrevCol
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPrint3D.h
439
unsigned int
m_uiPrevCol
;
PVRTPrint3D.cpp
106
m_fPrevY(0.0f),
m_uiPrevCol
(0), m_pUVs(NULL), m_pKerningPairs(NULL), m_pCharMatrics(NULL), m_fTexW(0.0f), m_fTexH(0.0f), m_pRects(NULL), m_pYOffsets(NULL),
571
if(wcscmp(s_Text, m_pwzPreviousString) != 0 || m_fPrevX != fPosX || m_fPrevY != fPosY || m_fPrevScale != fScale ||
m_uiPrevCol
!= Colour)
578
m_uiPrevCol
= Colour;
633
if(strcmp(s_Text, m_pszPreviousString) != 0 || m_fPrevX != fPosX || m_fPrevY != fPosY || m_fPrevScale != fScale ||
m_uiPrevCol
!= Colour)
640
m_uiPrevCol
= Colour;
[
all
...]
Completed in 526 milliseconds