Home
last modified time | relevance | path

Searched refs:setY (Results 1 – 25 of 131) sorted by relevance

123456

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DSpotLightSource.cpp47 paintingData.directionVector.setY(m_direction.y() - m_position.y()); in initPaintingData()
76 paintingData.lightVector.setY(m_position.y() - y); in updatePaintingData()
84 paintingData.colorVector.setY(0.0f); in updatePaintingData()
110 paintingData.colorVector.setY(paintingData.privateColorVector.y() * lightStrength); in updatePaintingData()
122 bool SpotLightSource::setY(float y) in setY() function in WebCore::SpotLightSource
126 m_position.setY(y); in setY()
150 m_direction.setY(pointsAtY); in setPointsAtY()
DPointLightSource.cpp45 paintingData.lightVector.setY(m_position.y() - y); in updatePaintingData()
58 bool PointLightSource::setY(float y) in setY() function in WebCore::PointLightSource
62 m_position.setY(y); in setY()
DFELighting.cpp73 normalVector.setY(-(center << 1) - right + (bottom << 1) + bottomRight); in topLeft()
86 normalVector.setY(-left - (center << 1) - right + bottomLeft + (bottom << 1) + bottomRight); in topRow()
97 normalVector.setY(-left - (center << 1) + bottomLeft + (bottom << 1)); in topRight()
111 normalVector.setY(-(top << 1) - topRight + (bottom << 1) + bottomRight); in leftColumn()
127 normalVector.setY(-topLeft - (top << 1) - topRight + bottomLeft + (bottom << 1) + bottomRight); in interior()
141 normalVector.setY(-topLeft - (top << 1) + bottomLeft + (bottom << 1)); in rightColumn()
152 normalVector.setY(-(top << 1) - topRight + (center << 1) + right); in bottomLeft()
165 normalVector.setY(-topLeft - (top << 1) - topRight + left + (center << 1) + right); in bottomRow()
176 normalVector.setY(-topLeft - (top << 1) + left + (center << 1)); in bottomRight()
201 normalVector.setY(factorY * static_cast<float>(normal2DVector.y()) * data.surfaceScale); in inlineSetPixel()
DPointLightSource.h39 virtual bool setY(float) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderOverflow.h53 void setMinYLayoutOverflow(LayoutUnit overflow) { m_layoutOverflow.setY(overflow); } in setMinYLayoutOverflow()
58 void setMinYVisualOverflow(LayoutUnit overflow) { m_visualOverflow.setY(overflow); } in setMinYVisualOverflow()
100 m_layoutOverflow.setY(maxY - m_layoutOverflow.height()); in addLayoutOverflow()
108 m_visualOverflow.setY(std::min(rect.y(), m_visualOverflow.y())); in addVisualOverflow()
DRenderVTTCue.cpp122 setY(y() + position); in placeBoxInDefaultPosition()
187 setY(y() + step); in moveBoxesByStep()
201 setY(m_fallbackPosition.y()); in switchDirection()
262 setY(y() + adjustment); in repositionCueSnapToLinesSet()
DInlineBox.h194 void setY(float y) { m_topLeft.setY(y); } in setY() function
214 setY(left); in setLogicalLeft()
227 setY(top); in setLogicalTop()
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DIntRect.cpp79 m_location.setY(top); in intersect()
100 m_location.setY(top); in unite()
121 m_location.setY(top); in uniteIfNonZero()
129 m_location.setY((int)(y() * s)); in scale()
DIntRect.h77 void setY(int y) { m_location.setY(y); } in setY() function
110 setY(edge); in shiftYEdgeTo()
144 m_location.setY(m_location.y() - dy); in inflateY()
DFloatRect.h82 void setY(float y) { m_location.setY(y); } in setY() function
115 setY(edge); in shiftYEdgeTo()
153 m_location.setY(m_location.y() - dy); in inflateY()
DLayoutRect.h80 void setY(LayoutUnit y) { m_location.setY(y); } in setY() function
123 setY(edge); in shiftYEdgeTo()
157 m_location.setY(m_location.y() - dy); in inflateY()
/external/chromium_org/v8/test/mjsunit/
Daccessors-on-global-object.js47 function setY(value) { y = value; } function
50 setY(i);
/external/v8/test/mjsunit/
Daccessors-on-global-object.js47 function setY(value) { y = value; } function
50 setY(i);
/external/chromium_org/third_party/WebKit/Source/core/page/
DSpatialNavigation.cpp314 containerViewportRect.setY(containerViewportRect.y() - ScrollableArea::pixelsPerLineStep()); in hasOffscreenRect()
548 exitPoint.setY(startingRect.y()); in entryAndExitPointsForDirection()
549 entryPoint.setY(potentialRect.maxY()); in entryAndExitPointsForDirection()
556 exitPoint.setY(startingRect.maxY()); in entryAndExitPointsForDirection()
557 entryPoint.setY(potentialRect.y()); in entryAndExitPointsForDirection()
567 exitPoint.setY(startingRect.y()); in entryAndExitPointsForDirection()
568 entryPoint.setY(potentialRect.maxY()); in entryAndExitPointsForDirection()
570 exitPoint.setY(startingRect.maxY()); in entryAndExitPointsForDirection()
571 entryPoint.setY(potentialRect.y()); in entryAndExitPointsForDirection()
573 exitPoint.setY(max(startingRect.y(), potentialRect.y())); in entryAndExitPointsForDirection()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGPreserveAspectRatio.cpp203 destRect.setY(destRect.y() + origDestHeight / 2 - destRect.height() / 2); in transformRect()
208 destRect.setY(destRect.y() + origDestHeight - destRect.height()); in transformRect()
243 srcRect.setY(srcRect.y() + imageSize.height() / 2 - srcRect.height() / 2); in transformRect()
248 srcRect.setY(srcRect.y() + imageSize.height() - srcRect.height()); in transformRect()
DSVGPathSegLinetoVertical.h37 void setY(float y) in setY() function
/external/clang/test/SemaObjC/
Dmethod-lookup-3.m26 -(void) setY: (INTERFERE_TYPE) arg;
47 [ a0 setY: a1];
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DImage.cpp113 norm.setY(norm.y() + norm.height()); in adjustForNegativeSize()
146 …oneTileRect.setY(destRect.y() + fmodf(fmodf(-srcPoint.y(), actualTileSize.height()) - actualTileSi… in drawTiled()
153 visibleSrcRect.setY((destRect.y() - oneTileRect.y()) / scale.height()); in drawTiled()
DGradientGeneratedImage.cpp93 tileDstRect.setY(dstY); in drawPattern()
95 visibleSrcRect.setY((tileDstRect.y() - phase.y()) / scale.height() - j * stepY); in drawPattern()
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollbarThemeMacCommon.mm197 shadowRect.setY(horizontalOverhangRect.maxY() - shadowRect.height());
199 shadowCornerOrigin.setY(shadowRect.maxY());
200 shadowCornerOffset.setY(-kShadowSize);
203 shadowCornerOrigin.setY(shadowRect.y());
222 shadowRect.setY(kToolbarShadowOffset);
250 shadowRect.setY(kToolbarShadowOffset);
/external/clang/test/CodeGenObjC/
Ddot-syntax.m41 -(void) setY: (__complex int) arg {
43 printf("-[A setY: (%d, %d)]\n", __real myY, __imag myY);
/external/chromium_org/third_party/WebKit/Source/web/painting/
DPaintAggregator.cpp133 damagedRect.setY(scrollRect.y()); in calculateScrollDamage()
147 damagedRect.setY(scrollRect.y()); in calculateScrollDamage()
150 damagedRect.setY(scrollRect.maxY() + dy); in calculateScrollDamage()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGRootInlineBox.cpp145 textBox->setY(boxRect.y()); in layoutChildBoxes()
158 flowBox->setY(boxRect.y()); in layoutChildBoxes()
187 setY(0); in layoutRootBox()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DDOMPoint.h50 void setY(float y) { m_y = y; } in setY() function
/external/chromium_org/third_party/WebKit/Source/platform/
DLengthPoint.h55 void setY(Length y) { m_y = y; } in setY() function

123456