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

/external/skia/src/pdf/
H A DSkPDFDevice.h296 bool handleRectAnnotation(const SkRect& r, const SkMatrix& matrix,
H A DSkPDFDevice.cpp904 if (handleRectAnnotation(r, *d.fMatrix, paint)) {
986 if (handleRectAnnotation(pathPtr->getBounds(), matrix, paint)) {
1478 bool SkPDFDevice::handleRectAnnotation(const SkRect& r, const SkMatrix& matrix, function in class:SkPDFDevice

Completed in 2888 milliseconds