Searched refs:isTextBatch (Results 1 - 2 of 2) sorted by path

/frameworks/base/libs/hwui/
H A DDeferredDisplayList.cpp183 bool isTextBatch = getBatchId() == DeferredDisplayList::kOpBatch_Text || local
188 if (!isTextBatch || op->hasTextShadow()) {
H A DLayerBuilder.cpp126 bool isTextBatch = getBatchId() == OpBatchType::Text local
131 if (!isTextBatch || PaintUtils::hasTextShadow(op->op->paint)) {

Completed in 37 milliseconds