Searched defs:point (Results 151 - 175 of 236) sorted by relevance

12345678910

/external/webkit/Source/WebCore/platform/graphics/win/
H A DGraphicsLayerCACF.cpp206 void GraphicsLayerCACF::setPosition(const FloatPoint& point) argument
208 GraphicsLayer::setPosition(point);
212 void GraphicsLayerCACF::setAnchorPoint(const FloatPoint3D& point) argument
214 if (point == m_anchorPoint)
217 GraphicsLayer::setAnchorPoint(point);
515 // Position is offset on the layer by the layer anchor point.
541 // of the layer, taking anchor point into account.
598 CGPoint point = CGPointMake(m_size.width() / 2.0f, m_size.height() / 2.0f); local
599 m_layer->setPosition(point);
700 CGPoint point
[all...]
/external/webkit/Source/WebCore/rendering/svg/
H A DSVGTextLayoutEngine.cpp570 FloatPoint point = m_textPath.pointAtLength(textPathOffset, ok); local
573 x = point.x();
574 y = point.y();
/external/webkit/Source/WebCore/svg/
H A DSVGFont.cpp466 const FloatPoint& point, int from, int to) const
476 FloatPoint currentPoint = point;
586 FloatRect Font::selectionRectForTextUsingSVGFont(const TextRun& run, const FloatPoint& point, int height, int from, int to) const argument
591 return FloatRect(point.x() + floatWidthOfSubStringUsingSVGFont(this, run, 0, run.rtl() ? to : 0, run.rtl() ? run.length() : from, charsConsumed, glyphName),
592 point.y(), floatWidthOfSubStringUsingSVGFont(this, run, 0, from, to, charsConsumed, glyphName), height);
465 drawTextUsingSVGFont(GraphicsContext* context, const TextRun& run, const FloatPoint& point, int from, int to) const argument
/external/webkit/Source/WebKit/chromium/tests/
H A DPopupMenuTest.cpp236 void simulateLeftMouseDownEvent(const IntPoint& point) argument
238 PlatformMouseEvent mouseEvent(point, point, LeftButton, MouseEventPressed,
242 void simulateLeftMouseUpEvent(const IntPoint& point) argument
244 PlatformMouseEvent mouseEvent(point, point, LeftButton, MouseEventReleased,
/external/chromium/chrome/browser/chromeos/notifications/
H A Dnotification_panel.cc223 BalloonViewImpl* FindBalloonView(const gfx::Point point) { argument
224 gfx::Point copy(point);
374 BalloonViewImpl* FindBalloonView(const gfx::Point& point) { argument
375 BalloonViewImpl* view = sticky_container_->FindBalloonView(point);
376 return view ? view : non_sticky_container_->FindBalloonView(point);
642 void NotificationPanel::OnMouseMotion(const gfx::Point& point) { argument
643 SetActiveView(balloon_container_->FindBalloonView(point));
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_views.cc442 ui::EventType type, const gfx::Point& point) {
506 WebKit::WebTouchPoint* point = NULL;
511 // Add a new touch point.
514 point = &touch_event_.touchPoints[touch_event_.touchPointsLength++];
515 point->id = event.identity();
534 // The touch point should have been added to the event from an earlier
539 point = touch_event_.touchPoints + i;
540 if (point->id == event.identity()) {
543 point = NULL;
552 if (!point)
441 GetCursorForPoint( ui::EventType type, const gfx::Point& point) argument
[all...]
/external/chromium/chrome/browser/ui/gtk/
H A Dfind_bar_gtk.cc707 gfx::Point point; local
713 point.set_x(g_value_get_int(&value));
717 point.set_y(g_value_get_int(&value));
721 return point;
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Ddragged_tab_controller_gtk.cc320 // Make sure the specified screen point is actually within the bounds of the
426 // function call preceding this point but after it is created.
719 gfx::Point point = gtk_util::GetWidgetScreenPosition(parent); local
720 bounds.Offset(point);
/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/chromium/chrome/browser/ui/views/download/
H A Ddownload_item_view.cc91 void Run(const gfx::Point& point) { argument
103 menu_->RunMenuAt(point, alignment);
635 gfx::Point point = p; local
653 point.set_y(height());
655 point.set_x(drop_down_x_right_);
657 point.set_x(drop_down_x_left_);
660 views::View::ConvertPointToScreen(this, &point);
668 context_menu_->Run(point);
700 // WARNING: we are deleted at this point. Don't access 'this'.
/external/chromium/chrome/browser/ui/views/
H A Dshell_dialogs_win.cc185 POINT point = { dialog_rect.left, dialog_rect.top }; local
186 HMONITOR monitor1 = MonitorFromPoint(point, MONITOR_DEFAULTTONULL);
187 point.x = dialog_rect.right;
188 point.y = dialog_rect.bottom;
191 HMONITOR monitor2 = MonitorFromPoint(point, MONITOR_DEFAULTTONULL);
/external/chromium/chrome/browser/ui/views/tabs/
H A Dtab_strip.cc169 bool TabStrip::IsPositionInWindowCaption(const gfx::Point& point) { argument
170 views::View* v = GetEventHandlerForPoint(point);
177 // Check to see if the point is within the non-button parts of the new tab
180 gfx::Point point_in_newtab_coords(point);
182 if (newtab_button_->bounds().Contains(point) &&
398 views::View* TabStrip::GetEventHandlerForPoint(const gfx::Point& point) { argument
401 views::View* v = View::GetEventHandlerForPoint(point);
411 if (next_tab && next_tab->IsActive() && IsPointInTab(next_tab, point))
414 if (IsPointInTab(tab, point))
746 // Mirror the center point i
[all...]
/external/flac/libFLAC/
H A Dmetadata_object.c975 FLAC_API void FLAC__metadata_object_seektable_set_point(FLAC__StreamMetadata *object, unsigned point_num, FLAC__StreamMetadata_SeekPoint point) argument
981 object->data.seek_table.points[point_num] = point;
984 FLAC_API FLAC__bool FLAC__metadata_object_seektable_insert_point(FLAC__StreamMetadata *object, unsigned point_num, FLAC__StreamMetadata_SeekPoint point) argument
999 FLAC__metadata_object_seektable_set_point(object, point_num, point);
/external/freetype/src/autofit/
H A Dafcjk.c351 /* now compute min or max point indices and coordinates */
371 /* Avoid single-point contours since they are never */
2039 AF_Point point = seg->first; local
2046 point->x = edge->pos;
2047 point->flags |= AF_FLAG_TOUCH_X;
2051 point->y = edge->pos;
2052 point->flags |= AF_FLAG_TOUCH_Y;
2055 if ( point == seg->last )
2058 point = point
2072 AF_Point point = seg->first; local
[all...]
H A Daflatin.c241 /* now compute min or max point indices and coordinates */
264 /* Avoid single-point contours since they are never rasterized. */
298 /* now check whether the point belongs to a straight or round */
748 /* set up (u,v) in each point */
751 AF_Point point = hints->points; local
752 AF_Point limit = point + hints->num_points;
755 for ( ; point < limit; point++ )
757 point->u = point
763 AF_Point point = hints->points; local
777 AF_Point point = contour[0]; local
[all...]
/external/freetype/src/pshinter/
H A Dpshalgo.c1044 /* we need at least 4 points to create an inflection point */
1183 /* load outline point coordinates into hinter glyph */
1189 PSH_Point point = glyph->points; local
1193 for ( ; count > 0; count--, point++, vec++ )
1195 point->flags2 = 0;
1196 point->hint = NULL;
1199 point->org_u = vec->x;
1200 point->org_v = vec->y;
1204 point->org_u = vec->y;
1205 point
1223 PSH_Point point = glyph->points; local
1290 PSH_Point point; local
1323 PSH_Point point = points; local
1402 PSH_Point point, before, after; local
1469 PSH_Point point, before, after; local
1517 psh_hint_table_find_strong_points( PSH_Hint_Table table, PSH_Point point, FT_UInt count, FT_Int threshold, FT_Int major_dir ) argument
1711 PSH_Point point = glyph->points + first; local
1727 PSH_Point point = glyph->points; local
1740 PSH_Point point = glyph->points; local
1760 PSH_Point point = glyph->points; local
1835 PSH_Point point = glyph->points; local
1896 PSH_Point point; local
2046 PSH_Point first, next, point; local
[all...]
/external/libxml2/
H A Dxpointer.c214 * Returns -2 in case of error 1 if first point < second point, 0 if
215 * that's the same point, -1 otherwise
239 * Create a new xmlXPathObjectPtr of type point
254 xmlXPtrErrMemory("allocating point");
326 * @end: the ending point
364 * @start: the starting point
365 * @end: the ending point
401 * @start: the starting point
404 * Create a new xmlXPathObjectPtr of type range from a point t
1788 xmlXPathObjectPtr tmp, obj, point; local
1882 xmlXPathObjectPtr tmp, obj, point; local
[all...]
/external/opencv/cv/src/
H A Dcvsurf.cpp232 CvSURFPoint point = cvSURFPoint( cvPoint2D32f(j*scale/9.f, i*scale/9.f), local
234 cvSeqPush( points, &point );
/external/quake/quake/src/QW/client/
H A Dgl_rmain.c200 vec3_t point; local
238 VectorMA (e->origin, frame->down, up, point);
239 VectorMA (point, frame->left, right, point);
240 glVertex3fv (point);
243 VectorMA (e->origin, frame->up, up, point);
244 VectorMA (point, frame->left, right, point);
245 glVertex3fv (point);
248 VectorMA (e->origin, frame->up, up, point);
398 vec3_t point; local
[all...]
/external/quake/quake/src/WinQuake/
H A Dbspfile.h114 float point[3]; member in struct:__anon9154
H A Dsv_phys.cpp810 vec3_t point; local
816 point[0] = ent->u.v.origin[0];
817 point[1] = ent->u.v.origin[1];
818 point[2] = ent->u.v.origin[2] + ent->u.v.mins[2] + 1;
822 cont = SV_PointContents (point);
826 truecont = SV_TruePointContents (point);
830 point[2] = ent->u.v.origin[2] + (ent->u.v.mins[2] + ent->u.v.maxs[2])*0.5;
831 cont = SV_PointContents (point);
835 point[2] = ent->u.v.origin[2] + ent->u.v.view_ofs[2];
836 cont = SV_PointContents (point);
1202 vec3_t point; local
1434 vec3_t mins, maxs, point; local
[all...]
/external/skia/src/core/
H A DSkConcaveToTriangles.cpp93 // point() provides the top of the Trapezoid, whereas the bottom, and the left
95 // their tail point; the head is the successive point modulo the number of
119 // depending on whether the trapezoid or point is to the left, on, or to the
145 // Determine whether the given point lies within any active trapezoid, and
173 const SkPoint &point() const { return fPoint; } function in class:Vertex
174 void setPoint(const SkPoint &point) { fPoint = point; } argument
220 // depending on whether the point is to the left, on, or to the right of the
239 SkPoint vPrev = prev()->point()
[all...]
H A DSkPictureRecord.cpp499 void SkPictureRecord::addPoint(const SkPoint& point) { argument
503 fWriter.writePoint(point);
/external/webkit/Source/WebCore/history/
H A DHistoryItem.cpp411 void HistoryItem::setScrollPoint(const IntPoint& point) argument
413 m_scrollPoint = point;
/external/webkit/Source/WebCore/page/
H A DDragController.cpp276 IntPoint point = roundedIntPoint(FloatPoint(p.x() * zoomFactor, p.y() * zoomFactor)); local
279 HitTestResult result(point);
328 IntPoint point = frameView->windowToContents(dragData->clientPosition()); local
329 Element* element = elementUnderMouse(m_documentUnderMouse.get(), point);
333 VisibleSelection dragCaret = m_documentUnderMouse->frame()->visiblePositionForPoint(point);
361 static bool setSelectionToDragCaret(Frame* frame, VisibleSelection& dragCaret, RefPtr<Range>& range, const IntPoint& point) argument
365 dragCaret = frame->visiblePositionForPoint(point);
390 IntPoint point = m_documentUnderMouse->view()->windowToContents(dragData->clientPosition());
391 Element* element = elementUnderMouse(m_documentUnderMouse.get(), point);
469 if (setSelectionToDragCaret(innerFrame, dragCaret, range, point)) {
[all...]

Completed in 599 milliseconds

12345678910