am 895a4375
: Merge "Fix FontRenderer bug." into klp-dev
* commit '895a43751fcf4f33e5437963d75d05c2cd754520': Fix FontRenderer bug.
This commit is contained in:
@ -732,7 +732,7 @@ void FontRenderer::blurImage(uint8_t** image, int32_t width, int32_t height, int
|
|||||||
|
|
||||||
if (mRs == 0) {
|
if (mRs == 0) {
|
||||||
mRs = new RSC::RS();
|
mRs = new RSC::RS();
|
||||||
if (!mRs->init(RSC::RS_INIT_LOW_LATENCY & RSC::RS_INIT_SYNCHRONOUS)) {
|
if (!mRs->init(RSC::RS_INIT_LOW_LATENCY | RSC::RS_INIT_SYNCHRONOUS)) {
|
||||||
ALOGE("blur RS failed to init");
|
ALOGE("blur RS failed to init");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user