Home | History | Annotate | Download | only in codec

Lines Matching defs:pContext

110   auto* pContext =
112 if (!pContext)
133 if (!pContext->m_pDelegate->PngReadHeader(width, height, bpc, pass,
135 png_error(pContext->m_pPng, "Read Header Callback Error");
156 png_error(pContext->m_pPng, "Not Support Output Palette Now");
182 auto* pContext =
184 if (!pContext)
188 if (!pContext->m_pDelegate->PngAskScanlineBuf(row_num, &src_buf))
194 pContext->m_pDelegate->PngFillScanlineBufCompleted(pass, row_num);
237 bool CCodec_PngModule::Input(Context* pContext,
241 auto* ctx = static_cast<CPngContext*>(pContext);