Searched defs:bRet (Results 26 - 46 of 46) sorted by relevance

12

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_form.cpp397 FX_BOOL bRet; local
402 bRet = FALSE;
404 bRet = RetrieveSpecificFont(charSet, DEFAULT_PITCH | FF_DONTCARE,
407 bRet = RetrieveSpecificFont(charSet, DEFAULT_PITCH | FF_DONTCARE, "SimSun",
410 bRet = RetrieveSpecificFont(charSet, DEFAULT_PITCH | FF_DONTCARE, "MingLiU",
413 if (!bRet) {
414 bRet = RetrieveSpecificFont(charSet, DEFAULT_PITCH | FF_DONTCARE,
417 if (!bRet) {
418 bRet = RetrieveSpecificFont(charSet, DEFAULT_PITCH | FF_DONTCARE,
421 if (!bRet) {
[all...]
/external/pdfium/fpdfsdk/src/fpdfxfa/
H A Dfpdfxfa_doc.cpp155 FX_BOOL bRet = pPage->LoadPage(); local
156 if (!bRet) {
1125 FPDF_BOOL bRet = TRUE; local
1172 bRet = _MailToInfo(csURL, csToAddress, csCCAddress, csBCCAddress, csSubject,
1174 if (FALSE == bRet)
1207 return bRet;
/external/pdfium/fpdfsdk/src/
H A Dfsdk_mgr.cpp911 FX_BOOL bRet = local
913 if (bRet)
915 return bRet;
931 FX_BOOL bRet =
933 if (bRet) {
949 FX_BOOL bRet =
951 if (bRet) {
964 FX_BOOL bRet = FALSE; local
967 bRet = pAnnotHandlerMgr->Annot_OnLButtonUp(this, pFocusAnnot, nFlag, point);
969 if (pFXAnnot && !bRet)
[all...]
H A Dfsdk_baseform.cpp2226 FX_BOOL bRet = pContext->RunScript(csJS, &sInfo); local
2229 if (bRet) {
2281 FX_BOOL bRet = pContext->RunScript(script, &sInfo); local
2284 if (bRet) {
2543 FX_BOOL bRet = pFDFDoc->WriteBuf(FdfBuffer); local
2545 if (!bRet)
2571 FX_BOOL bRet = pFDF->WriteBuf(textBuf);
2574 return bRet;
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Edit.cpp888 FX_BOOL bRet = CPWL_EditCtrl::OnKeyDown(nChar, nFlag); local
894 return bRet;
/external/pdfium/xfa/src/fgas/src/layout/
H A Dfx_rtfbreak.cpp1466 FX_BOOL bRet = (!bSingleLine && FX_IsCtrlCode(wch)); local
1469 bRet = FALSE;
1471 if (bRet) {
1494 if (bCharBBox && !bRet) {
H A Dfx_textbreak.cpp1602 FX_BOOL bRet = (!bSingleLine && FX_IsCtrlCode(wch)); local
1605 bRet = FALSE;
1607 if (bRet) {
1630 if (bCharBBox && !bRet) {
/external/pdfium/xfa/src/fwl/src/core/
H A Dfwl_noteimp.cpp450 FX_BOOL bRet = FALSE; local
453 bRet = DoActivate(static_cast<CFWL_MsgActivate*>(pMessage), pMessageForm);
457 bRet = DoDeactivate(static_cast<CFWL_MsgDeactivate*>(pMessage),
462 bRet = DoSetFocus(static_cast<CFWL_MsgSetFocus*>(pMessage), pMessageForm);
466 bRet =
471 bRet = DoKey(static_cast<CFWL_MsgKey*>(pMessage), pMessageForm);
475 bRet = DoMouse(static_cast<CFWL_MsgMouse*>(pMessage), pMessageForm);
479 bRet = DoWheel(static_cast<CFWL_MsgMouseWheel*>(pMessage), pMessageForm);
483 bRet = DoSize(static_cast<CFWL_MsgSize*>(pMessage));
487 bRet
881 FX_BOOL bRet = FALSE; local
[all...]
H A Dfwl_widgetmgrimp.cpp511 IFWL_Widget* bRet = nextTab(child, focus, bFind); local
512 if (bRet) {
513 return bRet;
/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_textlayout.cpp531 FX_BOOL bRet = FALSE; local
564 bRet = pTextProvider->GetEmbbedObj(bURI, bRaw, wsAttr, wsValue);
566 return bRet;
1367 FX_BOOL bRet = AppendChar(wsText, fLinePos, fSpaceAbove, bSavePieces); local
1368 if (bRet && m_pLoader != NULL) {
H A Dxfa_ffwidget.cpp747 FX_BOOL bRet = imageRender.Start(m_pDevice, pCloneConvert, m_FillArgb, local
749 while (bRet) {
750 bRet = imageRender.Continue(NULL);
821 FX_BOOL bRet = imageRender.Start(pRenderDevice, pDIBitmap, 0, 255, &mtImage, local
823 while (bRet) {
824 bRet = imageRender.Continue(NULL);
/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_layout_pagemgr_new.cpp617 FX_BOOL bRet = FALSE; local
632 bRet = pPageArea != NULL;
643 bRet = pPageArea != NULL;
675 return bRet;
H A Dxfa_objectacc_imp.cpp1261 FX_BOOL bRet = m_pNode->TryMeasure(XFA_ATTRIBUTE_StartAngle, ms, FALSE); local
1262 if (bRet) {
1265 return bRet;
1273 FX_BOOL bRet = m_pNode->TryMeasure(XFA_ATTRIBUTE_SweepAngle, ms, FALSE); local
1274 if (bRet) {
1277 return bRet;
/external/dbus/dbus/
H A Ddbus-sysdeps-win.c2796 dbus_bool_t bRet = TRUE; local
2820 bRet = _dbus_get_autolaunch_shm( address, shm_name );
2828 return bRet;
/external/pdfium/xfa/src/fee/src/fee/
H A Dfde_txtedtengine.cpp1961 FX_BOOL bRet = GetFieldBoundary(nIndex, nBgn, nEnd, pField); local
1963 if (bRet && !pField->IsFix()) {
1992 } else if (!bRet) {
2005 bRet = FindEditableField(nIndex, nBgn, nEnd, pField, FALSE);
2006 FXSYS_assert(bRet);
2049 bRet = FindEditableField(nIndex, nBgn, nEnd, pField);
2050 FXSYS_assert(bRet);
2170 FX_BOOL bRet = FindEditableField(nIndex, nBgn, nEnd, pField, bForward); local
2171 if (!bRet) {
/external/pdfium/xfa/src/fgas/src/localization/
H A Dfx_locale.cpp4069 FX_BOOL bRet = TRUE; local
4180 return bRet;
4187 FX_BOOL bRet = TRUE; local
4315 return bRet;
4323 FX_BOOL bRet = TRUE; local
4326 bRet &= FX_DateFormat(wsDatePattern, pLocale, dt, wsDateOut);
4329 bRet &= FX_TimeFormat(wsTimePattern, pLocale, dt, wsTimeOut);
4332 return bRet;
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_parser.cpp3146 FX_BOOL bRet = IsObjectsAvail(obj_array, FALSE, pHints, m_objs_array); local
3147 if (bRet) {
3150 return bRet;
3153 FX_BOOL bRet = IsObjectsAvail(m_objs_array, FALSE, pHints, new_objs_array); local
3154 if (bRet) {
3164 return bRet;
4361 FX_BOOL bRet = IsObjectsAvail(obj_array, FALSE, pHints, m_objs_array); local
4362 if (bRet) {
4365 return bRet;
4368 FX_BOOL bRet local
4487 FX_BOOL bRet = IsObjectsAvail(obj_array, TRUE, pHints, m_objs_array); local
4494 FX_BOOL bRet = local
4521 FX_BOOL bRet = CheckResources(pHints); local
4539 FX_BOOL bRet = IsObjectsAvail(obj_array, TRUE, pHints, m_objs_array); local
4546 FX_BOOL bRet = IsObjectsAvail(m_objs_array, FALSE, pHints, new_objs_array); local
4625 FX_BOOL bRet = IsObjectsAvail(m_objs_array, FALSE, pHints, new_objs_array); local
[all...]
/external/pdfium/xfa/src/fxfa/src/fm2js/
H A Dxfa_fm2jscontext.cpp961 FX_BOOL bRet = Local2IsoDate(hThis, dateString, formatString, localString, local
963 if (bRet) {
5744 FX_BOOL bRet = FALSE; local
5763 bRet = (FXJSE_Value_ToObject(firstJSObject, NULL) ==
5774 return bRet;
/external/sqlite/dist/orig/
H A Dsqlite3.c170381 int bRet = a[0].pOut->n>0; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c170411 int bRet = a[0].pOut->n>0; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2737 milliseconds

12