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