Searched refs:bUpdate (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTPrint3D.cpp | 493 … fPosY, const float fScale, unsigned int Colour, const CPVRTArray<PVRTuint32>& UTF32, bool bUpdate) in Print3D() argument 523 if(bUpdate) in Print3D() 568 bool bUpdate = false; in Print3D() local 595 bUpdate = true; in Print3D() 599 return Print3D(fPosX, fPosY, fScale, Colour, m_CachedUTF32, bUpdate); in Print3D() 630 bool bUpdate = false; in Print3D() local 646 bUpdate = true; in Print3D() 650 return Print3D(fPosX, fPosY, fScale, Colour, m_CachedUTF32, bUpdate); in Print3D()
|
D | PVRTPrint3D.h | 363 …fPosY, const float fScale, unsigned int Colour, const CPVRTArray<PVRTuint32>& UTF32, bool bUpdate);
|
/external/pdfium/xfa/fxfa/app/ |
D | xfa_fftextedit.cpp | 250 bool bUpdate = false; in UpdateFWLData() local 260 bUpdate = true; in UpdateFWLData() 268 bUpdate = true; in UpdateFWLData() 274 if (wsText != wsOldText || (eType == XFA_VALUEPICTURE_Edit && bUpdate)) { in UpdateFWLData() 276 bUpdate = true; in UpdateFWLData() 278 if (bUpdate) { in UpdateFWLData()
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 69304 int bUpdate /* True for an update, false otherwise */ 69378 if( iOff==0 && bUpdate==0 ){
|
/external/sqlite/dist/ |
D | sqlite3.c | 69304 int bUpdate /* True for an update, false otherwise */ 69378 if( iOff==0 && bUpdate==0 ){
|