Home
last modified time | relevance | path

Searched refs:bUpdate (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_fftextedit.cpp262 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/
DPVRTPrint3D.cpp493 … 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()
DPVRTPrint3D.h363 …fPosY, const float fScale, unsigned int Colour, const CPVRTArray<PVRTuint32>& UTF32, bool bUpdate);
/external/sqlite/dist/orig/
Dshell.c12123 int bUpdate /* true for a --create. false for --update */ in arCreateOrUpdateCommand() argument
12152 if( bUpdate==0 ){ in arCreateOrUpdateCommand()
Dsqlite3.c70618 int bUpdate /* True for an update, false otherwise */
70692 if( iOff==0 && bUpdate==0 ){
/external/sqlite/dist/
Dshell.c12146 int bUpdate /* true for a --create. false for --update */ in arCreateOrUpdateCommand() argument
12175 if( bUpdate==0 ){ in arCreateOrUpdateCommand()
Dsqlite3.c70634 int bUpdate /* True for an update, false otherwise */
70708 if( iOff==0 && bUpdate==0 ){