Searched refs:SkDrawLooper (Results 26 - 50 of 50) sorted by relevance

12

/external/chromium_org/ui/gfx/
H A Drender_text.h34 class SkDrawLooper;
53 void SetDrawLooper(SkDrawLooper* draw_looper);
H A Drender_text.cc196 void SkiaTextRenderer::SetDrawLooper(SkDrawLooper* draw_looper) {
1129 skia::RefPtr<SkDrawLooper> looper = CreateShadowDrawLooper(shadows_);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContextState.cpp193 void GraphicsContextState::setDrawLooper(PassRefPtr<SkDrawLooper> drawLooper)
H A DGraphicsContext.h151 SkDrawLooper* drawLooper() const { return immutableState()->drawLooper(); }
/external/chromium_org/third_party/skia/src/effects/
H A DSkBlurDrawLooper.cpp118 SkDrawLooper::Context* SkBlurDrawLooper::createContext(SkCanvas*, void* storage) const {
/external/chromium_org/third_party/skia/src/core/
H A DSkCanvas.cpp14 #include "SkDrawLooper.h"
286 if (SkDrawLooper* looper = paint.getLooper()) {
287 void* buffer = fLooperContextAllocator.reserveT<SkDrawLooper::Context>(
341 SkDrawLooper::Context* fLooperContext;
H A DSkPaint.cpp444 SkDrawLooper* SkPaint::setLooper(SkDrawLooper* looper) {
2397 SkDrawLooper* looper = this->getLooper();
/external/skia/src/core/
H A DSkCanvas.cpp14 #include "SkDrawLooper.h"
329 if (SkDrawLooper* looper = paint.getLooper()) {
330 void* buffer = fLooperContextAllocator.reserveT<SkDrawLooper::Context>(
375 SkDrawLooper::Context* fLooperContext;
H A DSkPaint.cpp467 SkDrawLooper* SkPaint::setLooper(SkDrawLooper* looper) {
2467 SkDrawLooper* looper = this->getLooper();
H A DSkPicturePlayback.cpp1524 const SkDrawLooper* drawLooper = paint.getLooper();
/external/chromium_org/third_party/skia/src/pipe/
H A DSkGPipeRead.cpp20 #include "SkDrawLooper.h"
56 paint->setLooper((SkDrawLooper*)obj);
/external/skia/src/pipe/
H A DSkGPipeRead.cpp20 #include "SkDrawLooper.h"
54 paint->setLooper((SkDrawLooper*)obj);
/external/skia/
H A DAndroid.mk116 src/core/SkDrawLooper.cpp \
/external/chromium_org/skia/
H A Dskia_library.target.darwin-arm.mk93 third_party/skia/src/core/SkDrawLooper.cpp \
H A Dskia_library.target.darwin-arm64.mk93 third_party/skia/src/core/SkDrawLooper.cpp \
H A Dskia_library.target.darwin-mips.mk93 third_party/skia/src/core/SkDrawLooper.cpp \
H A Dskia_library.target.darwin-mips64.mk93 third_party/skia/src/core/SkDrawLooper.cpp \
H A Dskia_library.target.darwin-x86.mk94 third_party/skia/src/core/SkDrawLooper.cpp \
H A Dskia_library.target.darwin-x86_64.mk94 third_party/skia/src/core/SkDrawLooper.cpp \
H A Dskia_library.target.linux-arm.mk93 third_party/skia/src/core/SkDrawLooper.cpp \
H A Dskia_library.target.linux-arm64.mk93 third_party/skia/src/core/SkDrawLooper.cpp \
H A Dskia_library.target.linux-mips.mk93 third_party/skia/src/core/SkDrawLooper.cpp \
H A Dskia_library.target.linux-mips64.mk93 third_party/skia/src/core/SkDrawLooper.cpp \
H A Dskia_library.target.linux-x86.mk94 third_party/skia/src/core/SkDrawLooper.cpp \
H A Dskia_library.target.linux-x86_64.mk94 third_party/skia/src/core/SkDrawLooper.cpp \

Completed in 754 milliseconds

12