Home
last modified time | relevance | path

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

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