Searched refs:bRet (Results 1 - 25 of 52) sorted by relevance

123

/external/pdfium/core/src/fxcrt/
H A Dfx_bidi.cpp38 bool bRet = (bidi != m_CurBidi); local
39 if (bRet) {
44 return bRet;
H A Dfx_basic_buffer.cpp392 FX_BOOL bRet = DoWork(m_pBuffer, m_Length); local
394 return bRet;
/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_localevalue.cpp109 FX_BOOL bRet = FALSE; local
112 for (; i < iCount && !bRet; i++) {
118 bRet = pFormat->ParseNull(wsValue, wsFormat);
119 if (!bRet) {
120 bRet = wsValue.IsEmpty();
124 bRet = pFormat->ParseZero(wsValue, wsFormat);
125 if (!bRet) {
126 bRet = wsValue == FX_WSTRC(L"0");
131 bRet = pFormat->ParseNum(wsValue, wsFormat, fNum);
132 if (!bRet) {
460 FX_BOOL bRet = FALSE; local
484 FX_BOOL bRet = FALSE; local
817 FX_BOOL bRet = FALSE; local
[all...]
H A Dxfa_utils_imp.cpp232 FX_BOOL bRet = FALSE; local
234 return bRet;
240 bRet = pFirstChild->GetEnum(XFA_ATTRIBUTE_Open) ==
244 return bRet;
H A Dxfa_script_imp.cpp135 FX_BOOL bRet = FXJSE_ExecuteScript(m_hJsContext, btScript, hRetValue, pValue); local
138 return bRet;
279 FX_BOOL bRet = lpScriptContext->QueryNodeByFlag( local
281 if (bRet) {
288 bRet = lpScriptContext->QueryNodeByFlag((CXFA_Node*)pObject, wsPropName,
291 if (bRet) {
297 bRet = lpScriptContext->QueryVariableHValue((CXFA_Node*)pScriptObject,
300 if (!bRet) {
505 FX_BOOL bRet = FXJSE_ExecuteScript(hVariablesContext, btScript, hRetValue); local
508 return bRet;
[all...]
/external/pdfium/xfa/src/fgas/src/font/
H A Dfx_gefont.cpp238 FX_BOOL bRet = m_pFont->GetFace() != nullptr; local
239 if (bRet) {
240 bRet = InitFont();
243 return bRet;
251 FX_BOOL bRet = m_pFont->LoadEmbedded(pBuffer, length); local
252 if (bRet) {
253 bRet = InitFont();
257 return bRet;
267 FX_BOOL bRet = FALSE; local
270 bRet
292 FX_BOOL bRet = m_pFont->LoadFile(m_pFileRead); local
309 FX_BOOL bRet = !!m_pFont; local
471 FX_BOOL bRet = m_pFont->GetBBox(rt); local
[all...]
/external/pdfium/fpdfsdk/src/
H A Dfsdk_annothandler.cpp877 FX_BOOL bRet = FALSE; local
878 bRet = pWidgetHandler->OnLButtonDown(pAnnot->GetXFAWidget(),
881 return bRet;
894 FX_BOOL bRet = FALSE; local
895 bRet = pWidgetHandler->OnLButtonUp(pAnnot->GetXFAWidget(),
898 return bRet;
911 FX_BOOL bRet = FALSE; local
912 bRet = pWidgetHandler->OnLButtonDblClk(pAnnot->GetXFAWidget(),
915 return bRet;
928 FX_BOOL bRet local
946 FX_BOOL bRet = FALSE; local
963 FX_BOOL bRet = FALSE; local
980 FX_BOOL bRet = FALSE; local
997 FX_BOOL bRet = FALSE; local
1013 FX_BOOL bRet = FALSE; local
1029 FX_BOOL bRet = FALSE; local
1045 FX_BOOL bRet = FALSE; local
1072 FX_BOOL bRet = TRUE; local
[all...]
H A Dfsdk_actionhandler.cpp156 FX_BOOL bRet = pContext->RunScript(swJS, &csInfo); local
157 if (!bRet) {
282 FX_BOOL bRet = pContext->RunScript(swJS, &csInfo); local
283 if (!bRet) {
326 FX_BOOL bRet = pContext->RunScript(swJS, &csInfo); local
327 if (!bRet) {
520 FX_BOOL bRet = pContext->RunScript(script, &csInfo); local
521 if (!bRet) {
538 FX_BOOL bRet = pContext->RunScript(script, &csInfo); local
539 if (!bRet) {
588 FX_BOOL bRet = pContext->RunScript(script, &csInfo); local
[all...]
H A Dfpdfsave.cpp308 FX_BOOL bRet; local
311 bRet = FileMaker.Create(pStreamWrite, flags);
321 return bRet;
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...]
/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_ffwidgethandler.cpp61 FX_BOOL bRet = static_cast<CXFA_FFWidget*>(hWidget)->OnMouseEnter(); local
64 return bRet;
68 FX_BOOL bRet = static_cast<CXFA_FFWidget*>(hWidget)->OnMouseExit(); local
71 return bRet;
79 FX_BOOL bRet = local
81 if (bRet && m_pDocView->SetFocus(hWidget)) {
88 return bRet;
97 FX_BOOL bRet = local
101 return bRet;
108 FX_BOOL bRet local
118 FX_BOOL bRet = local
129 FX_BOOL bRet = static_cast<CXFA_FFWidget*>(hWidget) local
139 FX_BOOL bRet = local
154 FX_BOOL bRet = local
164 FX_BOOL bRet = local
172 FX_BOOL bRet = local
181 FX_BOOL bRet = local
189 FX_BOOL bRet = static_cast<CXFA_FFWidget*>(hWidget)->OnChar(dwChar, dwFlags); local
[all...]
H A Dxfa_ffnotify.cpp278 FX_BOOL bRet = FALSE; local
281 return bRet;
286 return bRet;
294 bRet = FXJSE_Value_ToBoolean(pRetValue);
297 return bRet;
H A Dxfa_ffdoc.cpp442 FX_BOOL bRet = FALSE; local
445 bRet = pImport->ImportData(pStream);
448 return 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...]
/external/pdfium/xfa/src/fgas/src/crt/
H A Dfx_stream.cpp256 FX_BOOL bRet = FX_fsetsize(m_hFile, iLength); local
258 return bRet;
861 FX_BOOL bRet = local
863 if (!bRet) {
871 return bRet;
881 FX_BOOL bRet = local
883 if (!bRet) {
891 return bRet;
902 FX_BOOL bRet = ((CFX_FileWriteStreamImp*)m_pStreamImp) local
904 if (!bRet) {
924 FX_BOOL bRet = ((CFX_BufferStreamImp*)m_pStreamImp) local
947 FX_BOOL bRet = ((CFX_BufferReadStreamImp*)m_pStreamImp) local
[all...]
H A Dfx_system.cpp77 FX_BOOL bRet = ::SetEndOfFile(hFile);
79 return bRet;
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_ext_pbuffer.c86 BOOL bRet; local
229 bRet = SetPixelFormat(hDC, iDisplayablePixelFormat, &pfd);
230 assert(bRet);
H A Dstw_framebuffer.c482 BOOL bRet = SetPixelFormat(hdc, iPixelFormat, NULL); local
483 assert(bRet);
/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/xfa/src/fdp/src/css/
H A Dfde_cssstylesheet.cpp133 FX_BOOL bRet = pSyntax->Init(pStream, 4096) && LoadFromSyntax(pSyntax); local
137 return bRet;
148 FX_BOOL bRet = pSyntax->Init(pBuffer, iBufSize) && LoadFromSyntax(pSyntax); local
152 return bRet;
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render.cpp382 FX_BOOL bRet = FALSE; local
385 bRet = ProcessText((CPDF_TextObject*)pObj, pObj2Device, NULL);
388 bRet = ProcessPath((CPDF_PathObject*)pObj, pObj2Device);
391 bRet = ProcessImage((CPDF_ImageObject*)pObj, pObj2Device);
394 bRet = ProcessShading((CPDF_ShadingObject*)pObj, pObj2Device);
397 bRet = ProcessForm((CPDF_FormObject*)pObj, pObj2Device);
400 if (!bRet) {
406 FX_BOOL bRet = FALSE; local
409 bRet = ProcessPath((CPDF_PathObject*)pObj, pObj2Device);
412 bRet
789 FX_BOOL bRet = FALSE; local
[all...]
/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/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/xfa/src/fdp/src/tto/
H A Dfde_textout.cpp513 FX_BOOL bRet = FALSE; local
542 bRet = TRUE;
548 if (dwBreakStatus > FX_TXTBREAK_PieceBreak && !bRet) {
621 FX_BOOL bRet = bSingleLine || bLineWrap || (!bLineWrap && bNeedReload) || local
623 return bRet;
/external/pdfium/fpdfsdk/src/javascript/
H A DJS_Define.h360 FX_BOOL bRet = pObj->QueryProperty(propname.c_str()); local
361 info.GetReturnValue().Set(bRet ? 4 : 0);

Completed in 1490 milliseconds

123