Home
last modified time | relevance | path

Searched refs:readPathEffect (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/core/
DSkPathEffect.cpp130 sk_sp<SkPathEffect> pe0(buffer.readPathEffect()); in CreateProc()
131 sk_sp<SkPathEffect> pe1(buffer.readPathEffect()); in CreateProc()
188 sk_sp<SkPathEffect> pe0(buffer.readPathEffect()); in CreateProc()
189 sk_sp<SkPathEffect> pe1(buffer.readPathEffect()); in CreateProc()
DSkPaint.cpp345 paint.setPathEffect(buffer.readPathEffect()); in Unflatten()
352 paint.setPathEffect(buffer.readPathEffect()); in Unflatten()
DSkReadBuffer.h126 sk_sp<SkPathEffect> readPathEffect() { return this->readFlattenable<SkPathEffect>(); } in readPathEffect() function
/third_party/skia/src/effects/
DSkOpPathEffect.cpp88 auto one = buffer.readPathEffect(); in CreateProc()
89 auto two = buffer.readPathEffect(); in CreateProc()