Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDevice.h265 bool isContentEmpty();
DSkPDFDevice.cpp1252 if (pdfDevice->isContentEmpty()) { in drawDevice()
1699 if (!isContentEmpty()) { in setUpContentEntry()
1701 SkASSERT(isContentEmpty()); in setUpContentEntry()
1799 if (isContentEmpty()) { in finishContentEntry()
1906 bool SkPDFDevice::isContentEmpty() { in isContentEmpty() function in SkPDFDevice