Home
last modified time | relevance | path

Searched refs:coordinates (Results 1 – 25 of 162) sorted by relevance

1234567

/external/chromium_org/components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/
DValidationMessageBubble.java95 final RenderCoordinates coordinates = contentViewCore.getRenderCoordinates(); in makePixRectInScreen() local
98 coordinates.fromLocalCssToPix(anchorX), in makePixRectInScreen()
99 coordinates.fromLocalCssToPix(anchorY) + yOffset, in makePixRectInScreen()
100 coordinates.fromLocalCssToPix(anchorX + anchorWidth), in makePixRectInScreen()
101 coordinates.fromLocalCssToPix(anchorY + anchorHeight) + yOffset); in makePixRectInScreen()
120 private void measure(RenderCoordinates coordinates) { in measure() argument
128 View.MeasureSpec.makeMeasureSpec(coordinates.getLastFrameViewportWidthPixInt(), in measure()
130 View.MeasureSpec.makeMeasureSpec(coordinates.getLastFrameViewportHeightPixInt(), in measure()
146 final RenderCoordinates coordinates = contentViewCore.getRenderCoordinates(); in adjustWindowPosition() local
147 final int viewWidth = coordinates.getLastFrameViewportWidthPixInt(); in adjustWindowPosition()
[all …]
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
DGeoposition.h39 … static PassRefPtr<Geoposition> create(PassRefPtr<Coordinates> coordinates, DOMTimeStamp timestamp) in create() argument
41 return adoptRef(new Geoposition(coordinates, timestamp)); in create()
53 Geoposition(PassRefPtr<Coordinates> coordinates, DOMTimeStamp timestamp) in Geoposition() argument
54 : m_coordinates(coordinates) in Geoposition()
/external/chromium/chrome/browser/resources/ntp/
Ddrag_drop_controller.js83 var coordinates = { variable
91 coordinates.x = this.delegate_.dragContainer.offsetWidth - coordinates.x;
93 return coordinates;
151 var coordinates = this.getCoordinates_(this.mouseXY_);
152 if (!this.delegate_.canDropOn(coordinates))
155 this.delegate_.setDragPlaceholder(coordinates);
Dapps.js428 canDropOn: function(coordinates) { argument
435 if (coordinates.x >= right || coordinates.x < 0 ||
436 coordinates.y >= bottom || coordinates.y < 0)
439 var position = this.getIndexAt_(coordinates);
448 setDragPlaceholder: function(coordinates) { argument
449 var position = this.getIndexAt_(coordinates);
461 getIndexAt_: function(coordinates) { argument
467 var row = Math.floor(coordinates.y / h);
468 var col = Math.floor(coordinates.x / w);
/external/chromium_org/chrome/browser/ui/cocoa/panels/
Dpanel_utils_cocoa.mm10 // Flip coordinates based on the primary screen.
19 // Flip coordinates based on the primary screen.
28 // Flip coordinates based on the primary screen.
35 // Flip coordinates based on the primary screen.
Dpanel_cocoa.mm82 // |bounds| is the platform-independent screen coordinates, with (0,0) at
368 // Convert from platform-indepedent screen coordinates to Cocoa's screen
369 // coordinates because PanelTitlebarViewCocoa method takes Cocoa's screen
370 // coordinates.
386 // Convert from platform-indepedent screen coordinates to Cocoa's screen
387 // coordinates because PanelTitlebarViewCocoa method takes Cocoa's screen
388 // coordinates.
/external/chromium_org/chrome/test/functional/perf/endure_graphs/js/
Dplotter.js280 this.coordinates = null;
284 this.coordinates = new Coordinates(
289 this.coordinates = new Coordinates(this.plotData_);
398 function draw(plotData, coordinates, colorOffset, stack) { argument
402 plotData[i], coordinates);
405 plotData[i], coordinates);
412 this.coordinates, 0, this.stackedGraph_);
415 this.unitsYOther_ ? this.coordinatesOther : this.coordinates,
421 this.plotEvents_(ctx, 'rgb(255, 150, 150)', this.coordinates);
423 this.graduation_divs_ = this.graduations_(this.coordinates, 0, false);
[all …]
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
DVTTCue.cpp801 std::pair<double, double> coordinates; in getPositionCoordinates() local
804 coordinates.first = m_textPosition; in getPositionCoordinates()
805 coordinates.second = m_computedLinePosition; in getPositionCoordinates()
807 return coordinates; in getPositionCoordinates()
811 coordinates.first = 100 - m_textPosition; in getPositionCoordinates()
812 coordinates.second = m_computedLinePosition; in getPositionCoordinates()
814 return coordinates; in getPositionCoordinates()
818 coordinates.first = 100 - m_computedLinePosition; in getPositionCoordinates()
819 coordinates.second = m_textPosition; in getPositionCoordinates()
821 return coordinates; in getPositionCoordinates()
[all …]
/external/chromium_org/chrome/browser/extensions/api/location/
Dlocation_manager.cc351 location::Coordinates* coordinates) { in GeopositionToApiCoordinates() argument
352 coordinates->latitude = position.latitude; in GeopositionToApiCoordinates()
353 coordinates->longitude = position.longitude; in GeopositionToApiCoordinates()
355 coordinates->altitude.reset(new double(position.altitude)); in GeopositionToApiCoordinates()
356 coordinates->accuracy = position.accuracy; in GeopositionToApiCoordinates()
358 coordinates->altitude_accuracy.reset( in GeopositionToApiCoordinates()
362 coordinates->heading.reset(new double(position.heading)); in GeopositionToApiCoordinates()
364 coordinates->speed.reset(new double(position.speed)); in GeopositionToApiCoordinates()
/external/chromium_org/third_party/mesa/src/docs/OLD/
DMESA_sprite_point.spec53 texture coordinates. The r and q coordinates may have been computed
74 texture and appropriate texture r coordinates could be used to
125 texture coordinates are computed as follows:
134 point's 3rd and 4th texture coordinates and r is half the point's
/external/mesa3d/docs/OLD/
DMESA_sprite_point.spec53 texture coordinates. The r and q coordinates may have been computed
74 texture and appropriate texture r coordinates could be used to
125 texture coordinates are computed as follows:
134 point's 3rd and 4th texture coordinates and r is half the point's
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResourceMarker.cpp86 FloatRect coordinates = RenderSVGContainer::repaintRectInLocalCoordinates(); in markerBoundaries() local
89 coordinates = localToParentTransform().mapRect(coordinates); in markerBoundaries()
91 return markerTransformation.mapRect(coordinates); in markerBoundaries()
/external/chromium_org/third_party/mesa/src/src/gallium/docs/source/
Dresources.rst72 1D surface accessed with normalized coordinates.
81 - Must use normalized coordinates
95 - Must use unnormalized coordinates
102 D3D11: not supported (only PIPE_TEXTURE_2D with normalized coordinates is supported)
106 2D surface accessed with normalized coordinates.
114 - Must use normalized coordinates
131 Mipmap dimensions are reduced in all 3 coordinates.
135 - Must use normalized coordinates
161 - Must use normalized coordinates
/external/mesa3d/src/gallium/docs/source/
Dresources.rst72 1D surface accessed with normalized coordinates.
81 - Must use normalized coordinates
95 - Must use unnormalized coordinates
102 D3D11: not supported (only PIPE_TEXTURE_2D with normalized coordinates is supported)
106 2D surface accessed with normalized coordinates.
114 - Must use normalized coordinates
131 Mipmap dimensions are reduced in all 3 coordinates.
135 - Must use normalized coordinates
161 - Must use normalized coordinates
/external/chromium_org/ppapi/api/
Dpp_point.idl12 * The PP_Point structure defines the integer x and y coordinates of a point.
30 * The PP_FloatPoint structure defines the floating-point x and y coordinates
46 * PP_MakePoint() creates a <code>PP_Point</code> given the x and y coordinates
Dpp_rect.idl17 * This value represents the x and y coordinates of the upper-left corner of
35 * coordinates and width and height dimensions as int32_t values.
/external/chromium_org/chrome/browser/resources/pdf/
Dpdf.js11 var coordinates = [window.pageXOffset, window.pageYOffset];
12 plugin.postMessage(coordinates);
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/
Dpopuplib.js270 var coordinates = that.getCenteredCoords(width, height);
274 ",left=" + coordinates[0] +",top=" + coordinates[1]);
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
Dpopuplib.js270 var coordinates = that.getCenteredCoords(width, height);
274 ",left=" + coordinates[0] +",top=" + coordinates[1]);
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/meshes/
DMeshHelper.java524 … DynamicArray<Number> coordinates = (DynamicArray<Number>) mVerts.get(i).getFieldValue("co"); in getVertices() local
525 …vertices[i] = new Vector3f(coordinates.get(0).floatValue(), coordinates.get(2).floatValue(), -coor… in getVertices()
529 … DynamicArray<Number> coordinates = (DynamicArray<Number>) mVerts.get(i).getFieldValue("co"); in getVertices() local
530 …vertices[i] = new Vector3f(coordinates.get(0).floatValue(), coordinates.get(1).floatValue(), coord… in getVertices()
/external/chromium_org/content/browser/web_contents/
Dweb_drag_dest_mac.mm68 // Given a point in window coordinates and a view in that window, return a
79 // Given a point in window coordinates and a view in that window, return a
80 // flipped point in screen coordinates.
139 // is in window coordinates. Both need to be flipped.
190 // is in window coordinates.
233 // is in window coordinates. Both need to be flipped.
/external/chromium/chrome/browser/ui/cocoa/tab_contents/
Dweb_drop_target.mm36 // Given a point in window coordinates and a view in that window, return a
47 // Given a point in window coordinates and a view in that window, return a
48 // flipped point in screen coordinates.
95 // is in window coordinates. Both need to be flipped.
134 // is in window coordinates.
184 // is in window coordinates. Both need to be flipped.
/external/chromium_org/ppapi/api/dev/
Dppb_view_dev.idl20 * coordinates / sizes are given in DIPs through the API.
36 * pixel coordinates used for Web content.
/external/chromium_org/third_party/mesa/src/src/gallium/docs/source/cso/
Dsampler.rst9 Texture coordinates are always treated as four-dimensional, and referred to
84 If set, the incoming texture coordinates (nominally in the range [0,1])
94 the texture coordinates and/or the fragment shader TEX/TXB/TXL
102 Color union used for texel coordinates that are outside the [0,width-1],
/external/mesa3d/src/gallium/docs/source/cso/
Dsampler.rst9 Texture coordinates are always treated as four-dimensional, and referred to
84 If set, the incoming texture coordinates (nominally in the range [0,1])
94 the texture coordinates and/or the fragment shader TEX/TXB/TXL
102 Color union used for texel coordinates that are outside the [0,width-1],

1234567