Searched refs:point (Results 251 - 275 of 537) sorted by relevance

<<11121314151617181920>>

/external/stlport/test/eh/
H A Dhp.mak10 # point this to proper location
H A Dkai.mak4 # point this to proper location
H A Dsunpro-64.mak8 # point this to proper location
H A Dsunpro.mak8 # point this to proper location
H A Dsunpro42.mak11 # point this to proper location
/external/webkit/Examples/NetscapeInputMethodPlugin/
H A Dmain.m290 NSPoint point = NSMakePoint(cocoaEvent->data.mouse.pluginX, cocoaEvent->data.mouse.pluginY);
292 if (NSPointInRect(point, obj->textFieldRect))
300 NSPoint point = NSMakePoint(cocoaEvent->data.mouse.pluginX, cocoaEvent->data.mouse.pluginY);
302 obj->textFieldHasFocus = NSPointInRect(point, obj->textFieldRect);
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext.cpp378 void GraphicsContext::drawText(const Font& font, const TextRun& run, const FloatPoint& point, int from, int to) argument
383 font.drawText(this, run, point, from, to);
387 void GraphicsContext::drawEmphasisMarks(const Font& font, const TextRun& run, const AtomicString& mark, const FloatPoint& point, int from, int to) argument
392 font.drawEmphasisMarks(this, run, mark, point, from, to);
395 void GraphicsContext::drawBidiText(const Font& font, const TextRun& run, const FloatPoint& point) argument
415 FloatPoint currPoint = point;
435 void GraphicsContext::drawHighlightForText(const Font& font, const TextRun& run, const FloatPoint& point, int h, const Color& backgroundColor, ColorSpace colorSpace, int from, int to) argument
440 fillRect(font.selectionRectForText(run, point, h, from, to), backgroundColor, colorSpace);
/external/webkit/Source/WebCore/rendering/
H A DRenderMediaControls.cpp47 #define wkHitTestMediaUIPart(part, themeStyle, bounds, point) WKHitTestMediaUIPart(part, themeStyle, bounds, point)
H A DRenderObject.h378 // SVG uses FloatPoint precise hit testing, and passes the point in parent
559 // Convert the given local point to absolute coordinates
573 // different offsets apply at different points, so return the offset that applies to the given point.
653 // If multiple-column layout results in applying an offset to the given point, add the same
1068 inline FloatPoint adjustFloatPointForAbsoluteZoom(const FloatPoint& point, RenderObject* renderer) argument
1073 return point;
1074 return FloatPoint(point.x() / zoomFactor, point.y() / zoomFactor);
1094 inline FloatPoint adjustFloatPointForPageScale(const FloatPoint& point, float pageScale) argument
1097 return point;
[all...]
H A DRenderBlock.cpp736 // point to be 0. It's just a straight append now.
817 // |boundary| indicates a non-inclusive boundary point. Regardless of whether |boundary|
886 // blocks. If |insertionPoint| is defined, then it represents the insertion point for
2571 IntPoint RenderBlock::flipFloatForWritingMode(const FloatingObject* child, const IntPoint& point) const
2574 return point;
2580 return IntPoint(point.x(), point.y() + height() - child->renderer()->height() - 2 * yPositionForFloatIncludingMargin(child));
2581 return IntPoint(point.x() + width() - child->width() - 2 * xPositionForFloatIncludingMargin(child), point.y());
4063 // The point i
4213 positionForPoint(const IntPoint& point) argument
5788 updateHitTestResult(HitTestResult& result, const IntPoint& point) argument
[all...]
/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGInlineText.cpp171 VisiblePosition RenderSVGInlineText::positionForPoint(const IntPoint& point) argument
181 // Map local point to absolute point, as the character origins stored in the text fragments use absolute coordinates.
182 FloatPoint absolutePoint(point);
/external/webkit/Source/WebCore/svg/
H A DSVGAnimateMotionElement.cpp130 static bool parsePoint(const String& s, FloatPoint& point) argument
148 point = FloatPoint(x, y);
H A DSVGTextContentElement.cpp145 int SVGTextContentElement::getCharNumAtPosition(const FloatPoint& point) const
148 return SVGTextQuery(renderer()).characterNumberAtPosition(point);
/external/webkit/Source/WebKit/chromium/src/
H A DWebDevToolsAgentImpl.cpp224 void WebDevToolsAgentImpl::inspectElementAt(const WebPoint& point) argument
226 m_webViewImpl->inspectElementAt(point);
/external/webkit/Source/WebKit/mac/WebView/
H A DWebUIDelegate.h495 @param point The point where the drag started in the coordinates of the WebView
499 - (WebNSUInteger)webView:(WebView *)webView dragSourceActionMaskForPoint:(NSPoint)point;
506 @param point The point where the drag started in the coordinates of the WebView
512 - (void)webView:(WebView *)webView willPerformDragSourceAction:(WebDragSourceAction)action fromPoint:(NSPoint)point withPasteboard:(NSPasteboard *)pasteboard;
H A DWebPDFView.mm92 - (BOOL)_pointIsInSelection:(NSPoint)point;
294 - (NSView *)hitTest:(NSPoint)point
302 return [super hitTest:point];
579 - (NSDictionary *)elementAtPoint:(NSPoint)point
586 [NSNumber numberWithBool:[self _pointIsInSelection:point]], WebElementIsSelectedKey,
590 - (NSDictionary *)elementAtPoint:(NSPoint)point allowShadowContent:(BOOL)allow
592 return [self elementAtPoint:point];
1324 - (BOOL)_pointIsInSelection:(NSPoint)point
1326 PDFPage *page = [PDFSubview pageForPoint:point nearest:NO];
1332 return NSPointInRect(point, selectionRec
[all...]
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebDragClient.cpp102 POINT point = intPoint;
106 HRESULT result = uiDelegate->willPerformDragSourceAction(m_webView, static_cast<WebDragSourceAction>(action), &point, dataObject.get(), &newDataObject);
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DChromeClientWinCE.cpp263 IntPoint ChromeClientWinCE::screenToWindow(const IntPoint& point) const
266 return point;
/external/webrtc/src/modules/audio_processing/main/source/
H A DAndroid.mk39 # floating point
/external/oprofile/events/i386/nehalem/
H A Dunit_masks238 0x20 fpcw Counts the number of cycles while execution was stalled due to writing the floating-point unit (FPU) control word
272 0x02 x87 Counts the number of floating point computational operations retired: floating point computational operations executed by the assist handler and sub-operations of complex floating point instructions like transcendental instructions
291 0x01 packed_single Counts SIMD packed single-precision floating point Uops retired
292 0x02 scalar_single Counts SIMD calar single-precision floating point Uops retired
293 0x04 packed_double Counts SIMD packed double-precision floating point Uops retired
294 0x08 scalar_double Counts SIMD scalar double-precision floating point Uops retired
305 0x01 to_fp Counts the first floating-point instruction following any MMX instruction
306 0x02 to_mmx Counts the first MMX instruction following a floating-point instructio
[all...]
/external/chromium/chrome/browser/ui/views/autocomplete/
H A Dautocomplete_popup_contents_view.cc410 const gfx::Point& point) {
416 views::View* child = views::View::GetEventHandlerForPoint(point);
634 const gfx::Point& point) {
635 if (!HitTest(point))
642 gfx::Point point_in_child_coords(point);
409 GetEventHandlerForPoint( const gfx::Point& point) argument
633 GetIndexForPoint( const gfx::Point& point) argument
/external/opencv/cv/src/
H A Dcvgeometry.cpp147 double *a1, double *b1, double *c1, CvPoint2D32f * point )
154 point->x = (float) ((b0[0] * c1[0] - b1[0] * c0[0]) * det);
155 point->y = (float) ((a1[0] * c0[0] - a0[0] * c1[0]) * det);
159 point->x = point->y = FLT_MAX;
/external/valgrind/main/exp-bbv/tests/arm-linux/
H A Dll.S131 ldr r10,out_addr @ point r10 to out_buffer
165 ldr r10,out_addr @ point r10 to out_buffer
235 ldr r10,out_addr @ point r10 to out_buffer
310 sub r10,r10,#1 @ point to one less than null
328 ldr r2,out_addr @ point r2 to out_buffer
347 ldr r1,out_addr @ point r1 to out_buffer
381 @ point to end of our buffer
/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqwkpage.cpp193 void QWKPagePrivate::pageDidRequestScroll(const IntPoint& point) argument
195 emit q->scrollRequested(point.x(), point.y());
800 void QWKPage::findZoomableAreaForPoint(const QPoint& point) argument
802 d->page->findZoomableAreaForPoint(point);
/external/openssl/crypto/ec/
H A Dec_asn1.c571 const EC_POINT *point=NULL; local
609 /* set the base point */
610 if ((point = EC_GROUP_get0_generator(group)) == NULL)
618 len = EC_POINT_point2oct(group, point, form, NULL, len, NULL);
629 if (!EC_POINT_point2oct(group, point, form, buffer, len, NULL))
745 EC_POINT *point=NULL; local
931 if ((point = EC_POINT_new(ret)) == NULL) goto err;
933 /* set the point conversion form */
937 /* extract the ec point */
938 if (!EC_POINT_oct2point(ret, point, param
[all...]

Completed in 617 milliseconds

<<11121314151617181920>>