Searched defs:DrawLooperBuilder (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DDrawLooperBuilder.cpp32 #include "platform/graphics/DrawLooperBuilder.h"
46 DrawLooperBuilder::DrawLooperBuilder() { } function in class:blink::DrawLooperBuilder
48 DrawLooperBuilder::~DrawLooperBuilder() { }
50 PassOwnPtr<DrawLooperBuilder> DrawLooperBuilder::create()
52 return adoptPtr(new DrawLooperBuilder);
55 PassRefPtr<SkDrawLooper> DrawLooperBuilder::detachDrawLooper()
60 void DrawLooperBuilder
[all...]

Completed in 253 milliseconds