HomeSort by relevance Sort by last modified time
    Searched defs:point (Results 251 - 275 of 391) sorted by null

<<111213141516

  /external/ceres-solver/examples/
libmv_bundle_adjuster.cc 52 // - Focal length, principal point X, principal point Y, k1, k2, k3, p1, p2
63 // Every 3D point is decribed by:
65 // - Track number point belongs to (single 4 bytes integer value).
143 // A Point is the 3D location of a track.
145 // track identifies which track this point corresponds to.
154 // A Marker is the 2D location of a tracked point in an image.
241 // Returns a pointer to the point corresponding to a track.
247 EuclideanPoint *point = &(*all_points)[track]; local
248 if (point->track == -1)
415 EuclideanPoint point; local
685 EuclideanPoint *point = PointForTrack(all_points, marker.track); local
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
find_bar_gtk.cc 546 bool FindBarGtk::GetFindBarWindowInfo(gfx::Point* position,
706 gfx::Point FindBarGtk::GetPosition() {
707 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;
    [all...]
  /external/chromium/chrome/browser/ui/views/
browser_actions_container.cc 218 // Get the top left point of this button in screen coordinates.
219 gfx::Point point = gfx::Point(0, 0); local
220 ConvertPointToScreen(this, &point);
223 point.Offset(0, height());
225 ShowContextMenu(point, true);
251 void BrowserActionButton::ShowContextMenu(const gfx::Point& p,
504 gfx::Point origin;
677 // higher x position than the drop point
    [all...]
  /external/chromium_org/ash/wm/workspace/
workspace_window_resizer.cc 45 const gfx::Point& point_in_parent,
150 gfx::Point OriginForMagneticAttach(const gfx::Rect& src,
182 return gfx::Point(x, y);
195 gfx::Point attach_origin(OriginForMagneticAttach(src, attach_to, edge));
358 const gfx::Point& location_in_parent,
367 void WorkspaceWindowResizer::Drag(const gfx::Point& location_in_parent,
397 gfx::Point location_in_screen = location_in_parent;
506 const gfx::Point& WorkspaceWindowResizer::GetInitialLocation() const {
714 gfx::Point point = OriginForMagneticAttach local
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
find_bar_gtk.cc 577 bool FindBarGtk::GetFindBarWindowInfo(gfx::Point* position,
740 gfx::Point FindBarGtk::GetPosition() {
741 gfx::Point point; local
749 point.set_x(g_value_get_int(&value));
753 point.set_y(g_value_get_int(&value));
757 return point;
    [all...]
  /external/chromium_org/chrome/browser/ui/views/download/
download_item_view.cc 478 bool DownloadItemView::GetTooltipText(const gfx::Point& p,
522 const gfx::Point& point,
524 // |point| is in screen coordinates. So convert it to local coordinates first.
525 gfx::Point local_point = point;
545 // WARNING: all end states after this point delete |this|.
943 gfx::Point point = p; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObject.cpp 486 AXObject* AXObject::elementAccessibilityHitTest(const IntPoint& point) const
491 // Normalize the point for the widget's bounds.
493 return axObjectCache()->getOrCreate(widget)->accessibilityHitTest(IntPoint(point - widget->frameRect().location()));
499 if (m_children[k]->isMockObject() && m_children[k]->elementRect().contains(point))
500 return m_children[k]->elementAccessibilityHitTest(point);
773 // next innermost object to the given point.
775 IntPoint point = globalPoint; local
796 point.x(), point.x());
801 point.y(), point.y())
    [all...]
  /external/chromium_org/third_party/freetype/src/autofit/
afcjk.c 354 /* now compute min or max point indices and coordinates */
374 /* Avoid single-point contours since they are never */
2044 AF_Point point = seg->first; local
2077 AF_Point point = seg->first; local
    [all...]
aflatin.c 269 /* now compute min or max point indices and coordinates */
290 /* Avoid single-point contours since they are never rasterized. */
324 /* now check whether the point belongs to a straight or round */
815 /* set up (u,v) in each point */
818 AF_Point point = hints->points; local
819 AF_Point limit = point + hints->num_points;
822 for ( ; point < limit; point++ )
824 point->u = point->fx
830 AF_Point point = hints->points; local
844 AF_Point point = contour[0]; local
    [all...]
  /external/chromium_org/third_party/freetype/src/cff/
cffgload.c 480 /* add a new point, do not check space */
492 FT_Vector* point = outline->points + outline->n_points; local
501 point->x = x >> 16;
502 point->y = y >> 16;
508 point->x = x >> 10;
509 point->y = y >> 10;
518 /* check space for a new on-curve point, then add it */
563 /* if a path was begun, add its first on-curve point */
599 /* We must not include the last point in the path if it */
600 /* is located on the first point. *
    [all...]
  /external/chromium_org/third_party/freetype/src/pshinter/
pshalgo.c 1043 /* we need at least 4 points to create an inflection point */
1182 /* load outline point coordinates into hinter glyph */
1188 PSH_Point point = glyph->points; local
1192 for ( ; count > 0; count--, point++, vec++ )
1194 point->flags2 = 0;
1195 point->hint = NULL;
1222 PSH_Point point = glyph->points; local
1289 PSH_Point point; local
1322 PSH_Point point = points; local
1401 PSH_Point point, before, after; local
1468 PSH_Point point, before, after; local
1710 PSH_Point point = glyph->points + first; local
1726 PSH_Point point = glyph->points; local
1739 PSH_Point point = glyph->points; local
1759 PSH_Point point = glyph->points; local
1834 PSH_Point point = glyph->points; local
1895 PSH_Point point; local
2045 PSH_Point first, next, point; local
    [all...]
  /external/chromium_org/third_party/libxml/src/
xpointer.c 214 * 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 to a nod
1790 xmlXPathObjectPtr tmp, obj, point; local
1884 xmlXPathObjectPtr tmp, obj, point; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
arc.c 452 void (*point)(struct arc_cb *cb, VGfloat x, VGfloat y); member in struct:arc_cb
575 cb.point(&cb, x, y);
603 cb.point(&cb, x, y);
662 cb.point = polygon_point;
676 cb.point = stroke_point;
690 cb.point = stroke_emit_point;
704 cb.point = arc_path_point;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
attrib.c 304 attr->PointSmooth = ctx->Point.SmoothFlag;
305 attr->PointSprite = ctx->Point.PointSprite;
388 memcpy( attr, &ctx->Point, sizeof(struct gl_point_attrib) );
583 TEST_AND_UPDATE(ctx->Point.SmoothFlag, enable->PointSmooth,
586 TEST_AND_UPDATE(ctx->Point.PointSprite, enable->PointSprite,
1140 const struct gl_point_attrib *point; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/ssl/
s3_srvr.c 625 * at this point and digest cached records.
3635 EC_POINT* point = NULL; local
    [all...]
  /external/chromium_org/third_party/ots/src/
woff2.cc 96 struct Point {
204 unsigned int n_points, std::vector<Point>* result,
209 // Early return if |in| buffer is too small. Each point consumes 1-4 bytes.
263 result->push_back(Point());
264 Point& back = result->back();
273 // This function stores just the point data. On entry, dst points to the
275 bool StorePoints(const std::vector<Point>& points,
290 const Point& point = points.at(i); local
291 int flag = point.on_curve ? kGlyfOnCurve : 0
    [all...]
  /external/chromium_org/ui/aura/
root_window.cc 54 bool IsNonClientLocation(Window* target, const gfx::Point& location) {
73 const gfx::Point& location_in_root) {
77 gfx::Point location_in_screen = location_in_root;
263 gfx::Point point; local
264 if (host_->QueryMouseLocation(&point)) {
266 ui::ConvertPointToDIP(window()->layer(), point));
306 void RootWindow::MoveCursorTo(const gfx::Point& location_in_dip) {
307 gfx::Point host_location(location_in_dip);
312 void RootWindow::MoveCursorToHostLocation(const gfx::Point& host_location)
    [all...]
  /external/freetype/src/autofit/
afcjk.c 354 /* now compute min or max point indices and coordinates */
374 /* Avoid single-point contours since they are never */
2044 AF_Point point = seg->first; local
2077 AF_Point point = seg->first; local
    [all...]
aflatin.c 269 /* now compute min or max point indices and coordinates */
290 /* Avoid single-point contours since they are never rasterized. */
324 /* now check whether the point belongs to a straight or round */
815 /* set up (u,v) in each point */
818 AF_Point point = hints->points; local
819 AF_Point limit = point + hints->num_points;
822 for ( ; point < limit; point++ )
824 point->u = point->fx
830 AF_Point point = hints->points; local
844 AF_Point point = contour[0]; local
    [all...]
  /external/freetype/src/cff/
cffgload.c 480 /* add a new point, do not check space */
492 FT_Vector* point = outline->points + outline->n_points; local
501 point->x = x >> 16;
502 point->y = y >> 16;
508 point->x = x >> 10;
509 point->y = y >> 10;
518 /* check space for a new on-curve point, then add it */
563 /* if a path was begun, add its first on-curve point */
599 /* We must not include the last point in the path if it */
600 /* is located on the first point. *
    [all...]
  /external/freetype/src/pshinter/
pshalgo.c 1043 /* we need at least 4 points to create an inflection point */
1182 /* load outline point coordinates into hinter glyph */
1188 PSH_Point point = glyph->points; local
1192 for ( ; count > 0; count--, point++, vec++ )
1194 point->flags2 = 0;
1195 point->hint = NULL;
1222 PSH_Point point = glyph->points; local
1289 PSH_Point point; local
1322 PSH_Point point = points; local
1401 PSH_Point point, before, after; local
1468 PSH_Point point, before, after; local
1710 PSH_Point point = glyph->points + first; local
1726 PSH_Point point = glyph->points; local
1739 PSH_Point point = glyph->points; local
1759 PSH_Point point = glyph->points; local
1834 PSH_Point point = glyph->points; local
1895 PSH_Point point; local
2045 PSH_Point first, next, point; local
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/bounding/
BoundingSphere.java 266 * The 1st point inside the sphere.
268 * The 2nd point inside the sphere.
270 * The 3rd point inside the sphere.
272 * The 4th point inside the sphere.
301 * The 1st point inside the sphere.
303 * The 2nd point inside the sphere.
305 * The 3rd point inside the sphere.
331 * The 1st point inside the sphere.
333 * The 2nd point inside the sphere.
760 Vector3f point = new Vector3f(ray.direction).multLocal(distance).addLocal(ray.origin); local
780 Vector3f point = new Vector3f(ray.direction).multLocal(dist).addLocal(ray.origin); local
789 Vector3f point = new Vector3f(ray.direction).multLocal(dist).addLocal(ray.origin); local
    [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
LODGeomap.java 1082 Vector2f point = new Vector2f(x, z); local
    [all...]
  /external/libvorbis/lib/
psy.c 186 The point is that any inherent subsampling aliasing results in
921 float point = j>=limit-i ? postpoint : prepoint; local
923 if(r<point)
966 implement noise norm as it has been up to this point. Only
969 /* also-- the original point code only applied noise norm at > pointlimit */
    [all...]
  /external/libxml2/
xpointer.c 214 * 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 to a nod
1798 xmlXPathObjectPtr tmp, obj, point; local
1892 xmlXPathObjectPtr tmp, obj, point; local
    [all...]

Completed in 991 milliseconds

<<111213141516