/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/ |
D | SpotLightSource.cpp | 47 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()
|
D | PointLightSource.cpp | 45 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()
|
D | FELighting.cpp | 73 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()
|
D | PointLightSource.h | 39 virtual bool setY(float) OVERRIDE;
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderOverflow.h | 53 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()
|
D | RenderVTTCue.cpp | 122 setY(y() + position); in placeBoxInDefaultPosition() 187 setY(y() + step); in moveBoxesByStep() 201 setY(m_fallbackPosition.y()); in switchDirection() 262 setY(y() + adjustment); in repositionCueSnapToLinesSet()
|
D | InlineBox.h | 194 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/ |
D | IntRect.cpp | 79 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()
|
D | IntRect.h | 77 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()
|
D | FloatRect.h | 82 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()
|
D | LayoutRect.h | 80 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/ |
D | accessors-on-global-object.js | 47 function setY(value) { y = value; } function 50 setY(i);
|
/external/v8/test/mjsunit/ |
D | accessors-on-global-object.js | 47 function setY(value) { y = value; } function 50 setY(i);
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | SpatialNavigation.cpp | 314 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/ |
D | SVGPreserveAspectRatio.cpp | 203 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()
|
D | SVGPathSegLinetoVertical.h | 37 void setY(float y) in setY() function
|
/external/clang/test/SemaObjC/ |
D | method-lookup-3.m | 26 -(void) setY: (INTERFERE_TYPE) arg; 47 [ a0 setY: a1];
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | Image.cpp | 113 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()
|
D | GradientGeneratedImage.cpp | 93 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/ |
D | ScrollbarThemeMacCommon.mm | 197 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/ |
D | dot-syntax.m | 41 -(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/ |
D | PaintAggregator.cpp | 133 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/ |
D | SVGRootInlineBox.cpp | 145 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/ |
D | DOMPoint.h | 50 void setY(float y) { m_y = y; } in setY() function
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | LengthPoint.h | 55 void setY(Length y) { m_y = y; } in setY() function
|