/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() 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()
|
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 | 80 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/ |
D | SpatialNavigation.cpp | 310 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/ |
D | RenderVTTCue.cpp | 118 setY(y() + position); in placeBoxInDefaultPosition() 184 setY(y() + step); in moveBoxesByStep() 198 setY(m_fallbackPosition.y()); in switchDirection() 259 setY(y() + adjustment); in repositionCueSnapToLinesSet()
|
D | RenderOverflow.h | 90 m_layoutOverflow.setY(maxY - m_layoutOverflow.height()); in addLayoutOverflow() 98 m_visualOverflow.setY(std::min(rect.y(), m_visualOverflow.y())); in addVisualOverflow()
|
D | InlineBox.h | 197 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/ |
D | accessors-on-global-object.js | 47 function setY(value) { y = value; } function 50 setY(i);
|
/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 | 76 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()
|
D | FloatRect.h | 80 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()
|
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/third_party/WebKit/Source/core/svg/ |
D | SVGPointTearOff.cpp | 58 void SVGPointTearOff::setY(float f, ExceptionState& exceptionState) in setY() function in WebCore::SVGPointTearOff 65 target()->setY(f); in setY()
|
D | SVGRectTearOff.cpp | 57 void SVGRectTearOff::setY(float f, ExceptionState& exceptionState) in setY() function in WebCore::SVGRectTearOff 64 target()->setY(f); in setY()
|
D | SVGPoint.h | 65 void setY(float f) { m_value.setY(f); } in setY() function
|
D | SVGRect.h | 62 void setY(float f) { m_value.setY(f); } in setY() function
|
D | SVGPreserveAspectRatio.cpp | 228 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()
|
D | SVGPathSegLinetoVertical.h | 37 void setY(float y) in setY() function
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/ |
D | ShapeOutsideInfo.cpp | 318 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/ |
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 | 195 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/ |
D | SVGRootInlineBox.cpp | 133 textBox->setY(boxRect.y()); in layoutChildBoxes() 146 flowBox->setY(boxRect.y()); in layoutChildBoxes() 174 setY(0); in layoutRootBox()
|
/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);
|