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

  /external/webkit/WebCore/html/canvas/
CanvasPattern.cpp 27 #include "CanvasPattern.h"
34 void CanvasPattern::parseRepetitionType(const String& type, bool& repeatX, bool& repeatY, ExceptionCode& ec)
60 CanvasPattern::CanvasPattern(Image* image, bool repeatX, bool repeatY, bool originClean)
CanvasPattern.h 40 class CanvasPattern : public RefCounted<CanvasPattern> {
44 static PassRefPtr<CanvasPattern> create(Image* image, bool repeatX, bool repeatY, bool originClean)
46 return adoptRef(new CanvasPattern(image, repeatX, repeatY, originClean));
54 CanvasPattern(Image*, bool repeatX, bool repeatY, bool originClean);

Completed in 29 milliseconds