Searched refs:point (Results 76 - 100 of 537) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/ui/views/
H A Dprofile_menu_model.h10 #include "ui/gfx/point.h"
31 void RunMenuAt(const gfx::Point& point);
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityScrollView.cpp140 AccessibilityObject* AccessibilityScrollView::accessibilityHitTest(const IntPoint& point) const
146 if (m_horizontalScrollbar && m_horizontalScrollbar->elementRect().contains(point))
148 if (m_verticalScrollbar && m_verticalScrollbar->elementRect().contains(point))
151 return webArea->accessibilityHitTest(point);
/external/webkit/Source/WebCore/platform/
H A DWidget.cpp123 IntPoint Widget::convertFromRootToContainingWindow(const Widget*, const IntPoint& point) argument
125 return point;
128 IntPoint Widget::convertFromContainingWindowToRoot(const Widget*, const IntPoint& point) argument
130 return point;
/external/webkit/Source/WebCore/platform/wx/wxcode/
H A Dnon-kerned-drawing.h40 extern void drawTextWithSpacing(GraphicsContext* graphicsContext, const SimpleFontData* font, const wxColour& color, const GlyphBuffer& glyphBuffer, int from, int numGlyphs, const FloatPoint& point);
/external/webkit/Source/WebKit/mac/Misc/
H A DWebKitNSStringExtras.h35 - (void)_web_drawAtPoint:(NSPoint)point font:(NSFont *)font textColor:(NSColor *)textColor allowingFontSmoothing:(BOOL)fontSmoothingIsAllowed;
36 - (void)_web_drawAtPoint:(NSPoint)point font:(NSFont *)font textColor:(NSColor *)textColor;
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DFontMac.mm56 // without unitsPerEm applied. We have to apply a transform that scales up to the point size and that also
81 static void showGlyphsWithAdvances(const FloatPoint& point, const SimpleFontData* font, CGContextRef context, const CGGlyph* glyphs, const CGSize* advances, size_t count)
83 CGContextSetTextPosition(context, point.x(), point.y());
109 CGPoint position = FloatPoint(point.x(), point.y() + font->fontMetrics().floatAscent(IdeographicBaseline) - font->fontMetrics().floatAscent());
140 void Font::drawGlyphs(GraphicsContext* context, const SimpleFontData* font, const GlyphBuffer& glyphBuffer, int from, int numGlyphs, const FloatPoint& point) const
232 float shadowTextX = point.x() + shadowOffset.width();
234 float shadowTextY = point.y() + shadowOffset.height() * (context->shadowsIgnoreTransforms() ? -1 : 1);
241 showGlyphsWithAdvances(point, fon
[all...]
/external/webkit/Source/WebCore/platform/graphics/gtk/
H A DFontGtk.cpp221 static void drawGlyphsShadow(GraphicsContext* graphicsContext, const FloatPoint& point, PangoLayoutLine* layoutLine, PangoRegionType renderRegion) argument
229 FloatPoint totalOffset(point + shadow->m_offset);
247 extents.setLocation(FloatPoint(point.x(), point.y() - extents.height()));
250 cairo_translate(shadowContext, point.x(), point.y());
269 void Font::drawComplexText(GraphicsContext* context, const TextRun& run, const FloatPoint& point, int from, int to) const argument
273 drawSimpleText(context, run, point, from, to);
297 drawGlyphsShadow(context, point, layoutLine, partialRegion);
300 cairo_translate(cr, point
402 selectionRectForComplexText(const TextRun& run, const FloatPoint& point, int h, int from, int to) const argument
[all...]
/external/freetype/src/autofit/
H A Daflatin2.c236 /* now compute min or max point indices and coordinates */
257 /* Avoid single-point contours since they are never rasterized. */
291 /* now check whether the point belongs to a straight or round */
700 /* set up (u,v) in each point */
703 AF_Point point = hints->points; local
704 AF_Point limit = point + hints->num_points;
707 for ( ; point < limit; point++ )
709 point->u = point
715 AF_Point point = hints->points; local
729 AF_Point point = contour[0]; local
[all...]
/external/chromium/chrome/browser/rlz/
H A Drlz.cc298 rlz_lib::AccessPoint point,
300 return rlz_lib::RecordProductEvent(product, point, event_id);
311 bool RLZTracker::GetAccessPointRlz(rlz_lib::AccessPoint point, argument
314 if (rlz_lib::CHROME_OMNIBOX == point) {
329 // of the access point.
330 DCHECK_EQ(rlz_lib::CHROME_OMNIBOX, point);
335 point, &cached_ommibox_rlz));
341 if (!rlz_lib::GetAccessPointRlz(point, str_rlz, rlz_lib::kMaxRlzLength, NULL))
344 if (rlz_lib::CHROME_OMNIBOX == point) {
297 RecordProductEvent(rlz_lib::Product product, rlz_lib::AccessPoint point, rlz_lib::Event event_id) argument
/external/clang/test/Sema/
H A Dflexible-array-init.c39 struct point { struct
45 struct point points[]; // expected-note{{initialized flexible array member 'points' is here}}
/external/freetype/src/truetype/
H A Dttinterp.c1826 /* Moves a point by a given distance along the freedom vector. The */
1827 /* point will be `touched'. */
1830 /* point :: The index of the point to move. */
1839 FT_UShort point,
1853 zone->cur[point].x += TT_MULDIV( distance,
1857 zone->tags[point] |= FT_CURVE_TAG_TOUCH_X;
1864 zone->cur[point].y += TT_MULDIV( distance,
1868 zone->tags[point] |= FT_CURVE_TAG_TOUCH_Y;
1879 /* Moves the *original* position of a point b
1838 Direct_Move( EXEC_OP_ TT_GlyphZone zone, FT_UShort point, FT_F26Dot6 distance ) argument
1891 Direct_Move_Orig( EXEC_OP_ TT_GlyphZone zone, FT_UShort point, FT_F26Dot6 distance ) argument
1929 Direct_Move_X( EXEC_OP_ TT_GlyphZone zone, FT_UShort point, FT_F26Dot6 distance ) argument
1941 Direct_Move_Y( EXEC_OP_ TT_GlyphZone zone, FT_UShort point, FT_F26Dot6 distance ) argument
1963 Direct_Move_Orig_X( EXEC_OP_ TT_GlyphZone zone, FT_UShort point, FT_F26Dot6 distance ) argument
1974 Direct_Move_Orig_Y( EXEC_OP_ TT_GlyphZone zone, FT_UShort point, FT_F26Dot6 distance ) argument
5492 FT_UShort point; local
5651 Move_Zp2_Point( EXEC_OP_ FT_UShort point, FT_F26Dot6 dx, FT_F26Dot6 dy, FT_Bool touch ) argument
5705 FT_UShort point; local
5868 FT_UShort point; local
5934 FT_UShort point; local
5979 FT_UShort point; local
6019 FT_UShort point; local
6093 FT_UShort point; local
6207 FT_UShort point; local
6343 FT_UShort point; local
6397 FT_UShort point, local
6574 FT_UInt point = (FT_UInt)CUR.stack[--CUR.args]; local
6621 FT_UShort point; local
6790 FT_UInt point; /* current point */ local
[all...]
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
H A DSDL_sysevents.cc55 BPoint point;
77 view->GetMouse(&point, &buttons, true);
80 point = last_point;
106 if ( ! bounds.Contains(point) ) {
122 if ( point != last_point ) {
126 x = (int)point.x - x;
127 y = (int)point.y - y;
130 last_point = point;
/external/quake/quake/src/QW/client/
H A Dpmove.h30 qboolean startsolid; // if true, the initial point was in a solid area
99 int PM_PointContents (vec3_t point);
100 qboolean PM_TestPlayerPosition (vec3_t point);
/external/valgrind/main/memcheck/tests/
H A Dvcpu_fbench.stdout.exp1 Ready to begin John Walker's floating point accuracy
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DPathCG.cpp125 bool Path::contains(const FloatPoint &point, WindRule rule) const argument
127 if (!boundingRect().contains(point))
132 bool ret = CGPathContainsPoint(path.get(), 0, point, rule == RULE_EVENODD ? true : false);
136 bool Path::strokeContains(StrokeStyleApplier* applier, const FloatPoint& point) const
149 bool hitSuccess = CGContextPathContainsPoint(context, point, kCGPathStroke);
189 void Path::moveTo(const FloatPoint& point) argument
191 CGPathMoveToPoint(m_path, 0, point.x(), point.y());
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DPathSkia.cpp79 // FIXME: return current point of subpath.
84 bool Path::contains(const FloatPoint& point, WindRule rule) const argument
86 return SkPathContainsPoint(m_path, point,
100 void Path::moveTo(const FloatPoint& point) argument
102 m_path->moveTo(point);
105 void Path::addLineTo(const FloatPoint& point) argument
107 m_path->lineTo(point);
144 // Move to the start position (0 sweep means we add a single point).
249 bool Path::strokeContains(StrokeStyleApplier* applier, const FloatPoint& point) const
261 bool contains = SkPathContainsPoint(&strokePath, point,
[all...]
/external/webkit/Source/WebCore/svg/graphics/filters/
H A DSVGFilter.h45 virtual FloatPoint mapAbsolutePointToLocalPoint(const FloatPoint& point) const { return m_absoluteTransform.inverse().mapPoint(point); }
/external/webkit/Source/WebKit/mac/WebView/
H A DWebDocumentInternal.h58 - (NSDictionary *)elementAtPoint:(NSPoint)point;
59 - (NSDictionary *)elementAtPoint:(NSPoint)point allowShadowContent:(BOOL)allow;
/external/mesa3d/docs/OLD/
H A DMESA_sprite_point.spec33 a point is rendered as if it were a quadrilateral with unique texture
38 When using point size > 1 or attenuated points this extension is an
52 Texgen and the texture matrix have no effect on the point's s and t
58 3. What about point smoothing?
60 When point smoothing is enabled, a triangle fan could be rendered
61 to approximate a circular point. This could be problematic to
75 effectively specify image rotation per point.
93 point parameter's threshold size?
95 8. Should there be an advertisized maximum sprite point size?
97 No. Since we're rendering the point a
[all...]
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/asymmetric/ec/
H A DEC5Util.java110 ECPoint point,
113 return convertPoint(convertCurve(ecSpec.getCurve()), point, withCompression);
118 ECPoint point,
121 return curve.createPoint(point.getAffineX(), point.getAffineY(), withCompression);
108 convertPoint( ECParameterSpec ecSpec, ECPoint point, boolean withCompression) argument
116 convertPoint( ECCurve curve, ECPoint point, boolean withCompression) argument
/external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
H A DMovieControllerLayer.m300 - (void)handleMouseDown:(CGPoint)point
305 if (CGRectContainsPoint([self _sliderRect], point)) {
310 if (CGRectContainsPoint([self _sliderThumbRect], point))
311 _mouseDownXDelta = point.x - CGRectGetMidX([self _sliderThumbRect]);
313 [self _setNewTimeForThumbCenterX:point.x];
319 - (void)handleMouseUp:(CGPoint)point
333 if (CGRectContainsPoint([self _playPauseButtonRect], point)) {
342 - (void)handleMouseDragged:(CGPoint)point
350 point.x -= _mouseDownXDelta;
352 [self _setNewTimeForThumbCenterX:point
[all...]
/external/webkit/Source/WebKit/win/
H A DFullscreenVideoController.h54 bool hitTest(const WebCore::IntPoint& point) const { return m_rect.contains(point); }
134 WebCore::IntPoint fullscreenToHUDCoordinates(const WebCore::IntPoint& point) const
136 return WebCore::IntPoint(point.x()- m_hudPosition.x(), point.y() - m_hudPosition.y());
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DPlatformPathWinCE.cpp167 static inline int quadrant(const PathPoint& point, const PathPoint& origin) argument
169 return point.m_x < origin.m_x ?
170 (point.m_y < origin.m_y ? 2 : 1)
171 : (point.m_y < origin.m_y ? 3 : 0);
325 bool PathPolygon::contains(const FloatPoint& point) const
330 // Test intersections between the polygon and the vertical line: x = point.x()
339 if (point1->x() != point.x()) {
340 if (point2.x() == point.x()) {
342 wasNegative = point1->x() < point.x() ? 1 : 0;
343 } else if (point2.x() < point
605 contains(const FloatPoint& point, WindRule rule) const argument
619 moveTo(const FloatPoint& point) argument
626 addLineTo(const FloatPoint& point) argument
[all...]
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view_win.cc102 // Returns true if the current point is far enough from the origin that it
175 // The edit we're associated with originated the drag. No point in
287 // text_object_model_ may point to a destroyed object, so do nothing here.
1299 void AutocompleteEditViewWin::OnContextMenu(HWND window, const CPoint& point) { argument
1301 if (point.x == -1 || point.y == -1) {
1307 context_menu_->RunContextMenuAt(gfx::Point(point));
1468 void AutocompleteEditViewWin::OnLButtonDblClk(UINT keys, const CPoint& point) { argument
1471 double_click_point_ = point;
1480 MAKELPARAM(ClipXCoordToVisibleText(point
1486 OnLButtonDown(UINT keys, const CPoint& point) argument
1531 OnLButtonUp(UINT keys, const CPoint& point) argument
1603 OnMouseMove(UINT keys, const CPoint& point) argument
1760 OnRButtonDown(UINT , const CPoint& point) argument
1769 OnRButtonUp(UINT , const CPoint& point) argument
1830 OnMouseWheel(UINT flags, short delta, CPoint point) argument
2431 StartDragIfNecessary(const CPoint& point) argument
2529 OnPossibleDrag(const CPoint& point) argument
2585 SelectAllIfNecessary(MouseButton button, const CPoint& point) argument
2597 TrackMousePosition(MouseButton button, const CPoint& point) argument
[all...]
/external/quake/quake/src/WinQuake/
H A Dgl_rmain.cpp199 vec3_t point; local
241 VectorMA (e->origin, frame->down, up, point);
242 VectorMA (point, frame->left, right, pPoint);
245 VectorMA (e->origin, frame->up, up, point);
246 VectorMA (point, frame->left, right, pPoint);
249 VectorMA (e->origin, frame->up, up, point);
250 VectorMA (point, frame->right, right, pPoint);
253 VectorMA (e->origin, frame->down, up, point);
254 VectorMA (point, frame->right, right, pPoint);
265 VectorMA (e->origin, frame->down, up, point);
332 vec3_t point; local
448 vec3_t point; local
[all...]

Completed in 878 milliseconds

1234567891011>>