OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bUpdate
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/fxfa/
cxfa_fftextedit.cpp
262
bool
bUpdate
= false;
272
bUpdate
= true;
280
bUpdate
= true;
285
if (wsText != wsOldText || (eType == XFA_VALUEPICTURE_Edit &&
bUpdate
)) {
287
bUpdate
= true;
289
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 2032 milliseconds