OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GbContext
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/fxcodec/jbig2/
JBig2_SymbolDict.h
34
const std::vector<JBig2ArithCtx>&
GbContext
() const { return m_gbContext; }
37
void SetGbContext(const std::vector<JBig2ArithCtx>&
gbContext
) {
38
m_gbContext =
gbContext
;
JBig2_Context.cpp
563
std::vector<JBig2ArithCtx>
gbContext
;
567
gbContext
= pLRSeg->m_Result.sd->
GbContext
();
568
if (
gbContext
.size() != gbContextSize)
578
gbContext
.resize(gbContextSize);
606
pArithDecoder.get(), &
gbContext
, &grContext);
614
m_pStream.get(), &
gbContext
, &grContext, pPause);
632
pSegment->m_Result.sd->SetGbContext(
gbContext
);
[
all
...]
Completed in 239 milliseconds