Home | History | Annotate | Download | only in fpdf_render

Lines Matching full:bret

382   FX_BOOL bRet = FALSE;
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;
409 bRet = ProcessPath((CPDF_PathObject*)pObj, pObj2Device);
412 bRet = ProcessImage((CPDF_ImageObject*)pObj, pObj2Device);
415 bRet = ProcessForm((CPDF_FormObject*)pObj, pObj2Device);
418 return bRet;
789 FX_BOOL bRet = FALSE;
795 bRet = DrawObjWithBlend(pPageObj, pObj2Device);
798 if (!bRet) {