HomeSort by relevance Sort by last modified time
    Searched defs:bUpdate (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fxfa/app/
xfa_fftextedit.cpp 250 bool bUpdate = false;
260 bUpdate = true;
268 bUpdate = true;
274 if (wsText != wsOldText || (eType == XFA_VALUEPICTURE_Edit && bUpdate)) {
276 bUpdate = true;
278 if (bUpdate) {
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPrint3D.cpp 489 @param[in] bUpdate Whether to update the vertices
493 EPVRTError CPVRTPrint3D::Print3D(float fPosX, float fPosY, const float fScale, unsigned int Colour, const CPVRTArray<PVRTuint32>& UTF32, bool bUpdate)
523 if(bUpdate)
568 bool bUpdate = false;
595 bUpdate = true;
599 return Print3D(fPosX, fPosY, fScale, Colour, m_CachedUTF32, bUpdate);
630 bool bUpdate = false;
646 bUpdate = true;
650 return Print3D(fPosX, fPosY, fScale, Colour, m_CachedUTF32, bUpdate);
    [all...]

Completed in 162 milliseconds