Searched refs:layer (Results 101 - 125 of 157) sorted by relevance

1234567

/macosx-10.10.1/screen-22/screen/
H A Dbraille.c44 extern struct layer *flayer;
568 struct layer *la;
576 struct layer *la;
606 struct layer *la;
632 struct layer *la;
H A Dresize.c48 extern struct layer *flayer;
258 struct layer *l;
329 struct layer *l;
361 struct layer *l;
367 struct layer *oldflayer = flayer;
H A Dhelp.c33 extern struct layer *flayer;
H A Dinput.c35 extern struct layer *flayer;
H A Dmisc.c36 extern struct layer *flayer;
H A Dsearch.c33 extern struct layer *flayer;
H A Dteln.c37 extern struct layer *flayer;
/macosx-10.10.1/BerkeleyDB-21/db/test/scr008/
H A Dchk.pubdef168 Check that all constants in pubdef.in are wrapped by the Java native layer.
176 echo "$name should not appear in the Java native layer"
181 echo "$name does not appear in the Java native layer"
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/include/
H A Dlber.h564 int layer,
571 int layer ));
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/Scrolling/ios/
H A DScrollingTreeOverflowScrollingNodeIOS.mm134 m_scrollLayer = scrollingStateNode.layer();
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/ios/
H A DWebVideoFullscreenManager.mm171 PlatformLayer* videoLayer = [CALayer layer];
173 [videoLayer setName:@"Web video fullscreen manager layer"];
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A DWKWebView.mm298 [_contentView layer].anchorPoint = CGPointZero;
676 CGFloat scale = webView._currentContentView.layer.affineTransform.a;
823 [_resizeAnimationView layer].sublayerTransform = _resizeAnimationTransformAdjustments;
892 CGFloat animatingScaleTarget = [[_resizeAnimationView layer] transform].m11;
893 double currentTargetScale = animatingScaleTarget * [[_contentView layer] transform].m11;
949 CARenderServerCaptureLayerWithTransform(MACH_PORT_NULL, self.layer.context.contextId, (uint64_t)self.layer, slotID, 0, 0, &transform);
2256 CALayer *contentViewLayer = [_contentView layer];
2260 CGFloat animatingScaleTarget = [[_resizeAnimationView layer] transform].m11;
2261 CALayer *contentLayer = [_contentView layer];
[all...]
/macosx-10.10.1/CPANInternal-159.1/Log-Dispatch-2.34/lib/Log/Dispatch/
H A DFile.pm223 A layer name to be passed to binmode, like ":encoding(UTF-8)" or ":raw".
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/mac/
H A DPageClientImpl.h112 CGRect boundsOfLayerInLayerBackedWindowCoordinates(CALayer *layer) const;
H A DWebPageProxyMac.mm666 CGRect WebPageProxy::boundsOfLayerInLayerBackedWindowCoordinates(CALayer *layer) const
668 return m_pageClient.boundsOfLayerInLayerBackedWindowCoordinates(layer);
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/mac/
H A DNetscapePluginMac.mm1054 // Tell the plug-in about the new compositing render server port. If it returns OK we'll ask it again for a new layer.
1099 // We look for a layer that's the only sublayer of the root layer that is an instance
1111 CALayer *layer = [sublayers objectAtIndex:0];
1112 if (![layer isKindOfClass:cglPresentLayerClass])
1115 [layer setOpaque:YES];
1125 // Get the Core Animation layer.
1134 // The original Core Animation drawing model required that plug-ins pass a retained layer
1140 // plug-in quirk. Plug-ins can also check for whether the browser expects a non-retained layer to
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/ios/
H A DWKViewIOS.mm230 [[_contentView layer] setAnchorPoint:CGPointZero];
/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebFrame.mm615 // If we're drawing into a bitmap, we might be snapshotting, or drawing into a layer-backed view.
737 RenderLayer* layer = startNode->renderer()->enclosingLayer();
738 if (layer) {
739 layer->setAdjustForIOSCaretWhenScrolling(true);
741 layer->setAdjustForIOSCaretWhenScrolling(false);
756 RenderLayer* layer = startNode->renderer()->enclosingLayer();
757 if (layer) {
758 layer->setAdjustForIOSCaretWhenScrolling(true);
760 layer->setAdjustForIOSCaretWhenScrolling(false);
H A DWebFullScreenController.mm227 [_webViewPlaceholder.get() setLayer:[CALayer layer]];
230 [[_webViewPlaceholder.get() layer] setContents:(id)webViewContents.get()];
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/ios/
H A DWKContentViewInteraction.mm228 [_interactionViewsContainerView layer].anchorPoint = CGPointZero;
232 [self.layer addObserver:self forKeyPath:@"transform" options:NSKeyValueObservingOptionInitial context:nil];
288 [self.layer removeObserver:self forKeyPath:@"transform"];
354 return 1 / [[self layer] transform].m11;
370 ASSERT(object == self.layer);
568 CGFloat selfScale = self.layer.transform.m11;
623 [_highlightView layer].opacity = 1;
876 [_highlightView layer].opacity = 0;
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebCoreSupport/
H A DWebChromeClient.cpp819 void WebChromeClient::attachRootGraphicsLayer(Frame*, GraphicsLayer* layer) argument
821 if (layer)
822 m_page->enterAcceleratedCompositingMode(layer);
/macosx-10.10.1/WebKit2-7600.1.25/Shared/mac/
H A DRemoteLayerTreeTransaction.mm454 for (RefPtr<PlatformCALayerRemote> layer : m_changedLayers) {
455 encoder << layer->layerID();
456 encoder << layer->properties();
1008 // Dump the layer properties sorted by layer ID.
1019 ts << "(layer " << layerID;
1143 ts << "(root-layer " << m_rootLayerID << ")";
1158 ts << "layer";
1161 ts << "transform-layer";
1164 ts << "tiled-layer";
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/Shared/Scrolling/
H A DRemoteScrollingCoordinatorTransaction.cpp93 encoder << static_cast<GraphicsLayer::PlatformLayerID>(node.layer());
523 dumpProperty(ts, "layer-position-at-last-layout", constraints.layerPositionAtLastLayout());
533 dumpProperty(ts, "layer-position-at-last-layout", constraints.layerPositionAtLastLayout());
547 dumpProperty(ts, "layer", static_cast<GraphicsLayer::PlatformLayerID>(node.layer()));
633 dumpProperty(ts, "scrolled-contents-layer", static_cast<GraphicsLayer::PlatformLayerID>(node.scrolledContentsLayer()));
636 dumpProperty(ts, "clip-inset-layer", static_cast<GraphicsLayer::PlatformLayerID>(node.insetClipLayer()));
639 dumpProperty(ts, "content-shadow-layer", static_cast<GraphicsLayer::PlatformLayerID>(node.contentShadowLayer()));
642 dumpProperty(ts, "header-layer", static_cast<GraphicsLayer::PlatformLayerID>(node.headerLayer()));
645 dumpProperty(ts, "footer-layer", static_cas
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Plugins/PDF/
H A DPDFPlugin.mm1110 void PDFPlugin::paintControlForLayerInContext(CALayer *layer, CGContextRef context)
1117 if (layer == m_scrollCornerLayer) {
1126 if (layer == m_verticalScrollbarLayer)
1128 else if (layer == m_horizontalScrollbarLayer)
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/generic/
H A DjkFormatMP3.c151 header->layer=_getbits(2);
153 if (header->layer == 0) {
157 if (header->layer != 1) {
173 bitrate=t_bitrate[header->ID][3-header->layer][header->bitrate_index];
180 * Validate bitrate channel mode combinations for layer 2
181 * layer 2 not yet supported.
183 if (header->layer == 2) {
2826 bitrate=t_bitrate[header->ID][3-header->layer][header->bitrate_index];
3110 int layer, br_index, sr_index = 0, pad, mode, totalFrames=0; local
3257 layer
3609 int layer = (tmp[1] & 0x06) >> 1; /* 1 for mp3 */ local
[all...]

Completed in 317 milliseconds

1234567