OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:firstPoint
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSGradientValue.cpp
597
static void endPointsFromAngle(float angleDeg, const IntSize& size, FloatPoint&
firstPoint
, FloatPoint& secondPoint, CSSGradientType type)
608
firstPoint
.set(0, size.height());
614
firstPoint
.set(0, 0);
620
firstPoint
.set(0, 0);
626
firstPoint
.set(size.width(), 0);
661
firstPoint
.set(halfWidth - endX, halfHeight + endY);
668
FloatPoint
firstPoint
;
672
endPointsFromAngle(angle, size,
firstPoint
, secondPoint, m_gradientType);
676
firstPoint
= computeEndPoint(m_firstX.get(), m_firstY.get(), conversionData, size);
681
secondPoint.setX(size.width() -
firstPoint
.x())
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
TransformationMatrix.cpp
651
bool
firstPoint
= true;
658
if (
firstPoint
) {
660
firstPoint
= false;
[
all
...]
Completed in 76 milliseconds