Home
last modified time | relevance | path

Searched refs:isContentEmpty (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/pdf/
DSkPDFDevice.h212 bool isContentEmpty();
DSkPDFDevice.cpp1267 if (pdfDevice->isContentEmpty()) { in drawDevice()
1564 if (!isContentEmpty()) { in setUpContentEntry()
1566 SkASSERT(isContentEmpty()); in setUpContentEntry()
1662 if (this->isContentEmpty()) { in finishContentEntry()
1748 bool SkPDFDevice::isContentEmpty() { in isContentEmpty() function in SkPDFDevice
/external/skqp/src/pdf/
DSkPDFDevice.h216 bool isContentEmpty();
DSkPDFDevice.cpp1280 if (pdfDevice->isContentEmpty()) { in drawDevice()
1577 if (!isContentEmpty()) { in setUpContentEntry()
1579 SkASSERT(isContentEmpty()); in setUpContentEntry()
1675 if (this->isContentEmpty()) { in finishContentEntry()
1761 bool SkPDFDevice::isContentEmpty() { in isContentEmpty() function in SkPDFDevice