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

/external/skia/include/pdf/
H A DSkPDFDevice.h230 bool isContentEmpty();
/external/skia/src/pdf/
H A DSkPDFDevice.cpp922 if (pdfDevice->isContentEmpty()) {
1155 if (clipRegion.isEmpty() || isContentEmpty()) {
1251 if (isContentEmpty()) {
1318 if (!isContentEmpty()) {
1364 bool SkPDFDevice::isContentEmpty() { function in class:SkPDFDevice

Completed in 34 milliseconds