Searched refs:bUpdate (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/xfa/fxfa/ |
D | cxfa_fftextedit.cpp | 262 bool bUpdate = false; in UpdateFWLData() local 272 bUpdate = true; in UpdateFWLData() 280 bUpdate = true; in UpdateFWLData() 285 if (wsText != wsOldText || (eType == XFA_VALUEPICTURE_Edit && bUpdate)) { in UpdateFWLData() 287 bUpdate = true; in UpdateFWLData() 289 if (bUpdate) in UpdateFWLData()
|
/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/sqlite/dist/orig/ |
D | shell.c | 12123 int bUpdate /* true for a --create. false for --update */ in arCreateOrUpdateCommand() argument 12152 if( bUpdate==0 ){ in arCreateOrUpdateCommand()
|
D | sqlite3.c | 70618 int bUpdate /* True for an update, false otherwise */ 70692 if( iOff==0 && bUpdate==0 ){
|
/external/sqlite/dist/ |
D | shell.c | 12146 int bUpdate /* true for a --create. false for --update */ in arCreateOrUpdateCommand() argument 12175 if( bUpdate==0 ){ in arCreateOrUpdateCommand()
|
D | sqlite3.c | 70634 int bUpdate /* True for an update, false otherwise */ 70708 if( iOff==0 && bUpdate==0 ){
|