OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fLight
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/effects/
SkEmbossMaskFilter.cpp
62
:
fLight
(light), fBlurRadius(blurRadius)
64
normalize(
fLight
.fDirection);
100
Light light =
fLight
;
101
matrix.mapVectors((SkVector*)(void*)light.fDirection, (SkVector*)(void*)
fLight
.fDirection, 1);
108
SkPoint::Length(
fLight
.fDirection[0],
fLight
.fDirection[1]));
130
buffer.read(&
fLight
, sizeof(
fLight
));
131
SkASSERT(
fLight
.fPad == 0); // for the font-cache lookup to be clean
139
fLight
.fPad = 0; // for the font-cache lookup to be clea
[
all
...]
/external/skia/include/effects/
SkEmbossMaskFilter.h
54
Light
fLight
;
Completed in 9 milliseconds