/external/chromium_org/components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/ |
D | ValidationMessageBubble.java | 95 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/ |
D | Geoposition.h | 39 … 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/ |
D | drag_drop_controller.js | 83 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);
|
D | apps.js | 428 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/ |
D | panel_utils_cocoa.mm | 10 // 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.
|
D | panel_cocoa.mm | 82 // |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/ |
D | plotter.js | 280 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/ |
D | VTTCue.cpp | 801 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/ |
D | location_manager.cc | 351 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/ |
D | MESA_sprite_point.spec | 53 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/ |
D | MESA_sprite_point.spec | 53 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/ |
D | RenderSVGResourceMarker.cpp | 86 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/ |
D | resources.rst | 72 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/ |
D | resources.rst | 72 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/ |
D | pp_point.idl | 12 * 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
|
D | pp_rect.idl | 17 * 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/ |
D | pdf.js | 11 var coordinates = [window.pageXOffset, window.pageYOffset]; 12 plugin.postMessage(coordinates);
|
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/ |
D | popuplib.js | 270 var coordinates = that.getCenteredCoords(width, height); 274 ",left=" + coordinates[0] +",top=" + coordinates[1]);
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/ |
D | popuplib.js | 270 var coordinates = that.getCenteredCoords(width, height); 274 ",left=" + coordinates[0] +",top=" + coordinates[1]);
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/meshes/ |
D | MeshHelper.java | 524 … 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/ |
D | web_drag_dest_mac.mm | 68 // 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/ |
D | web_drop_target.mm | 36 // 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/ |
D | ppb_view_dev.idl | 20 * 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/ |
D | sampler.rst | 9 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/ |
D | sampler.rst | 9 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],
|