HomeSort by relevance Sort by last modified time
    Searched refs:isTextBatch (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
LayerBuilder.cpp 126 bool isTextBatch = getBatchId() == OpBatchType::Text
131 if (!isTextBatch || PaintUtils::hasTextShadow(op->op->paint)) {
DeferredDisplayList.cpp 183 bool isTextBatch = getBatchId() == DeferredDisplayList::kOpBatch_Text ||
188 if (!isTextBatch || op->hasTextShadow()) {

Completed in 93 milliseconds