OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setPointsAt
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
LightSource.h
81
virtual bool
setPointsAt
(const FloatPoint3D&) { return false; }
SpotLightSource.h
51
virtual bool
setPointsAt
(const FloatPoint3D&) OVERRIDE;
SpotLightSource.cpp
108
bool SpotLightSource::
setPointsAt
(const FloatPoint3D& direction)
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEDiffuseLightingElement.cpp
111
return lightSource->
setPointsAt
(effect->filter()->resolve3dPoint(lightElement->pointsAt()));
SVGFESpecularLightingElement.cpp
118
return lightSource->
setPointsAt
(effect->filter()->resolve3dPoint(lightElement->pointsAt()));
Completed in 38 milliseconds