OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkLight
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/effects/
SkLightingImageFilter.cpp
165
template <class LightingType, class LightType> void lightBitmap(const LightingType& lightingType, const
SkLight
* light, const SkBitmap& src, SkBitmap* dst, SkScalar surfaceScale, const SkIRect& bounds) {
264
SkDiffuseLightingImageFilter(
SkLight
* light, SkScalar surfaceScale,
287
SkSpecularLightingImageFilter(
SkLight
* light, SkScalar surfaceScale, SkScalar ks, SkScalar shininess, SkImageFilter* input, const SkIRect* cropRect);
313
GrLightingEffect(GrTexture* texture, const
SkLight
* light, SkScalar surfaceScale, const SkIPoint& offset);
316
const
SkLight
* light() const { return fLight; }
331
const
SkLight
* fLight;
339
const
SkLight
* light,
362
const
SkLight
* light,
375
const
SkLight
* light,
400
const
SkLight
* light
[
all
...]
/external/skia/src/effects/
SkLightingImageFilter.cpp
165
template <class LightingType, class LightType> void lightBitmap(const LightingType& lightingType, const
SkLight
* light, const SkBitmap& src, SkBitmap* dst, SkScalar surfaceScale, const SkIRect& bounds) {
264
SkDiffuseLightingImageFilter(
SkLight
* light, SkScalar surfaceScale,
287
SkSpecularLightingImageFilter(
SkLight
* light, SkScalar surfaceScale, SkScalar ks, SkScalar shininess, SkImageFilter* input, const SkIRect* cropRect);
313
GrLightingEffect(GrTexture* texture, const
SkLight
* light, SkScalar surfaceScale, const SkIPoint& offset);
316
const
SkLight
* light() const { return fLight; }
331
const
SkLight
* fLight;
339
const
SkLight
* light,
362
const
SkLight
* light,
375
const
SkLight
* light,
400
const
SkLight
* light
[
all
...]
Completed in 191 milliseconds