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

  /external/webkit/Source/WebCore/platform/graphics/ca/
PlatformCALayer.h 54 enum FilterType { Linear, Nearest, Trilinear };
GraphicsLayerCA.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWin.cpp 63 case PlatformCALayer::Trilinear: return kCACFFilterTrilinear;
  /external/webkit/Source/WebCore/platform/graphics/win/
GraphicsLayerCACF.cpp 672 // FIXME: maybe only do trilinear if the image is being scaled down,
674 m_contentsLayer->setMinificationFilter(WKCACFLayer::Trilinear);
  /external/webkit/Source/WebCore/platform/graphics/ca/mac/
PlatformCALayerMac.mm 142 case PlatformCALayer::Trilinear: return kCAFilterTrilinear;

Completed in 433 milliseconds