OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:firstpoint
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSGradientValue.cpp
571
static void endPointsFromAngle(float angleDeg, const IntSize& size, FloatPoint&
firstPoint
, FloatPoint& secondPoint, CSSGradientType type)
582
firstPoint
.set(0, size.height());
588
firstPoint
.set(0, 0);
594
firstPoint
.set(0, 0);
600
firstPoint
.set(size.width(), 0);
635
firstPoint
.set(halfWidth - endX, halfHeight + endY);
642
FloatPoint
firstPoint
;
646
endPointsFromAngle(angle, size,
firstPoint
, secondPoint, m_gradientType);
650
firstPoint
= computeEndPoint(m_firstX.get(), m_firstY.get(), conversionData, size);
655
secondPoint.setX(size.width() -
firstPoint
.x())
[
all
...]
/external/chromium/chrome/browser/ui/cocoa/
clickhold_button_cell.mm
85
NSPoint
firstPoint
= currPoint;
111
CGFloat dx = currPoint.x -
firstPoint
.x;
112
CGFloat dy = currPoint.y -
firstPoint
.y;
/external/chromium_org/chrome/browser/ui/cocoa/
clickhold_button_cell.mm
92
NSPoint
firstPoint
= currPoint;
118
CGFloat dx = currPoint.x -
firstPoint
.x;
119
CGFloat dy = currPoint.y -
firstPoint
.y;
/external/replicaisland/tools/
ExtractPoints.js
72
var
firstPoint
= points[y];
77
edge.startX =
firstPoint
.anchor[0];
78
edge.startY =
firstPoint
.anchor[1];
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
LODGeomap.java
[
all
...]
TerrainPatch.java
570
private Vector3f calculateNormal(Vector3f
firstPoint
, Vector3f rootPoint, Vector3f secondPoint) {
572
normal.set(
firstPoint
).subtractLocal(rootPoint)
[
all
...]
Completed in 139 milliseconds