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

  /external/webkit/Source/WebCore/platform/graphics/ca/
PlatformCALayer.h 159 void setMinificationFilter(FilterType);
GraphicsLayerCA.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/ca/mac/
PlatformCALayerMac.mm 596 void PlatformCALayer::setMinificationFilter(FilterType value)
600 [m_layer.get() setMinificationFilter:toCAFilterType(value)];
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWin.cpp 470 void PlatformCALayer::setMinificationFilter(FilterType value)
  /external/webkit/Source/WebCore/platform/graphics/win/
GraphicsLayerCACF.cpp 674 m_contentsLayer->setMinificationFilter(WKCACFLayer::Trilinear);

Completed in 233 milliseconds