Searched refs:filterPath (Results 1 - 25 of 48) sorted by relevance

12

/external/skia/src/core/
H A DSkPathEffect.cpp61 bool SkComposePathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:SkComposePathEffect
71 if (fPE1->filterPath(&tmp, src, rec, cullRect)) {
74 return fPE0->filterPath(dst, *ptr, rec, cullRect);
79 bool SkSumPathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:SkSumPathEffect
82 return fPE0->filterPath(dst, src, rec, cullRect) |
83 fPE1->filterPath(dst, src, rec, cullRect);
/external/chromium_org/third_party/skia/src/core/
H A DSkPathEffect.cpp68 bool SkComposePathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:SkComposePathEffect
78 if (fPE1->filterPath(&tmp, src, rec, cullRect)) {
81 return fPE0->filterPath(dst, *ptr, rec, cullRect);
92 bool SkSumPathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:SkSumPathEffect
95 return fPE0->filterPath(dst, src, rec, cullRect) |
96 fPE1->filterPath(dst, src, rec, cullRect);
/external/chromium_org/third_party/skia/include/effects/
H A DSkCornerPathEffect.h28 virtual bool filterPath(SkPath* dst, const SkPath& src,
H A DSkDiscretePathEffect.h39 virtual bool filterPath(SkPath* dst, const SkPath& src,
H A DSk1DPathEffect.h19 virtual bool filterPath(SkPath* dst, const SkPath& src,
60 virtual bool filterPath(SkPath*, const SkPath&,
H A DSkDashPathEffect.h45 virtual bool filterPath(SkPath* dst, const SkPath& src,
H A DSk2DPathEffect.h17 virtual bool filterPath(SkPath*, const SkPath&, SkStrokeRec*, const SkRect*) const SK_OVERRIDE;
23 This is called once from filterPath, and provides the
65 virtual bool filterPath(SkPath* dst, const SkPath& src,
/external/skia/include/effects/
H A DSkCornerPathEffect.h28 virtual bool filterPath(SkPath* dst, const SkPath& src,
H A DSkDiscretePathEffect.h39 virtual bool filterPath(SkPath* dst, const SkPath& src,
H A DSk1DPathEffect.h19 virtual bool filterPath(SkPath* dst, const SkPath& src,
60 virtual bool filterPath(SkPath*, const SkPath&,
H A DSk2DPathEffect.h21 virtual bool filterPath(SkPath*, const SkPath&,
28 This is called once from filterPath, and provides the
68 virtual bool filterPath(SkPath* dst, const SkPath& src,
H A DSkDashPathEffect.h45 virtual bool filterPath(SkPath* dst, const SkPath& src,
/external/chromium_org/third_party/skia/include/core/
H A DSkPathEffect.h49 virtual bool filterPath(SkPath* dst, const SkPath& src,
153 including flattening them. It does nothing in filterPath, and is only useful
191 virtual bool filterPath(SkPath* dst, const SkPath& src,
215 Its filterPath() returns true if either of the effects succeeded.
228 virtual bool filterPath(SkPath* dst, const SkPath& src,
H A DSkMaskFilter.h207 bool filterPath(const SkPath& devPath, const SkMatrix& ctm, const SkRasterClip&, SkBlitter*,
/external/chromium_org/third_party/skia/src/effects/
H A DSk2DPathEffect.cpp20 bool Sk2DPathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:Sk2DPathEffect
85 bool SkLine2DPathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:SkLine2DPathEffect
87 if (this->INHERITED::filterPath(dst, src, rec, cullRect)) {
H A DSk1DPathEffect.cpp15 bool Sk1DPathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:Sk1DPathEffect
72 bool SkPath1DPathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:SkPath1DPathEffect
76 return this->INHERITED::filterPath(dst, src, rec, cullRect);
H A DSkDiscretePathEffect.cpp30 bool SkDiscretePathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:SkDiscretePathEffect
/external/okhttp/website/static/
H A Djquery.smooth-scroll.min.js7 (function(l){function t(l){return l.replace(/(:|\.)/g,"\\$1")}var e="1.4.10",o={exclude:[],excludeWithin:[],offset:0,direction:"top",scrollElement:null,scrollTarget:null,beforeScroll:function(){},afterScroll:function(){},easing:"swing",speed:400,autoCoefficent:2},r=function(t){var e=[],o=!1,r=t.dir&&"left"==t.dir?"scrollLeft":"scrollTop";return this.each(function(){if(this!=document&&this!=window){var t=l(this);t[r]()>0?e.push(this):(t[r](1),o=t[r]()>0,o&&e.push(this),t[r](0))}}),e.length||this.each(function(){"BODY"===this.nodeName&&(e=[this])}),"first"===t.el&&e.length>1&&(e=[e[0]]),e};l.fn.extend({scrollable:function(l){var t=r.call(this,{dir:l});return this.pushStack(t)},firstScrollable:function(l){var t=r.call(this,{el:"first",dir:l});return this.pushStack(t)},smoothScroll:function(e){e=e||{};var o=l.extend({},l.fn.smoothScroll.defaults,e),r=l.smoothScroll.filterPath(location.pathname);return this.unbind("click.smoothscroll").bind("click.smoothscroll",function(e){var n=this,s=l(this),c=o.exclude,i=o.excludeWithin,a=0,f=0,h=!0,u={},d=location.hostname===n.hostname||!n.hostname,m=o.scrollTarget||(l.smoothScroll.filterPath(n.pathname)||r)===r,p=t(n.hash);if(o.scrollTarget||d&&m&&p){for(;h&&c.length>a;)s.is(t(c[a++]))&&(h=!1);for(;h&&i.length>f;)s.closest(i[f++]).length&&(h=!1)}else h=!1;h&&(e.preventDefault(),l.extend(u,o,{scrollTarget:o.scrollTarget||p,link:n}),l.smoothScroll(u))}),this}}),l.smoothScroll=function(t,e){var o,r,n,s,c=0,i="offset",a="scrollTop",f={},h={};"number"==typeof t?(o=l.fn.smoothScroll.defaults,n=t):(o=l.extend({},l.fn.smoothScroll.defaults,t||{}),o.scrollElement&&(i="position","static"==o.scrollElement.css("position")&&o.scrollElement.css("position","relative"))),o=l.extend({link:null},o),a="left"==o.direction?"scrollLeft":a,o.scrollElement?(r=o.scrollElement,c=r[a]()):r=l("html, body").firstScrollable(),o.beforeScroll.call(r,o),n="number"==typeof t?t:e||l(o.scrollTarget)[i]()&&l(o.scrollTarget)[i]()[o.direction]||0,f[a]=n+c+o.offset,s=o.speed,"auto"===s&&(s=f[a]||r.scrollTop(),s/=o.autoCoefficent),h={duration:s,easing:o.easing,complete:function(){o.afterScroll.call(o.link,o)}},o.step&&(h.step=o.step),r.length?r.stop().animate(f,h):o.afterScroll.call(o.link,o)},l.smoothScroll.version=e,l.smoothScroll.filterPath=function(l){return l.replace(/^\//,"").replace(/(index|default).[a-zA-Z]{3,4}$/,"").replace(/\/$/, (…)
/external/skia/include/core/
H A DSkPathEffect.h49 virtual bool filterPath(SkPath* dst, const SkPath& src,
151 including flattening them. It does nothing in filterPath, and is only useful
186 virtual bool filterPath(SkPath* dst, const SkPath& src,
207 Its filterPath() returns true if either of the effects succeeded.
220 virtual bool filterPath(SkPath* dst, const SkPath& src,
H A DSkMaskFilter.h207 bool filterPath(const SkPath& devPath, const SkMatrix& ctm, const SkRasterClip&, SkBlitter*,
/external/skia/src/effects/
H A DSk2DPathEffect.cpp20 bool Sk2DPathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:Sk2DPathEffect
83 bool SkLine2DPathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:SkLine2DPathEffect
85 if (this->INHERITED::filterPath(dst, src, rec, cullRect)) {
H A DSkDiscretePathEffect.cpp30 bool SkDiscretePathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:SkDiscretePathEffect
H A DSk1DPathEffect.cpp15 bool Sk1DPathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:Sk1DPathEffect
72 bool SkPath1DPathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:SkPath1DPathEffect
76 return this->INHERITED::filterPath(dst, src, rec, cullRect);
H A DSkCornerPathEffect.cpp34 bool SkCornerPathEffect::filterPath(SkPath* dst, const SkPath& src, function in class:SkCornerPathEffect
/external/chromium_org/third_party/skia/samplecode/
H A DClockFaceView.cpp121 virtual bool filterPath(SkPath* dst, const SkPath& src,
217 pe->filterPath(&dstPath, path, &rec, NULL);

Completed in 2704 milliseconds

12