Searched defs:grContext (Results 1 - 10 of 10) sorted by relevance

/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_SymbolDict.h38 void SetGrContext(const std::vector<JBig2ArithCtx>& grContext) { argument
39 m_grContext = grContext;
H A DJBig2_GrrdProc.cpp16 JBig2ArithCtx* grContext) {
24 return decode_Template0_opt(pArithDecoder, grContext);
26 return decode_Template0_unopt(pArithDecoder, grContext);
30 return decode_Template1_opt(pArithDecoder, grContext);
31 return decode_Template1_unopt(pArithDecoder, grContext);
36 JBig2ArithCtx* grContext) {
45 SLTP = pArithDecoder->DECODE(&grContext[0x0010]);
74 bVal = pArithDecoder->DECODE(&grContext[CONTEXT]);
126 bVal = pArithDecoder->DECODE(&grContext[CONTEXT]);
151 JBig2ArithCtx* grContext) {
15 decode(CJBig2_ArithDecoder* pArithDecoder, JBig2ArithCtx* grContext) argument
34 decode_Template0_unopt( CJBig2_ArithDecoder* pArithDecoder, JBig2ArithCtx* grContext) argument
149 decode_Template0_opt( CJBig2_ArithDecoder* pArithDecoder, JBig2ArithCtx* grContext) argument
286 decode_Template1_unopt( CJBig2_ArithDecoder* pArithDecoder, JBig2ArithCtx* grContext) argument
387 decode_Template1_opt( CJBig2_ArithDecoder* pArithDecoder, JBig2ArithCtx* grContext) argument
[all...]
H A DJBig2_SddProc.cpp25 std::vector<JBig2ArithCtx>* grContext) {
195 BS = pDecoder->decode_Arith(pArithDecoder, grContext->data(), &ids);
230 BS = pGRRD->decode(pArithDecoder, grContext->data());
291 std::vector<JBig2ArithCtx>* grContext,
441 BS = pDecoder->decode_Huffman(pStream, grContext->data());
513 BS = pGRRD->decode(pArithDecoder.get(), grContext->data());
22 decode_Arith( CJBig2_ArithDecoder* pArithDecoder, std::vector<JBig2ArithCtx>* gbContext, std::vector<JBig2ArithCtx>* grContext) argument
288 decode_Huffman( CJBig2_BitStream* pStream, std::vector<JBig2ArithCtx>* gbContext, std::vector<JBig2ArithCtx>* grContext, IFX_Pause* pPause) argument
H A DJBig2_TrdProc.cpp17 JBig2ArithCtx* grContext) {
143 IBI = pGRRD->decode(pArithDecoder.get(), grContext);
216 JBig2ArithCtx* grContext,
328 IBI = pGRRD->decode(pArithDecoder, grContext);
16 decode_Huffman(CJBig2_BitStream* pStream, JBig2ArithCtx* grContext) argument
215 decode_Arith(CJBig2_ArithDecoder* pArithDecoder, JBig2ArithCtx* grContext, JBig2IntDecoderState* pIDS) argument
H A DJBig2_Context.cpp583 std::vector<JBig2ArithCtx> grContext; local
591 grContext = pLRSeg->m_Result.sd->GrContext();
592 if (grContext.size() != grContextSize)
599 grContext.resize(grContextSize);
624 pArithDecoder.get(), &gbContext, &grContext);
632 m_pStream.get(), &gbContext, &grContext, pPause);
651 pSegment->m_Result.sd->SetGrContext(grContext);
932 std::unique_ptr<JBig2ArithCtx, FxFreeDeleter> grContext; local
935 grContext.reset(FX_Alloc(JBig2ArithCtx, size));
936 JBIG2_memset(grContext
[all...]
/external/skia/samplecode/
H A DSampleAnimatedText.cpp107 GrContext* grContext = canvas->getGrContext(); variable
108 if (grContext) {
109 GrTexture* tex = grContext->getFontAtlasTexture(GrMaskFormat::kA8_GrMaskFormat);
H A DSampleApp.cpp1767 GrContext* grContext = this->getGrContext(); local
1768 if (grContext) {
1770 grContext->getResourceCacheUsage(nullptr, &cacheBytes);
1771 grContext->freeGpuResources();
/external/skia/platform_tools/android/apps/canvasproof/src/main/jni/
H A Dorg_skia_canvasproof_GaneshPictureRenderer.cpp21 static void render_picture(GrContext* grContext, argument
26 SkASSERT(grContext);
42 grContext, desc, &surfaceProps));
/external/skia/src/gpu/
H A DGrContextFactory.h116 ContextInfo(GrContext* grContext, SkGLContext* glContext) argument
117 : fGrContext(grContext), fGLContext(glContext) { }
/external/skia/src/views/
H A DSkWindow.cpp325 const GrGLInterface* interface, GrContext* grContext) {
336 return grContext->textureProvider()->wrapBackendRenderTarget(desc);
324 renderTarget(const AttachmentInfo& attachmentInfo, const GrGLInterface* interface, GrContext* grContext) argument

Completed in 270 milliseconds