Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkCoverageDelta.h188 kToBeComputed, enumerator
198 SkDAARecord(SkArenaAlloc* alloc) : fType(Type::kToBeComputed), fAlloc(alloc) {} in SkDAARecord()
209 if (record && record->fType == Type::kToBeComputed) { in SetEmpty()
DSkScan_DAAPath.cpp334 bool isInitOnce = record && record->fType == SkDAARecord::Type::kToBeComputed; in DAAFillPath()
366 if (record->fType == SkDAARecord::Type::kToBeComputed) { in DAAFillPath()
385 SkASSERT(record->fType != SkDAARecord::Type::kToBeComputed); in DAAFillPath()