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