HomeSort by relevance Sort by last modified time
    Searched refs:extraShadowOffset (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 797 static const CGFloat extraShadowOffset = narrowPrecisionToCGFloat(1.0 / 128);
799 xOffset += extraShadowOffset;
801 xOffset -= extraShadowOffset;
804 yOffset += extraShadowOffset;
806 yOffset -= extraShadowOffset;
    [all...]
  /external/webkit/WebCore/html/canvas/
CanvasRenderingContext2D.cpp 784 static const CGFloat extraShadowOffset = narrowPrecisionToCGFloat(1.0 / 128);
786 width += extraShadowOffset;
788 width -= extraShadowOffset;
791 height += extraShadowOffset;
793 height -= extraShadowOffset;
    [all...]

Completed in 48 milliseconds