Home
last modified time | relevance | path

Searched refs:mRs (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DFontRenderer.cpp737 if (mRs == 0) { in blurImage()
738 mRs = new RSC::RS(); in blurImage()
741 if (!mRs->init("", RSC::RS_INIT_LOW_LATENCY | RSC::RS_INIT_SYNCHRONOUS)) { in blurImage()
742 mRs.clear(); in blurImage()
745 mRsElement = RSC::Element::A_8(mRs); in blurImage()
746 mRsScript = RSC::ScriptIntrinsicBlur::create(mRs, mRsElement); in blurImage()
749 if (mRs != 0) { in blurImage()
750 RSC::sp<const RSC::Type> t = RSC::Type::create(mRs, mRsElement, width, height, 0); in blurImage()
751 RSC::sp<RSC::Allocation> ain = RSC::Allocation::createTyped(mRs, t, in blurImage()
755 RSC::sp<RSC::Allocation> aout = RSC::Allocation::createTyped(mRs, t, in blurImage()
DFontRenderer.h209 RSC::sp<RSC::RS> mRs; variable