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

12

/external/pdfium/core/src/fxcrt/
H A Dfx_arabic.cpp40 FX_BOOL bRet = FALSE; local
43 bRet = TRUE;
46 bRet = (m_iCurCount > 0);
48 bRet = (iContext != 0);
51 if (bRet) {
62 return bRet;
H A Dfx_basic_buffer.cpp459 FX_BOOL bRet = DoWork(m_pBuffer, m_Length); local
461 return bRet;
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_Notify.cpp43 FX_BOOL bRet = FALSE;//DoAAction(CPDF_AAction::AActionType::ButtonUp, bExit); local
45 return bRet;
51 FX_BOOL bRet = FALSE;//DoAAction(CPDF_AAction::AActionType::ButtonDown, bExit); local
53 return bRet;
59 FX_BOOL bRet = FALSE;//DoAAction(CPDF_AAction::AActionType::CursorEnter, bExit); local
61 return bRet;
67 FX_BOOL bRet = FALSE;//DoAAction(CPDF_AAction::AActionType::CursorExit, bExit); local
69 return bRet;
75 FX_BOOL bRet = FALSE;//DoAAction(CPDF_AAction::AActionType::GetFocus, bExit); local
77 return bRet;
83 FX_BOOL bRet = FALSE;//DoAAction(CPDF_AAction::AActionType::LoseFocus, bExit); local
[all...]
H A DFFL_IFormFiller.cpp325 FX_BOOL bRet = FALSE; local
329 bRet = pFormFiller->OnLButtonUp(pPageView, pAnnot, nFlags, point);
339 return bRet;
/external/pdfium/fpdfsdk/src/
H A Dfpdfsave.cpp72 FX_BOOL bRet; local
75 bRet = FileMaker.Create(pStreamWrite, flags);
77 return bRet;
H A Dfsdk_actionhandler.cpp204 FX_BOOL bRet = pContext->RunScript(swJS, csInfo); local
205 if (!bRet)
395 FX_BOOL bRet = pContext->RunScript(swJS, csInfo); local
396 if (!bRet)
451 FX_BOOL bRet = pContext->RunScript(swJS, csInfo); local
452 if (!bRet)
689 FX_BOOL bRet = pContext->RunScript(script, csInfo); local
690 if (!bRet)
713 FX_BOOL bRet = pContext->RunScript(script, csInfo); local
714 if (!bRet)
769 FX_BOOL bRet = pContext->RunScript(script, csInfo); local
[all...]
H A Dfsdk_mgr.cpp833 FX_BOOL bRet = pAnnotHandlerMgr->Annot_OnLButtonDown(this, pFXAnnot, nFlag,point); local
834 if(bRet)
838 return bRet;
852 FX_BOOL bRet = FALSE; local
856 bRet = pAnnotHandlerMgr->Annot_OnLButtonUp(this, pFocusAnnot, nFlag,point);
858 if(pFXAnnot && !bRet)
860 bRet = pAnnotHandlerMgr->Annot_OnLButtonUp(this, pFXAnnot, nFlag,point);
861 return bRet;
863 return bRet;
H A Dfsdk_baseform.cpp1976 FX_BOOL bRet = pContext->RunScript(csJS, sInfo); local
1979 if (bRet)
2048 FX_BOOL bRet = pContext->RunScript(script, sInfo); local
2051 if (bRet)
2390 FX_BOOL bRet = pFDF->WriteFile(sFDFFileName.UTF8Encode()); // = FALSE;//
2393 return bRet;
2402 FX_BOOL bRet = pFDF->WriteBuf(textBuf); // = FALSE;//
2405 return bRet;
2429 FX_BOOL bRet = pFDFDoc->WriteBuf(FdfBuffer); local
2431 if (!bRet) retur
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_fdf.cpp129 FX_BOOL bRet = WriteFile(pFile); local
131 return bRet;
139 FX_BOOL bRet = WriteFile(pFile); local
141 return bRet;
147 FX_BOOL bRet = pFile->WriteBlock(buf.GetBuffer(), buf.GetSize()); local
148 if (bRet) {
151 return bRet;
H A Dfpdf_parser_parser.cpp2919 FX_BOOL bRet = IsObjectsAvail(obj_array, FALSE, pHints, m_objs_array); local
2920 if (bRet) {
2923 return bRet;
2926 FX_BOOL bRet = IsObjectsAvail(m_objs_array, FALSE, pHints, new_objs_array); local
2927 if (bRet) {
2937 return bRet;
4107 FX_BOOL bRet = IsObjectsAvail(obj_array, FALSE, pHints, m_objs_array); local
4108 if (bRet) {
4111 return bRet;
4114 FX_BOOL bRet local
4225 FX_BOOL bRet = IsObjectsAvail(obj_array, TRUE, pHints, m_objs_array); local
4234 FX_BOOL bRet = IsObjectsAvail(m_objs_array, FALSE, pHints, new_objs_array); local
4260 FX_BOOL bRet = CheckResources(pHints); local
4279 FX_BOOL bRet = IsObjectsAvail(obj_array, TRUE, pHints, m_objs_array); local
4286 FX_BOOL bRet = IsObjectsAvail(m_objs_array, FALSE, pHints, new_objs_array); local
4326 FX_BOOL bRet = IsObjectsAvail(m_objs_array, FALSE, pHints, new_objs_array); local
[all...]
H A Dfpdf_parser_objects.cpp1173 FX_BOOL bRet = PDF_DataDecode(pDecryptedData, dwDecryptedSize, m_pStream->GetDict(), local
1175 if (!bRet) {
/external/pdfium/fpdfsdk/include/javascript/
H A DJS_Define.h113 FX_BOOL bRet = FALSE;\
117 bRet = pObj->prop_name(cc, value, sError);\
127 if (bRet)\
159 FX_BOOL bRet = FALSE;\
163 bRet = pObj->prop_name(cc, propValue, sError);\
173 if (bRet)\
214 FX_BOOL bRet = FALSE;\
218 bRet = pObj->method_name(cc, parameters, valueRes, sError);\
228 if (bRet)\
376 FX_BOOL bRet
[all...]
/external/chromium_org/third_party/mesa/src/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/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.cpp429 FX_BOOL bRet; local
430 bRet = RetrieveStockFont(DEFAULT_GUI_FONT, 255, lf);
431 if (!bRet) {
432 bRet = RetrieveStockFont(SYSTEM_FONT, 255, lf);
434 if (bRet) {
503 FX_BOOL bRet; local
508 bRet = FALSE;
510 bRet = RetrieveSpecificFont(charSet, DEFAULT_PITCH | FF_DONTCARE, "MS Mincho", lf);
512 bRet = RetrieveSpecificFont(charSet, DEFAULT_PITCH | FF_DONTCARE, "SimSun", lf);
514 bRet
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render.cpp417 FX_BOOL bRet = FALSE; local
420 bRet = ProcessText((CPDF_TextObject*)pObj, pObj2Device, NULL);
423 bRet = ProcessPath((CPDF_PathObject*)pObj, pObj2Device);
426 bRet = ProcessImage((CPDF_ImageObject*)pObj, pObj2Device);
429 bRet = ProcessShading((CPDF_ShadingObject*)pObj, pObj2Device);
432 bRet = ProcessForm((CPDF_FormObject*)pObj, pObj2Device);
436 bRet = ProcessInlines((CPDF_InlineImages*)pObj, pObj2Device);
440 if (!bRet) {
446 FX_BOOL bRet = FALSE; local
449 bRet
811 FX_BOOL bRet = FALSE; local
[all...]
/external/pdfium/core/src/reflow/
H A Dreflowedpage.cpp491 FX_BOOL bRet = FALSE;
493 bRet = m_pFXDevice->DrawNormalText(1, &charpos, &(pPDFFont->m_Font),
497 bRet = m_pFXDevice->DrawNormalText(1, &charpos, &(pPDFFont->m_Font),
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_EditCtrl.cpp174 FX_BOOL bRet = CPWL_Wnd::OnKeyDown(nChar,nFlag);
245 return bRet;
H A DPWL_Edit.cpp944 FX_BOOL bRet = CPWL_EditCtrl::OnKeyDown(nChar, nFlag); local
960 return bRet;
1054 FX_BOOL bRet = CPWL_EditCtrl::OnChar(nChar,nFlag); local
1065 return bRet;
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_create.cpp1986 FX_BOOL bRet = Create(flags); local
1987 if (!bRet || !(flags & FPDFCREATE_PROGRESSIVE)) {
1990 return bRet;
1997 FX_BOOL bRet = Create(flags); local
1998 if (!bRet || !(flags & FPDFCREATE_PROGRESSIVE)) {
2001 return bRet;
/external/pdfium/core/src/fxge/agg/agg23/
H A Dfx_agg_driver.cpp1516 FX_BOOL bRet = TRUE;
1522 bRet = pBitmap->TransferBitmap(0, 0, rect.Width(), rect.Height(), pBack, left, top, pIccTransform);
1525 return bRet;
/external/chromium_org/ui/gfx/win/
H A Dmsg_util.h40 BOOL bRet = _ProcessWindowMessage( \
43 return bRet; \
/external/sqlite/dist/orig/
H A Dsqlite3.c[all...]

Completed in 2061 milliseconds

12