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

/macosx-10.10/WebKit2-7600.1.25/PluginProcess/
H A DPluginCreationParameters.cpp38 , contentsScaleFactor(1)
52 encoder << contentsScaleFactor; local
73 if (!decoder.decode(result.contentsScaleFactor))
H A DPluginCreationParameters.h59 float contentsScaleFactor; member in struct:WebKit::PluginCreationParameters
H A DPluginControllerProxy.cpp72 , m_contentsScaleFactor(creationParameters.contentsScaleFactor)
343 float PluginControllerProxy::contentsScaleFactor() function in class:WebKit::PluginControllerProxy
409 void PluginControllerProxy::geometryDidChange(const IntSize& pluginSize, const IntRect& clipRect, const AffineTransform& pluginToRootViewTransform, float contentsScaleFactor, const ShareableBitmap::Handle& backingStoreHandle) argument
415 if (contentsScaleFactor != m_contentsScaleFactor) {
416 m_contentsScaleFactor = contentsScaleFactor;
H A DPluginControllerProxy.h108 virtual float contentsScaleFactor() override;
125 void geometryDidChange(const WebCore::IntSize& pluginSize, const WebCore::IntRect& clipRect, const WebCore::AffineTransform& pluginToRootViewTransform, float contentsScaleFactor, const ShareableBitmap::Handle& backingStoreHandle);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/
H A DPluginProxy.cpp105 m_pendingPluginCreationParameters->contentsScaleFactor = contentsScaleFactor();
212 graphicsContext->applyDeviceScaleFactor(contentsScaleFactor());
215 m_pluginBackingStore->paint(*graphicsContext, contentsScaleFactor(), IntPoint(), pluginBounds());
220 m_backingStore->paint(*graphicsContext, contentsScaleFactor(), dirtyRect.location(), dirtyRect);
286 m_connection->connection()->send(Messages::PluginControllerProxy::GeometryDidChange(m_pluginSize, m_clipRect, m_pluginToRootViewTransform, contentsScaleFactor(), pluginBackingStoreHandle), m_pluginInstanceID, IPC::DispatchMessageEvenWhenWaitingForSyncReply);
579 float PluginProxy::contentsScaleFactor() function in class:WebKit::PluginProxy
581 return controller()->contentsScaleFactor();
590 backingStoreSize.scale(contentsScaleFactor());
698 graphicsContext->applyDeviceScaleFactor(contentsScaleFactor());
[all...]
H A DPluginController.h113 virtual float contentsScaleFactor() = 0;
H A DPluginProxy.h147 float contentsScaleFactor();
H A DPluginView.h205 virtual float contentsScaleFactor() override;
H A DPluginView.cpp789 m_transientPaintingSnapshot->paint(*context, contentsScaleFactor(), frameRect().location(), m_transientPaintingSnapshot->bounds());
1517 float PluginView::contentsScaleFactor() function in class:WebKit::PluginView
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/
H A DNetscapePlugin.cpp377 double NetscapePlugin::contentsScaleFactor() function in class:WebKit::NetscapePlugin
379 return controller()->contentsScaleFactor();
710 backingStoreSize.scale(contentsScaleFactor());
717 context->scale(FloatSize(contentsScaleFactor(), contentsScaleFactor()));
981 double contentsScaleFactor = scaleFactor; local
982 NPP_SetValue(NPNVcontentsScaleFactor, &contentsScaleFactor);
H A DNetscapePlugin.h126 double contentsScaleFactor();
H A DNetscapeBrowserFuncs.cpp461 *(double*)value = plugin->contentsScaleFactor();
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/PDF/
H A DPDFPlugin.mm1031 double newScaleFactor = controller()->contentsScaleFactor();
1143 float contentsScaleFactor = controller()->contentsScaleFactor();
1145 backingStoreSize.scale(contentsScaleFactor);
1150 context->scale(FloatSize(contentsScaleFactor, -contentsScaleFactor));

Completed in 204 milliseconds