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

  /external/webkit/Source/WebCore/platform/graphics/filters/
FEDiffuseLighting.h 42 bool setSurfaceScale(float);
FESpecularLighting.h 40 bool setSurfaceScale(float);
FEDiffuseLighting.cpp 68 bool FEDiffuseLighting::setSurfaceScale(float surfaceScale)
FESpecularLighting.cpp 70 bool FESpecularLighting::setSurfaceScale(float surfaceScale)
  /external/webkit/Source/WebCore/svg/
SVGFEDiffuseLightingElement.cpp 98 return diffuseLighting->setSurfaceScale(surfaceScale());
SVGFESpecularLightingElement.cpp 103 return specularLighting->setSurfaceScale(surfaceScale());

Completed in 110 milliseconds