Searched refs:point (Results 1 - 25 of 1295) sorted by last modified time

1234567891011>>

/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOPMrootDomain.cpp2249 // The CPU(s) are off at this point,
2705 // Sleep canceled, clear the sleep trace point.
4798 // The only location where the sleep reason is published. At this point
7219 void IOPMrootDomain::tracePoint( uint8_t point )
7223 PMDebug(kPMLogSleepWakeTracePoint, point, 0);
7224 pmTracer->tracePoint(point);
7227 void IOPMrootDomain::tracePoint( uint8_t point, uint8_t data ) argument
7231 PMDebug(kPMLogSleepWakeTracePoint, point, data);
7232 pmTracer->tracePoint(point, data);
7409 DLOG("trace point
[all...]
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DFrameView.cpp246 // Custom scrollbars should already be destroyed at this point
1198 // so there's no point to continuing to layout
3881 IntPoint point = roundedIntPoint(renderer->localToAbsolute(rendererPoint, UseTransforms)); local
3885 point.moveBy(-scrollPosition() + IntPoint(0, headerHeight()));
3886 return point;
3891 IntPoint point = viewPoint; local
3895 point = point + scrollPositionRelativeToDocument();
3897 return roundedIntPoint(renderer->absoluteToLocal(point, UseTransforms));
3958 IntPoint point(localPoin
[all...]
H A DDragController.cpp297 LayoutPoint point = roundedLayoutPoint(FloatPoint(p.x() * zoomFactor, p.y() * zoomFactor)); local
300 HitTestResult result(point);
351 IntPoint point = frameView->windowToContents(dragData->clientPosition()); local
352 Element* element = elementUnderMouse(m_documentUnderMouse.get(), point);
364 m_page->dragCaretController()->setCaretPosition(m_documentUnderMouse->frame()->visiblePositionForPoint(point));
428 static bool setSelectionToDragCaret(Frame* frame, VisibleSelection& dragCaret, RefPtr<Range>& range, const IntPoint& point) argument
432 dragCaret = frame->visiblePositionForPoint(point);
460 IntPoint point = m_documentUnderMouse->view()->windowToContents(dragData->clientPosition());
461 Element* element = elementUnderMouse(m_documentUnderMouse.get(), point);
525 if (setSelectionToDragCaret(innerFrame.get(), dragCaret, range, point)) {
[all...]
/macosx-10.9.5/WebCore-7537.78.1/testing/
H A DInternals.cpp1099 IntPoint point(x + radius.width(), y + radius.height());
1104 bool foundNode = document->frame()->eventHandler()->bestClickableNodeForTouchPoint(point, radius, adjustedPoint, targetNode);
1119 IntPoint point(x + radius.width(), y + radius.height());
1123 document->frame()->eventHandler()->bestClickableNodeForTouchPoint(point, radius, adjustedPoint, targetNode);
1135 IntPoint point(x + radius.width(), y + radius.height());
1140 bool foundNode = document->frame()->eventHandler()->bestContextMenuNodeForTouchPoint(point, radius, adjustedPoint, targetNode);
1155 IntPoint point(x + radius.width(), y + radius.height());
1159 document->frame()->eventHandler()->bestContextMenuNodeForTouchPoint(point, radius, adjustedPoint, targetNode);
1171 IntPoint point(x + radius.width(), y + radius.height());
1175 bool foundNode = document->frame()->eventHandler()->bestZoomableAreaForTouchPoint(point, radiu
1283 LayoutPoint point = roundedLayoutPoint(FloatPoint(centerX * zoomFactor + frameView->scrollX(), centerY * zoomFactor + frameView->scrollY())); local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderEmbeddedObject.cpp586 bool RenderEmbeddedObject::isInUnavailablePluginIndicator(const LayoutPoint& point) const
596 && indicatorRect.contains(point);
646 CursorDirective RenderEmbeddedObject::getCursor(const LayoutPoint& point, Cursor& cursor) const argument
648 if (showsUnavailablePluginIndicator() && shouldUnavailablePluginMessageBeButton(document(), m_pluginUnavailabilityReason) && isInUnavailablePluginIndicator(point)) {
652 return RenderPart::getCursor(point, cursor);
H A DRenderBlock.cpp851 // point will be before that block-level element.
964 // |boundary| indicates a non-inclusive boundary point. Regardless of whether |boundary|
1031 // blocks. If |insertionPoint| is defined, then it represents the insertion point for
1307 // Found our previous continuation. We just need to point it to
3345 LayoutPoint RenderBlock::flipFloatForWritingModeForChild(const FloatingObject* child, const LayoutPoint& point) const
3348 return point;
3354 return LayoutPoint(point.x(), point.y() + height() - child->renderer()->height() - 2 * yPositionForFloatIncludingMargin(child));
3355 return LayoutPoint(point.x() + width() - child->renderer()->width() - 2 * xPositionForFloatIncludingMargin(child), point
5409 positionForPoint(const LayoutPoint& point) argument
7297 updateHitTestResult(HitTestResult& result, const LayoutPoint& point) argument
[all...]
H A DRenderInline.cpp806 updateHitTestResult(result, tmpLocation.point());
815 VisiblePosition RenderInline::positionForPoint(const LayoutPoint& point) argument
822 return cb->positionForPoint(point);
826 LayoutPoint parentBlockPoint = cb->location() + point;
835 return RenderBoxModelObject::positionForPoint(point);
1134 LayoutSize RenderInline::offsetFromContainer(RenderObject* container, const LayoutPoint& point, bool* offsetDependsOnPoint) const argument
1142 container->adjustForColumns(offset, point);
1256 void RenderInline::updateHitTestResult(HitTestResult& result, const LayoutPoint& point) argument
1262 LayoutPoint localPoint(point);
1265 // We're in the continuation of a split inline. Adjust our local point t
[all...]
H A DRenderTable.cpp1390 updateHitTestResult(result, toLayoutPoint(locationInContainer.point() - childPoint));
1400 updateHitTestResult(result, flipForWritingMode(locationInContainer.point() - toLayoutSize(adjustedLocation)));
H A DRenderObject.cpp2219 // Track the point at the center of the quad's bounding box. As mapLocalToContainer() calls offsetFromContainer(),
2220 // it will use that point as the reference point to decide which column's transform to apply in multiple-column blocks.
2237 LayoutSize RenderObject::offsetFromContainer(RenderObject* o, const LayoutPoint& point, bool* offsetDependsOnPoint) const argument
2243 o->adjustForColumns(offset, point);
2686 void RenderObject::updateHitTestResult(HitTestResult& result, const LayoutPoint& point) argument
2704 result.setLocalPoint(point);
H A DRenderView.cpp211 // Set the current render flow thread to point to our ancestor. This will allow the seamless document to locate the correct
1050 void RenderView::updateHitTestResult(HitTestResult& result, const LayoutPoint& point) argument
1061 LayoutPoint adjustedPoint = point;
1070 // The idea here is to take into account what object is moving the pagination point, and
1085 // Prefer the widest object that tries to move the pagination point
/macosx-10.9.5/WebCore-7537.78.1/accessibility/
H A DAccessibilityObject.cpp1173 // NOTE: This varies from AppKit when the point is below the last line. AppKit returns an
1175 PlainTextRange AccessibilityObject::doAXRangeForPosition(const IntPoint& point) const
1177 int i = index(visiblePositionForPoint(point));
1605 AccessibilityObject* AccessibilityObject::elementAccessibilityHitTest(const IntPoint& point) const
1610 // Normalize the point for the widget's bounds.
1612 return axObjectCache()->getOrCreate(widget)->accessibilityHitTest(IntPoint(point - widget->frameRect().location()));
1618 if (m_children[k]->isMockObject() && m_children[k]->elementRect().contains(point))
1619 return m_children[k]->elementAccessibilityHitTest(point);
1872 // next innermost object to the given point.
1874 IntPoint point local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DSVGInlineTextBox.cpp728 renderer()->updateHitTestResult(result, locationInContainer.point() - toLayoutSize(accumulatedOffset));
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/filters/
H A DFilter.h49 FloatPoint mapAbsolutePointToLocalPoint(const FloatPoint& point) const { return m_absoluteTransform.inverse().mapPoint(point); }
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebPageProxy.cpp2851 void WebPageProxy::pageDidRequestScroll(const IntPoint& point) argument
2853 m_pageClient->pageDidRequestScroll(point);
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DFrameSelection.cpp529 // This only matters for cases where base and extend point to different positions than
573 // base/extent always point to the same nodes as start/end, but which points
1436 // content will work at this point. We may have to wait for
1558 bool FrameSelection::contains(const LayoutPoint& point) argument
1569 HitTestResult result(point);
/macosx-10.9.5/ruby-104/ruby/
H A Dconfigure3827 # argument, so we may need to know it at that point already.
9060 struct point {int x, y;};
9061 static struct point const zero = {0,0};
18818 # the main point is the '-v' flag of 'cc'.
20557 # point, so we can use a bashism as a fallback.
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/
H A DIOFramebuffer.cpp1567 uint16_t startIn, startOut, point; local
1581 point = idx * 65535 / maxIdx;
1582 if ((point >= endIn) && (idx != maxIdx))
1594 data[channel * count + idx] = startOut + ((endOut - startOut) * (point - startIn)) / (endIn - startIn);
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/pwr_mgt/
H A DRootDomain.h430 void tracePoint( uint8_t point );
431 void tracePoint( uint8_t point, uint8_t data );
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebView.cpp1377 POINT point(view->contentsToWindow(contextMenuController->hitTestResult().roundedPointInInnerNodeFrame()));
1379 // Translate the point to screen coordinates
1380 if (!::ClientToScreen(m_viewWindow, &point))
1388 m_uiDelegate->trackCustomPopupMenu((IWebView*)this, (OLE_HANDLE)(ULONG64)coreMenu->platformContextMenu(), &point);
1393 ::TrackPopupMenuEx(coreMenu->platformContextMenu(), flags, point.x, point.y, m_viewWindow, 0);
1740 // If we get to this point, the gesture has not been handled. We forward
3394 // active state after a 0-delay timer fires, at which point GetActiveWindow() will return
3669 /* [in] */ LPPOINT point,
3683 IntPoint webCorePoint = IntPoint(point
[all...]
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebView.mm436 - (WebFrameView *)_frameViewAtWindowPoint:(NSPoint)point;
4215 - (NSView <WebDocumentView> *)documentViewAtWindowPoint:(NSPoint)point
4217 return [[self _frameViewAtWindowPoint:point] documentView];
4227 NSPoint point = [documentView convertPoint:windowPoint fromView:nil];
4228 return [(NSView <WebDocumentElement> *)documentView elementAtPoint:point];
4233 - (NSDictionary *)elementAtPoint:(NSPoint)point
4235 return [self _elementAtWindowPoint:[self convertPoint:point toView:nil]];
4314 - (NSView *)_hitTest:(NSPoint *)point dragTypes:(NSSet *)types
4316 NSView *hitView = [super _hitTest:point dragTypes:types];
4317 if (!hitView && [[self superview] mouse:*point inRec
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DWebPage.cpp1571 void WebPage::pageDidRequestScroll(const IntPoint& point) argument
1573 send(Messages::WebPageProxy::PageDidRequestScroll(point));
1585 WebContextMenu* WebPage::contextMenuAtPointInWindow(const IntPoint& point) argument
1590 PlatformMouseEvent mouseEvent(point, point, RightButton, PlatformEvent::MousePressed, 1, false, false, false, false, currentTime());
1645 IntPoint point = page->corePage()->mainFrame()->view()->windowToContents(platformMouseEvent.position()); local
1646 HitTestResult result = page->corePage()->mainFrame()->eventHandler()->hitTestResultAtPoint(point);
1929 void WebPage::highlightPotentialActivation(const IntPoint& point, const IntSize& area) argument
1931 if (point == IntPoint::zero()) {
1932 // An empty point deactivate
2229 screenToWindow(const IntPoint& point) argument
3242 findZoomableAreaForPoint(const WebCore::IntPoint& point, const WebCore::IntSize& area) argument
3260 findZoomableAreaForPoint(const WebCore::IntPoint& point, const WebCore::IntSize& area) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DTreeScope.cpp256 IntPoint point = roundedIntPoint(FloatPoint(x * scaleFactor + frameView->scrollX(), y * scaleFactor + frameView->scrollY())); local
258 if (!frameView->visibleContentRect().contains(point))
262 HitTestResult result(point);
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/
H A DJSValue.mm485 + (JSValue *)valueWithPoint:(CGPoint)point inContext:(JSContext *)context
488 @"x":@(point.x),
489 @"y":@(point.y)
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/mac/
H A DGraphicsContextMac.mm103 void GraphicsContext::drawLineForDocumentMarker(const FloatPoint& point, float width, DocumentMarkerLineStyle style)
150 FloatPoint offsetPoint = point;
/macosx-10.9.5/WebCore-7537.78.1/html/shadow/
H A DSliderThumbElement.cpp248 void SliderThumbElement::dragFrom(const LayoutPoint& point) argument
251 setPositionFromPoint(point);
255 void SliderThumbElement::setPositionFromPoint(const LayoutPoint& point) argument
264 LayoutPoint offset = roundedLayoutPoint(input->renderer()->absoluteToLocal(point, UseTransforms));

Completed in 457 milliseconds

1234567891011>>