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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmetafile.cpp284 QDPictRef pictRef = QDPictCreateWithProvider(provider); local
285 CGRect rect = QDPictGetBounds(pictRef);
287 QDPictDrawToCGContext( ((wxMetafileRefData*) m_refData)->GetContext(), rect, pictRef );
289 QDPictRelease( pictRef );

Completed in 37 milliseconds