Home
last modified time | relevance | path

Searched refs:pszTitle (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/Windows/Control/
DPropertyPage.cpp77 page.pszTitle = NULL; in MyPropertySheet()
81 page.pszTitle = titles[i]; in MyPropertySheet()
98 page.pszTitle = NULL; in MyPropertySheet()
102 page.pszTitle = pageInfo.Title; in MyPropertySheet()
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPrint3D.cpp665 EPVRTError CPVRTPrint3D::DisplayDefaultTitle(const char * const pszTitle, const char * const pszDes… in DisplayDefaultTitle() argument
672 if(pszTitle) in DisplayDefaultTitle()
674 if(Print3D(0.0f, -1.0f, 1.0f, PVRTRGBA(255, 255, 255, 255), pszTitle) != PVR_SUCCESS) in DisplayDefaultTitle()
DPVRTPrint3D.h207 …EPVRTError DisplayDefaultTitle(const char * const pszTitle, const char * const pszDescription, con…