Searched defs:coordinates (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
H A DGeoposition.h39 static Geoposition* create(Coordinates* coordinates, DOMTimeStamp timestamp) argument
41 return new Geoposition(coordinates, timestamp);
53 Geoposition(Coordinates* coordinates, DOMTimeStamp timestamp) argument
54 : m_coordinates(coordinates)
/external/chromium_org/components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/
H A DValidationMessageBubble.java95 final RenderCoordinates coordinates = contentViewCore.getRenderCoordinates();
98 coordinates.fromLocalCssToPix(anchorX),
99 coordinates.fromLocalCssToPix(anchorY) + yOffset,
100 coordinates.fromLocalCssToPix(anchorX + anchorWidth),
101 coordinates.fromLocalCssToPix(anchorY + anchorHeight) + yOffset);
120 private void measure(RenderCoordinates coordinates) { argument
128 View.MeasureSpec.makeMeasureSpec(coordinates.getLastFrameViewportWidthPixInt(),
130 View.MeasureSpec.makeMeasureSpec(coordinates.getLastFrameViewportHeightPixInt(),
146 final RenderCoordinates coordinates = contentViewCore.getRenderCoordinates();
147 final int viewWidth = coordinates
[all...]
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DGridPainter.cpp13 static GridSpan dirtiedGridAreas(const Vector<LayoutUnit>& coordinates, LayoutUnit start, LayoutUnit end) argument
15 // This function does a binary search over the coordinates.
18 size_t startGridAreaIndex = std::upper_bound(coordinates.begin(), coordinates.end() - 1, start) - coordinates.begin();
22 size_t endGridAreaIndex = std::upper_bound(coordinates.begin() + startGridAreaIndex, coordinates.end() - 1, end) - coordinates.begin();
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGResourceMarker.cpp81 FloatRect coordinates = RenderSVGContainer::paintInvalidationRectInLocalCoordinates(); local
84 coordinates = localToParentTransform().mapRect(coordinates);
86 return markerTransformation.mapRect(coordinates);
151 // The 'origin' coordinate maps to SVGs refX/refY, given in coordinates relative to the viewport established by the marker
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatPolygonTest.cpp40 FloatPolygonTestValue(const float* coordinates, unsigned coordinatesLength, WindRule fillRule) argument
45 (*vertices)[i / 2] = FloatPoint(coordinates[i], coordinates[i + 1]);
226 #define TEST_EMPTY(coordinates) \
228 FloatPolygonTestValue emptyPolygonTestValue(coordinates, SIZEOF_ARRAY(coordinates), RULE_NONZERO); \
/external/chromium_org/chrome/browser/extensions/api/location/
H A Dlocation_manager.cc295 location::Coordinates* coordinates) {
296 coordinates->latitude = position.latitude;
297 coordinates->longitude = position.longitude;
299 coordinates->altitude.reset(new double(position.altitude));
300 coordinates->accuracy = position.accuracy;
302 coordinates->altitude_accuracy.reset(
306 coordinates->heading.reset(new double(position.heading));
308 coordinates->speed.reset(new double(position.speed));
293 GeopositionToApiCoordinates( const content::Geoposition& position, location::Coordinates* coordinates) argument
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
H A DVTTCue.cpp826 std::pair<double, double> coordinates; local
829 coordinates.first = m_textPosition;
830 coordinates.second = m_computedLinePosition;
832 return coordinates;
836 coordinates.first = 100 - m_textPosition;
837 coordinates.second = m_computedLinePosition;
839 return coordinates;
843 coordinates.first = 100 - m_computedLinePosition;
844 coordinates.second = m_textPosition;
846 return coordinates;
[all...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorDOMAgent.cpp136 double coordinates[coordinatesInQuad]; local
140 if (!quadArray->get(i)->asNumber(coordinates + i))
143 quad->setP1(FloatPoint(coordinates[0], coordinates[1]));
144 quad->setP2(FloatPoint(coordinates[2], coordinates[3]));
145 quad->setP3(FloatPoint(coordinates[4], coordinates[5]));
146 quad->setP4(FloatPoint(coordinates[6], coordinates[
[all...]
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1096 milliseconds