Lines Matching full:fcontext
646 fContext = context;
651 fContext = context;
654 if (NULL != fContext) {
655 fContext->setRenderTarget(fPrevTarget);
660 GrContext* fContext;
680 AutoMatrix() : fContext(NULL) {}
692 fContext = context;
712 fContext = context;
729 fContext = context;
747 fContext->concatMatrix(preConcat);
754 bool succeeded() const { return NULL != fContext; }
760 if (NULL != fContext) {
761 fContext->setMatrix(fMatrix);
762 fContext = NULL;
767 GrContext* fContext;
781 : fContext(context) {
790 : fContext(context)
794 fOldClip = fContext->getClip();
795 fContext->setClip(&fNewClipData);
799 if (NULL != fContext) {
800 fContext->setClip(fOldClip);
804 GrContext* fContext;
967 : fContext(NULL)
974 : fContext(NULL)
984 if (NULL != fContext && NULL != fTexture) {
985 fContext->unlockScratchTexture(fTexture);
1027 fContext = context;
1028 if (NULL != fContext) {
1029 fTexture = fContext->lockAndRefScratchTexture(desc, match);
1031 fContext = NULL;
1042 GrContext* fContext;