Searched refs:cxt (Results 1 – 2 of 2) sorted by relevance
106 void setGrContext(sk_sp<GrContext> cxt);
3719 Context cxt = mView.getContext(); in drawSoftware() local3720 Log.i(mTag, "Drawing: package:" + cxt.getPackageName() + in drawSoftware()3721 ", metrics=" + cxt.getResources().getDisplayMetrics() + in drawSoftware()3722 ", compatibilityInfo=" + cxt.getResources().getCompatibilityInfo()); in drawSoftware()