Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDevice.h231 bool isContentEmpty();
DSkPDFDevice.cpp1722 if (pdfDevice->isContentEmpty()) { in drawDevice()
1954 if (!isContentEmpty()) { in setUpContentEntry()
1956 SkASSERT(isContentEmpty()); in setUpContentEntry()
2028 if (isContentEmpty()) { in finishContentEntry()
2129 bool SkPDFDevice::isContentEmpty() { in isContentEmpty() function in SkPDFDevice