Searched refs:handleRectAnnotation (Results 1 – 4 of 4) sorted by relevance
/external/skia/include/pdf/ |
D | SkPDFDevice.h | 314 bool handleRectAnnotation(const SkRect& r, const SkMatrix& matrix,
|
/external/chromium_org/third_party/skia/include/pdf/ |
D | SkPDFDevice.h | 321 bool handleRectAnnotation(const SkRect& r, const SkMatrix& matrix,
|
/external/chromium_org/third_party/skia/src/pdf/ |
D | SkPDFDevice.cpp | 945 if (handleRectAnnotation(r, *d.fMatrix, paint)) { in drawRect() 1017 if (handleRectAnnotation(pathPtr->getBounds(), matrix, paint)) { in drawPath() 1493 bool SkPDFDevice::handleRectAnnotation(const SkRect& r, const SkMatrix& matrix, in handleRectAnnotation() function in SkPDFDevice
|
/external/skia/src/pdf/ |
D | SkPDFDevice.cpp | 951 if (handleRectAnnotation(r, *d.fMatrix, paint)) { in drawRect() 1018 if (handleRectAnnotation(pathPtr->getBounds(), matrix, paint)) { in drawPath() 1592 bool SkPDFDevice::handleRectAnnotation(const SkRect& r, const SkMatrix& matrix, in handleRectAnnotation() function in SkPDFDevice
|