Searched defs:NamedDestination (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/pdf/
H A DSkPDFDevice.cpp1431 struct NamedDestination { struct
1435 NamedDestination(const SkData* nameData, const SkPoint& point) function in struct:NamedDestination
1454 for (NamedDestination* d : pdfDevice->fNamedDestinations) {
1455 fNamedDestinations.push(new NamedDestination(
1696 fNamedDestinations.push(new NamedDestination(nameData, transformedPoint));
1750 for (NamedDestination* dest : fNamedDestinations) {

Completed in 58 milliseconds