Searched refs:point (Results 151 - 175 of 537) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/platform/graphics/wince/
H A DPlatformPathWinCE.h60 bool contains(const FloatPoint& point) const;
154 bool contains(const FloatPoint& point, WindRule rule) const;
160 void addQuadCurveTo(const FloatPoint& controlPoint, const FloatPoint& point);
/external/webkit/Source/WebCore/rendering/
H A DHitTestResult.h60 IntPoint point() const { return m_point; } function in class:WebCore::HitTestResult
135 IntPoint m_localPoint; // A point in the local coordinate space of m_innerNonSharedNode's renderer. Allows us to efficiently
158 inline IntRect HitTestResult::rectForPoint(const IntPoint& point) const
160 return rectForPoint(point, m_topPadding, m_rightPadding, m_bottomPadding, m_leftPadding);
H A DRenderReplaced.cpp274 VisiblePosition RenderReplaced::positionForPoint(const IntPoint& point) argument
287 int blockDirectionPosition = box->isHorizontal() ? point.y() + y() : point.x() + x();
288 int lineDirectionPosition = box->isHorizontal() ? point.x() + x() : point.y() + y();
302 return RenderBox::positionForPoint(point);
/external/webkit/Source/WebCore/platform/
H A DScrollView.h177 // Functions for querying the current scrolled position (both as a point, a size, or as individual X and Y values).
252 IntPoint convertChildToSelf(const Widget* child, const IntPoint& point) const
254 IntPoint newPoint = point;
256 newPoint = point - scrollOffset();
261 IntPoint convertSelfToChild(const Widget* child, const IntPoint& point) const
263 IntPoint newPoint = point;
265 newPoint = point + scrollOffset();
/external/webkit/Source/WebCore/platform/graphics/transforms/
H A DAffineTransform.cpp287 IntPoint AffineTransform::mapPoint(const IntPoint& point) const
290 map(point.x(), point.y(), x2, y2);
292 // Round the point.
296 FloatPoint AffineTransform::mapPoint(const FloatPoint& point) const
299 map(point.x(), point.y(), x2, y2);
/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGPath.cpp81 bool RenderSVGPath::fillContains(const FloatPoint& point, bool requiresFill, WindRule fillRule) argument
83 if (!m_fillBoundingBox.contains(point))
90 return m_path.contains(point, fillRule);
93 bool RenderSVGPath::strokeContains(const FloatPoint& point, bool requiresStroke) argument
95 if (!m_strokeAndMarkerBoundingBox.contains(point))
103 return m_path.strokeContains(&strokeStyle, point);
136 // At this point LayoutRepainter already grabbed the old bounds,
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_view_layout.cc20 #include "ui/gfx/point.h"
123 const gfx::Point& point) {
124 gfx::Point tabstrip_point(point);
130 const gfx::Point& point) {
138 gfx::Point point_in_browser_view_coords(point);
146 gfx::Point point_in_tabstrip_coords(point);
168 // If the point's y coordinate is below the top of the toolbar and otherwise
169 // within the bounds of this view, the point is considered to be within the
174 if (bv_bounds.Contains(point))
177 // If the point'
122 IsPositionInWindowCaption( const gfx::Point& point) argument
129 NonClientHitTest( const gfx::Point& point) argument
[all...]
/external/chromium/chrome/browser/ui/views/tabs/
H A Dside_tab_strip.h23 virtual bool IsPositionInWindowCaption(const gfx::Point& point) OVERRIDE;
38 const gfx::Point& point) OVERRIDE;
/external/clang/test/CodeGen/
H A Dstruct.c6 } point; variable in typeref:struct:__anon3377
9 point.x = 42;
/external/openssl/crypto/ec/
H A Dec_key.c300 EC_POINT *point = NULL; local
316 if ((point = EC_POINT_new(eckey->group)) == NULL)
325 /* testing whether pub_key * order is the point at infinity */
332 if (!EC_POINT_mul(eckey->group, point, NULL, eckey->pub_key, order, ctx))
337 if (!EC_POINT_is_at_infinity(eckey->group, point))
352 if (!EC_POINT_mul(eckey->group, point, eckey->priv_key,
358 if (EC_POINT_cmp(eckey->group, point, eckey->pub_key,
369 if (point != NULL)
370 EC_POINT_free(point);
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilitySlider.cpp110 AccessibilityObject* AccessibilitySlider::elementAccessibilityHitTest(const IntPoint& point) const
114 if (m_children[0]->elementRect().contains(point))
/external/webkit/Source/WebCore/platform/graphics/android/
H A DFontAndroid.cpp179 const FloatPoint& point) const
189 SkScalar x = SkFloatToScalar(point.x());
190 SkScalar y = SkFloatToScalar(point.y());
201 point.xy + [width, height, width, height, ...], so we have to convert
265 const FloatPoint& point, int h, int, int) const
276 return FloatRect(point.x(),
277 point.y(),
283 FloatPoint const& point, int, int) const
296 SkFloatToScalar(point.x()), SkFloatToScalar(point
264 selectionRectForComplexText(const TextRun& run, const FloatPoint& point, int h, int, int) const argument
282 drawComplexText(GraphicsContext* gc, TextRun const& run, FloatPoint const& point, int, int) const argument
945 selectionRectForComplexText(const TextRun& run, const FloatPoint& point, int height, int from, int to) const argument
1011 drawComplexText(GraphicsContext* gc, TextRun const& run, FloatPoint const& point, int, int) const argument
[all...]
/external/webkit/Source/WebCore/plugins/
H A DIFrameShimSupport.cpp158 IntPoint point = roundedIntPoint(iframeRenderer->localToAbsolute()); local
161 occlusions.append(IntRect(point, size));
/external/webrtc/src/modules/audio_processing/ns/main/source/
H A DAndroid.mk15 # floating point
/external/quake/quake/src/QW/client/
H A Dpmove.c576 vec3_t point; local
580 // if the player hull point one unit down is solid, the player
584 point[0] = pmove.origin[0];
585 point[1] = pmove.origin[1];
586 point[2] = pmove.origin[2] - 1;
593 tr = PM_PlayerMove (pmove.origin, point);
619 point[2] = pmove.origin[2] + player_mins[2] + 1;
620 cont = PM_PointContents (point);
626 point[2] = pmove.origin[2] + (player_mins[2] + player_maxs[2])*0.5;
627 cont = PM_PointContents (point);
[all...]
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DFontQt.cpp76 static void drawTextCommon(GraphicsContext* ctx, const TextRun& run, const FloatPoint& point, int from, int to, const QFont& font, bool isComplexText) argument
112 QPointF pt(point.x(), point.y());
125 QRectF boundingRect(point.x() + x1, point.y() - ascent, x2 - x1, fm.height());
198 QRectF boundingRect(pt.x(), point.y() - fm.ascent(), fm.width(string, -1, flags), fm.height());
215 QRectF boundingRect(pt.x(), point.y() - fm.ascent(), fm.width(string, -1, flags), fm.height());
238 void Font::drawSimpleText(GraphicsContext* ctx, const TextRun& run, const FloatPoint& point, int from, int to) const argument
240 drawTextCommon(ctx, run, point, from, to, font(), /* isComplexText = */false);
243 void Font::drawComplexText(GraphicsContext* ctx, const TextRun& run, const FloatPoint& point, in argument
[all...]
/external/tremolo/Tremolo/
H A Dcodebook.c102 static ogg_int32_t _float32_unpack(long val,int *point){ argument
106 *point=((val&0x7fe00000L)>>21)-788;
111 *point-=1;
115 *point=-9999;
729 int decode_map(codebook *s, oggpack_buffer *b, ogg_int32_t *v, int point);
731 static int decode_map(codebook *s, oggpack_buffer *b, ogg_int32_t *v, int point){ argument
780 int shiftM = point-s->q_delp;
781 ogg_int32_t add = point-s->q_minp;
809 oggpack_buffer *b,int n,int point){
817 if(decode_map(book,b,v,point))retur
808 vorbis_book_decodevs_add(codebook *book,ogg_int32_t *a, oggpack_buffer *b,int n,int point) argument
825 vorbis_book_decodev_add(codebook *book,ogg_int32_t *a, oggpack_buffer *b,int n,int point) argument
841 vorbis_book_decodev_set(codebook *book,ogg_int32_t *a, oggpack_buffer *b,int n,int point) argument
870 vorbis_book_decodevv_add(codebook *book,ogg_int32_t **a, long offset,int ch, oggpack_buffer *b,int n,int point) argument
[all...]
/external/webkit/Source/WebCore/dom/
H A DContainerNode.cpp546 // the node being removed while the node being removed does not point back
547 // and does not point to the same parent as its next sibling.
819 bool ContainerNode::getUpperLeftCorner(FloatPoint& point) const
828 point = o->localToAbsolute(FloatPoint(), false, true);
853 point = o->localToAbsolute(FloatPoint(), false, true);
860 point = FloatPoint();
862 point.move(toRenderText(o)->linesBoundingBox().x(),
866 point.move(box->x(), box->y());
868 point = o->container()->localToAbsolute(point, fals
[all...]
/external/chromium/chrome/browser/ui/touch/frame/
H A Dtouch_browser_frame_view.h60 virtual bool HitTest(const gfx::Point& point) const OVERRIDE;
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_context_menu.h37 // Shows the context menu at the specified point.
38 void RunMenuAt(const gfx::Point& point);
/external/icu4c/samples/layout/
H A DScriptCompositeFontInstance.h103 virtual le_bool getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const;
/external/speex/libspeex/
H A Darch.h50 #error You cannot compile as floating point and fixed point at the same time
53 #error SSE is only for floating-point
59 #error Vorbis-psy model currently not implemented in fixed-point
71 #error "Don't you think enabling fixed-point is a good thing to do if you want to debug that?"
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dfldcw_check.S5 # This code tests for the fldcw "load floating point command word"
11 # floating point to integer conversions
164 three: .long 0 # a floating point 3.0
/external/valgrind/main/exp-bbv/tests/x86/
H A Dfldcw_check.S5 # This code tests for the fldcw "load floating point command word"
11 # floating point to integer conversions
128 three: .long 0 # a floating point 3.0
/external/webkit/Source/WebCore/html/shadow/
H A DSliderThumbElement.cpp105 void SliderThumbElement::dragFrom(const IntPoint& point) argument
107 setPositionFromPoint(point);
111 void SliderThumbElement::setPositionFromPoint(const IntPoint& point) argument
119 IntPoint offset = roundedIntPoint(input->renderer()->absoluteToLocal(point, false, true));

Completed in 1637 milliseconds

1234567891011>>