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

12

/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/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/fpdfsdk/src/
H A Dfpdfsave.cpp308 FX_BOOL bRet; local
311 bRet = FileMaker.Create(pStreamWrite, flags);
321 return bRet;
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 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...]
/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/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...]
H A Dfx_gdifont.cpp255 FX_BOOL bRet = LoadFont(pBuf, iLength); local
257 return bRet;
/external/pdfium/xfa/src/fxfa/src/parser/
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_document_serialize.cpp491 FX_BOOL bRet = Export(pStream, pNode, dwFlag, pChecksum); local
493 return bRet;
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_parser_imp.cpp219 FX_BOOL bRet = FALSE; local
222 bRet = TRUE;
237 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/fpdfsdk/src/javascript/
H A DJS_Define.h360 FX_BOOL bRet = pObj->QueryProperty(propname.c_str()); local
361 info.GetReturnValue().Set(bRet ? 4 : 0);
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_IFormFiller.cpp258 FX_BOOL bRet = FALSE; local
261 bRet = pFormFiller->OnLButtonUp(pPageView, pAnnot, nFlags, point);
276 return bRet;
/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_ffdoc.cpp442 FX_BOOL bRet = FALSE; local
445 bRet = pImport->ImportData(pStream);
448 return bRet;
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_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...]
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_objects.cpp1006 FX_BOOL bRet = PDF_DataDecode( local
1009 if (!bRet) {
/external/pdfium/xfa/src/fdp/src/fde/
H A Dfde_gedevice.cpp203 FX_BOOL bRet = m_pDevice->DrawNormalText( local
208 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/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...]
/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...]

Completed in 725 milliseconds

12