HomeSort by relevance Sort by last modified time
    Searched refs:Continue (Results 1 - 25 of 150) sorted by null

1 2 3 4 5 6

  /external/pdfium/core/fpdfapi/render/
cpdf_imageloader.cpp 61 bool CPDF_ImageLoader::Continue(IFX_Pause* pPause) {
62 bool ret = m_pCache ? m_pCache->Continue(pPause)
63 : m_pImage->GetImage()->Continue(pPause);
cpdf_imageloader.h 32 bool Continue(IFX_Pause* pPause);
cpdf_imagecacheentry.h 40 int Continue(IFX_Pause* pPause);
cpdf_pagerendercache.h 44 bool Continue(IFX_Pause* pPause);
cpdf_progressiverenderer.h 43 void Continue(IFX_Pause* pPause);
cpdf_progressiverenderer.cpp 39 Continue(pPause);
42 void CPDF_ProgressiveRenderer::Continue(IFX_Pause* pPause) {
cpdf_imagerenderer.h 41 bool Continue(IFX_Pause* pPause);
cpdf_pagerendercache.cpp 114 bool CPDF_PageRenderCache::Continue(IFX_Pause* pPause) {
115 int ret = m_pCurImageCacheEntry->Continue(pPause);
cpdf_imagerenderer.cpp 258 image_render.Continue(nullptr);
273 continue;
361 image_render.Continue(nullptr);
537 bool CPDF_ImageRenderer::Continue(IFX_Pause* pPause) {
539 if (m_pTransformer->Continue(pPause))
565 if (m_Loader.Continue(pPause))
569 return Continue(pPause);
cpdf_imagecacheentry.cpp 108 int CPDF_ImageCacheEntry::Continue(IFX_Pause* pPause) {
  /external/pdfium/core/fpdfapi/page/
cpdf_contentparser.h 36 void Continue(IFX_Pause* pPause);
cpdf_pageobjectholder.cpp 33 m_pParser->Continue(pPause);
cpdf_image.h 60 bool Continue(IFX_Pause* pPause);
  /external/curl/docs/cmdline-opts/
continue-at.d 2 Long: continue-at
7 Continue/Resume a previous file transfer at the given offset. The given offset
  /external/pdfium/fpdfsdk/
fpdf_progressive.cpp 77 pContext->m_pRenderer->Continue(&IPauseAdapter);
  /external/clang/lib/Frontend/
MultiplexConsumer.cpp 276 bool Continue = true;
278 Continue = Continue && Consumer->HandleTopLevelDecl(D);
279 return Continue;
  /external/pdfium/core/fpdfapi/edit/
cpdf_creator.h 38 int32_t Continue(IFX_Pause* pPause = nullptr);
  /external/pdfium/core/fxcodec/codec/
fx_codec_jbig.cpp 92 int ret = pJbig2Context->m_pContext->Continue(pPause);
  /external/pdfium/core/fxcodec/jbig2/
JBig2_Context.h 56 int32_t Continue(IFX_Pause* pPause);
  /external/pdfium/core/fxge/dib/
dib_int.h 78 bool Continue(IFX_Pause* pPause);
  /external/v8/src/compiler/
control-builders.h 71 void Continue();
control-builders.cc 45 void LoopBuilder::Continue() {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
xpsrassvc.h 95 virtual HRESULT STDMETHODCALLTYPE Continue(
119 HRESULT (STDMETHODCALLTYPE *Continue)(
135 #define IXpsRasterizerNotificationCallback_Continue(This) (This)->lpVtbl->Continue(This)
149 return This->lpVtbl->Continue(This);
  /external/libvpx/libvpx/test/
encode_test_driver.cc 65 if (pkt->kind != VPX_CODEC_STATS_PKT) continue;
253 if (!Continue()) break;
258 if (!Continue()) break;
  /external/llvm/utils/vim/indent/
llvm.vim 12 " - Continue comments on next line

Completed in 1119 milliseconds

1 2 3 4 5 6