Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDevice.cpp1708 SkPath transformedPath = path; in handlePathAnnotation() local
1709 transformedPath.transform(*d.fMatrix); in handlePathAnnotation()
1711 clip.op(transformedPath, SkIRect::MakeWH(width(), height()), SkRegion::kIntersect_Op, in handlePathAnnotation()