HomeSort by relevance Sort by last modified time
    Searched defs:repeatY (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
Pattern.h 46 static PassRefPtr<Pattern> create(PassRefPtr<Image> tileImage, bool repeatX, bool repeatY)
48 return adoptRef(new Pattern(tileImage, repeatX, repeatY));
60 bool repeatY() const { return m_repeatY; }
63 Pattern(PassRefPtr<Image>, bool repeatX, bool repeatY);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
FillLayer.h 77 EFillRepeat repeatY() const { return static_cast<EFillRepeat>(m_repeatY); }
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp     [all...]

Completed in 88 milliseconds