OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CanvasPattern
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasPattern.cpp
27
#include "core/html/canvas/
CanvasPattern
.h"
35
void
CanvasPattern
::parseRepetitionType(const String& type, bool& repeatX, bool& repeatY, ExceptionState& exceptionState)
60
CanvasPattern
::
CanvasPattern
(PassRefPtr<Image> image, bool repeatX, bool repeatY, bool originClean)
CanvasPattern.h
40
class
CanvasPattern
: public RefCounted<
CanvasPattern
>, public ScriptWrappable {
44
static PassRefPtr<
CanvasPattern
> create(PassRefPtr<Image> image, bool repeatX, bool repeatY, bool originClean)
46
return adoptRef(new
CanvasPattern
(image, repeatX, repeatY, originClean));
54
CanvasPattern
(PassRefPtr<Image>, bool repeatX, bool repeatY, bool originClean);
Completed in 304 milliseconds