Home
last modified time | relevance | path

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

12345

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DSpotLightSource.cpp47 paintingData.directionVector.setY(m_direction.y() - m_position.y()); in initPaintingData()
68 paintingData.lightVector.setY(m_position.y() - y); in updatePaintingData()
76 paintingData.colorVector.setY(0.0f); in updatePaintingData()
96 paintingData.colorVector.setY(paintingData.privateColorVector.y() * lightStrength); in updatePaintingData()
108 bool SpotLightSource::setY(float y) in setY() function in WebCore::SpotLightSource
112 m_position.setY(y); in setY()
136 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.cpp80 normalVector.setY(-(center << 1) - right + (bottom << 1) + bottomRight); in topLeft()
93 normalVector.setY(-left - (center << 1) - right + bottomLeft + (bottom << 1) + bottomRight); in topRow()
104 normalVector.setY(-left - (center << 1) + bottomLeft + (bottom << 1)); in topRight()
118 normalVector.setY(-(top << 1) - topRight + (bottom << 1) + bottomRight); in leftColumn()
134 normalVector.setY(-topLeft - (top << 1) - topRight + bottomLeft + (bottom << 1) + bottomRight); in interior()
148 normalVector.setY(-topLeft - (top << 1) + bottomLeft + (bottom << 1)); in rightColumn()
159 normalVector.setY(-(top << 1) - topRight + (center << 1) + right); in bottomLeft()
172 normalVector.setY(-topLeft - (top << 1) - topRight + left + (center << 1) + right); in bottomRow()
183 normalVector.setY(-topLeft - (top << 1) + left + (center << 1)); in bottomRight()
208 normalVector.setY(factorY * static_cast<float>(normal2DVector.y()) * data.surfaceScale); in inlineSetPixel()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/page/
DSpatialNavigation.cpp310 containerViewportRect.setY(containerViewportRect.y() - ScrollableArea::pixelsPerLineStep()); in hasOffscreenRect()
553 exitPoint.setY(startingRect.y()); in entryAndExitPointsForDirection()
555 entryPoint.setY(potentialRect.maxY()); in entryAndExitPointsForDirection()
557 entryPoint.setY(startingRect.y()); in entryAndExitPointsForDirection()
567 exitPoint.setY(startingRect.maxY()); in entryAndExitPointsForDirection()
569 entryPoint.setY(potentialRect.y()); in entryAndExitPointsForDirection()
571 entryPoint.setY(startingRect.maxY()); in entryAndExitPointsForDirection()
581 exitPoint.setY(startingRect.y()); in entryAndExitPointsForDirection()
583 entryPoint.setY(potentialRect.maxY()); in entryAndExitPointsForDirection()
585 entryPoint.setY(startingRect.y()); in entryAndExitPointsForDirection()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderVTTCue.cpp118 setY(y() + position); in placeBoxInDefaultPosition()
184 setY(y() + step); in moveBoxesByStep()
198 setY(m_fallbackPosition.y()); in switchDirection()
259 setY(y() + adjustment); in repositionCueSnapToLinesSet()
DRenderOverflow.h90 m_layoutOverflow.setY(maxY - m_layoutOverflow.height()); in addLayoutOverflow()
98 m_visualOverflow.setY(std::min(rect.y(), m_visualOverflow.y())); in addVisualOverflow()
DInlineBox.h197 void setY(float y) { m_topLeft.setY(y); } in setY() function
217 setY(left); in setLogicalLeft()
230 setY(top); in setLogicalTop()
/external/chromium_org/v8/test/mjsunit/
Daccessors-on-global-object.js47 function setY(value) { y = value; } function
50 setY(i);
/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.h76 void setY(int y) { m_location.setY(y); } in setY() function
109 setY(edge); in shiftYEdgeTo()
143 m_location.setY(m_location.y() - dy); in inflateY()
DFloatRect.h80 void setY(float y) { m_location.setY(y); } in setY() function
113 setY(edge); in shiftYEdgeTo()
151 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/third_party/WebKit/Source/core/svg/
DSVGPointTearOff.cpp58 void SVGPointTearOff::setY(float f, ExceptionState& exceptionState) in setY() function in WebCore::SVGPointTearOff
65 target()->setY(f); in setY()
DSVGRectTearOff.cpp57 void SVGRectTearOff::setY(float f, ExceptionState& exceptionState) in setY() function in WebCore::SVGRectTearOff
64 target()->setY(f); in setY()
DSVGPoint.h65 void setY(float f) { m_value.setY(f); } in setY() function
DSVGRect.h62 void setY(float f) { m_value.setY(f); } in setY() function
DSVGPreserveAspectRatio.cpp228 destRect.setY(destRect.y() + origDestHeight / 2 - destRect.height() / 2); in transformRect()
233 destRect.setY(destRect.y() + origDestHeight - destRect.height()); in transformRect()
268 srcRect.setY(srcRect.y() + imageSize.height() / 2 - srcRect.height() / 2); in transformRect()
273 srcRect.setY(srcRect.y() + imageSize.height() - srcRect.height()); in transformRect()
DSVGPathSegLinetoVertical.h37 void setY(float y) in setY() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
DShapeOutsideInfo.cpp318 physicalBoundingBox.setY(m_renderer.logicalHeight() - physicalBoundingBox.maxY()); in computedShapePhysicalBoundingBox()
320 physicalBoundingBox.setY(physicalBoundingBox.y() + logicalTopOffset()); in computedShapePhysicalBoundingBox()
325 physicalBoundingBox.setY(physicalBoundingBox.y() + logicalTopOffset()); in computedShapePhysicalBoundingBox()
334 result.setY(m_renderer.logicalHeight() - result.y()); in shapeToRendererPoint()
/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.mm195 shadowRect.setY(horizontalOverhangRect.maxY() - shadowRect.height());
197 shadowCornerOrigin.setY(shadowRect.maxY());
198 shadowCornerOffset.setY(-kShadowSize);
201 shadowCornerOrigin.setY(shadowRect.y());
220 shadowRect.setY(kToolbarShadowOffset);
248 shadowRect.setY(kToolbarShadowOffset);
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGRootInlineBox.cpp133 textBox->setY(boxRect.y()); in layoutChildBoxes()
146 flowBox->setY(boxRect.y()); in layoutChildBoxes()
174 setY(0); in layoutRootBox()
/external/clang/test/CodeGenObjC/
Ddot-syntax.m41 -(void) setY: (__complex int) arg {
43 printf("-[A setY: (%d, %d)]\n", __real myY, __imag myY);

12345