Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDevice.h276 bool isContentEmpty();
DSkPDFDevice.cpp1459 if (pdfDevice->isContentEmpty()) { in drawDevice()
1849 if (!isContentEmpty()) { in setUpContentEntry()
1851 SkASSERT(isContentEmpty()); in setUpContentEntry()
1949 if (isContentEmpty()) { in finishContentEntry()
2056 bool SkPDFDevice::isContentEmpty() { in isContentEmpty() function in SkPDFDevice