OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:coordinates
(Results
26 - 50
of
897
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium/chrome/browser/chromeos/login/
user_input.h
26
// Returns bounds of the main input field in the screen
coordinates
(e.g.
/external/chromium/chrome/browser/ui/cocoa/
info_bubble_view.h
34
// Returns the point location in view
coordinates
of the tip of the arrow.
/external/chromium/chrome/browser/ui/cocoa/location_bar/
location_icon_decoration.h
30
// decoration's frame, in the |owner_|'s
coordinates
.
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
position-string.js
23
shouldBe('position.coords.toString()', '"[object
Coordinates
]"');
/external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnTextureCoords.h
37
// Computes three-dimensional texture
coordinates
for the control
42
// Container for the cubic texture
coordinates
and other associated
50
// The (k, l, m) texture
coordinates
that are to be associated
69
// Computes the texture
coordinates
for a cubic curve segment's
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
EmptyViewsOverlay.java
46
*
coordinates
to screen
coordinates
.
47
* @param vScale The {@link CanvasTransform} to use to transfer vertical layout
coordinates
48
* to screen
coordinates
.
OutlineOverlay.java
47
*
coordinates
to screen
coordinates
49
*
coordinates
to screen
coordinates
LayoutPoint.java
54
// The mouse event
coordinates
should already be relative to the canvas
73
// The drag source event
coordinates
should already be relative to the
79
* Constructs a new {@link LayoutPoint} from the given x,y
coordinates
.
85
* layout
coordinates
.
92
* Constructs a new {@link LayoutPoint} with the given X and Y
coordinates
.
SelectionHandle.java
26
* Size of the selection handle radius, in control
coordinates
. Note that this isn't
29
* Note also that this radius is in <b>control</b>
coordinates
, whereas the rest
30
* of the class operates in layout
coordinates
. This is because we do not want the
108
* layout
coordinates
. The distance should incorporate at least the equivalent
112
* @param point the mouse position in layout
coordinates
/development/samples/GlobalTime/src/com/android/globaltime/
Shape.java
30
* containing vertices, texture
coordinates
, colors, normals, and indices.
150
* @param vertices an array of fixed-point vertex
coordinates
151
* @param texcoords an array of fixed-point texture
coordinates
152
* @param normals an array of fixed-point normal vector
coordinates
174
* @param vertices an array of fixed-point vertex
coordinates
175
* @param texcoords an array of fixed-point texture
coordinates
176
* @param normals an array of fixed-point normal vector
coordinates
234
* Draws the shape to the given OpenGL ES 1.0 context. Texture
coordinates
,
/external/chromium/chrome/browser/ui/views/bubble/
border_widget_win.h
28
// (in screen
coordinates
) to point to, sets the border window positions and
29
// sizes the border window and returns the bounds (in screen
coordinates
) the
/external/webkit/Source/WebCore/platform/
PlatformGestureEvent.h
50
const IntPoint& position() const { return m_position; } // PlatformWindow
coordinates
.
51
const IntPoint& globalPosition() const { return m_globalPosition; } // Screen
coordinates
.
Theme.h
86
// The size here is in zoomed
coordinates
already. If a new size is returned, it also needs to be in zoomed
coordinates
.
89
// Returns the minimum size for a control in zoomed
coordinates
.
99
// Method for painting a control. The rect is in zoomed
coordinates
.
104
// The rect passed in is in zoomed
coordinates
, so the inflation should take that into account and make sure the inflation
/external/freetype/include/freetype/
ftglyph.h
201
/* As the outline is extracted from a glyph slot, its
coordinates
are */
277
/* delta :: A pointer to a 2d vector to apply.
Coordinates
are */
306
/* Return unfitted 26.6
coordinates
. */
309
/* Return grid-fitted 26.6
coordinates
. */
312
/* Return
coordinates
in integer pixels. */
315
/* Return grid-fitted pixel
coordinates
. */
375
/* acbox :: The glyph coordinate bounding box.
Coordinates
are */
379
/*
Coordinates
are relative to the glyph origin, using the y~upwards */
394
/* Note that the maximum
coordinates
are exclusive, which means that */
403
/* Note also that for 26.6
coordinates
, if `bbox_mode' is set to *
[
all
...]
/external/skia/gpu/include/
GrSamplerState.h
46
* texture matrix is applied both when the texture
coordinates
are explicit
47
* and when vertex positions are used as texture
coordinates
. In the latter
52
* The post-matrix texture
coordinates
are in normalize space with (0,0) at
63
* The angle from the origin of texture
coordinates
in post-matrix space
74
* Describes how a texture is sampled when
coordinates
are outside the
/external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceMarker.cpp
79
FloatRect
coordinates
= RenderSVGContainer::repaintRectInLocalCoordinates();
local
82
coordinates
= localToParentTransform().mapRect(
coordinates
);
84
return markerTransformation.mapRect(
coordinates
);
141
// The 'origin' coordinate maps to SVGs refX/refY, given in
coordinates
relative to the viewport established by the marker
/sdk/rule_api/src/com/android/ide/common/api/
Rect.java
75
/** Returns true if the rectangle contains the x,y
coordinates
, borders included. */
84
/** Returns true if the rectangle contains the x,y
coordinates
, borders included. */
90
* Moves this rectangle by setting it's x,y
coordinates
to the new values.
100
* Offsets this rectangle by adding the given x,y deltas to the x,y
coordinates
.
182
// an invalid rect is equal to any other invalid rect regardless of
coordinates
/frameworks/base/graphics/java/android/graphics/
RectF.java
27
* RectF holds four float
coordinates
for a rectangle. The rectangle is
28
* represented by the
coordinates
of its 4 edges (left, top, right bottom).
31
* the
coordinates
are sorted correctly (i.e. left <= right and top <= bottom).
40
* Create a new empty RectF. All
coordinates
are initialized to 0.
45
* Create a new rectangle with the specified
coordinates
. Note: no range
65
* @param r The rectangle whose
coordinates
are copied into the new
163
* Set the rectangle's
coordinates
to the specified values. Note: no range
180
* Copy the
coordinates
from src into this rectangle.
182
* @param src The rectangle whose
coordinates
are copied into this
193
* Copy the
coordinates
from src into this rectangle
[
all
...]
/cts/tests/tests/graphics/src/android/graphics/cts/
BitmapShaderTest.java
74
* Check the colors of the tile at the given
coordinates
in the given
91
* Asserts that the pixel at the given
coordinates
in the given bitmap
92
* matches the given color. Simply returns if the
coordinates
are outside
/external/chromium/chrome/browser/ui/cocoa/tab_contents/
web_drop_target.h
72
// Given a point in window
coordinates
and a view in that window, return a
76
// Given a point in window
coordinates
and a view in that window, return a
77
// flipped point in screen
coordinates
.
/external/chromium/chrome/browser/ui/views/frame/
browser_view_layout.h
43
// Returns true if the specified point(BrowserView
coordinates
) is in
47
// Tests to see if the specified |point| (in nonclient view's
coordinates
)
85
// Layout the TabContents container, between the
coordinates
|top| and
/external/webkit/Source/WebKit/chromium/public/
WebWidgetClient.h
80
// Called to get/set the position of the widget in screen
coordinates
.
84
// Called to get the position of the resizer rect in window
coordinates
.
88
// in screen
coordinates
.
/external/webkit/Source/WebKit/mac/WebView/
WebDocumentPrivate.h
49
// Array of rects that tightly enclose the selected text, in
coordinates
of selectinView.
52
// Rect tightly enclosing the entire selected area, in
coordinates
of selectionView.
59
// Rect tightly enclosing the entire selected area, in
coordinates
of selectionView.
/packages/apps/Camera/jni/feature_stab/db_vlvm/
db_rob_image_homography.h
92
homogenous
coordinates
*/
123
// 3D
coordinates
127
// raw image
coordinates
/sdk/chimpchat/src/com/android/chimpchat/core/
ChimpRect.java
29
* Creates an empty ChimpRect object. All
coordinates
are initialized to 0.
34
* Create a new ChimpRect with the given
coordinates
.
81
* Returns a 2 item int array with the x, y
coordinates
of the center of the ChimpRect.
Completed in 283 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>