Home
last modified time | relevance | path

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

/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/qt4/src/
H A Dpoppler-annotation.h283 void setCalloutPoint( int id, const QPointF &point );
H A Dpoppler-page.cc655 t->setCalloutPoint( 0, tmppoint ); in annotations()
657 t->setCalloutPoint( 1, tmppoint ); in annotations()
661 t->setCalloutPoint( 2, tmppoint ); in annotations()
H A Dpoppler-annotation.cc649 void TextAnnotation::setCalloutPoint( int id, const QPointF &point ) in setCalloutPoint() function in Poppler::TextAnnotation