HomeSort by relevance Sort by last modified time
    Searched refs:filterResource (Results 1 - 6 of 6) sorted by null

  /frameworks/base/libs/hwui/
ResourceCache.cpp 74 void ResourceCache::incrementRefcount(SkiaColorFilter* filterResource) {
75 SkSafeRef(filterResource->getSkColorFilter());
76 incrementRefcount((void*) filterResource, kColorFilter);
107 void ResourceCache::decrementRefcount(SkiaColorFilter* filterResource) {
108 SkSafeUnref(filterResource->getSkColorFilter());
109 decrementRefcount((void*) filterResource);
  /external/webkit/Source/WebCore/css/
SVGCSSComputedStyleDeclaration.cpp 126 if (!svgStyle->filterResource().isEmpty())
127 return CSSPrimitiveValue::create(svgStyle->filterResource(), CSSPrimitiveValue::CSS_URI);
SVGCSSStyleSelector.cpp 410 HANDLE_INHERIT_AND_INITIAL(filterResource, FilterResource)
  /external/webkit/Source/WebCore/rendering/style/
SVGRenderStyle.h 312 String filterResource() const { return resources->filter; }
321 bool hasFilter() const { return !filterResource().isEmpty(); }
  /external/webkit/Source/WebCore/rendering/svg/
SVGRenderTreeAsText.cpp 740 if (!svgStyle->filterResource().isEmpty()) {
741 if (RenderSVGResourceFilter* filter = getRenderSVGResourceById<RenderSVGResourceFilter>(object.document(), svgStyle->filterResource())) {
744 writeNameAndQuotedValue(ts, "filter", svgStyle->filterResource());
SVGResources.cpp 221 AtomicString id(style->filterResource());

Completed in 87 milliseconds