OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fLight
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/skia/src/effects/
SkEmbossMaskFilter.cpp
60
:
fLight
(light), fBlurRadius(blurRadius) {
61
normalize(
fLight
.fDirection);
100
Light light =
fLight
;
102
(SkVector*)(void*)
fLight
.fDirection, 1);
109
SkPoint::Length(
fLight
.fDirection[0],
fLight
.fDirection[1]));
122
buffer.readByteArray(&
fLight
);
123
SkASSERT(
fLight
.fPad == 0); // for the font-cache lookup to be clean
130
Light tmpLight =
fLight
;
141
str->appendScalar(
fLight
.fDirection[0])
[
all
...]
SkLightingImageFilter.cpp
316
const SkLight* light() const { return
fLight
; }
331
const SkLight*
fLight
;
762
fLight
(light),
765
SkASSERT(
fLight
);
824
fLight
->unref();
830
fLight
= buffer.readFlattenableT<SkLight>();
836
buffer.writeFlattenable(
fLight
);
[
all
...]
/external/skia/src/effects/
SkEmbossMaskFilter.cpp
60
:
fLight
(light), fBlurRadius(blurRadius) {
61
normalize(
fLight
.fDirection);
100
Light light =
fLight
;
102
(SkVector*)(void*)
fLight
.fDirection, 1);
109
SkPoint::Length(
fLight
.fDirection[0],
fLight
.fDirection[1]));
122
buffer.readByteArray(&
fLight
);
123
SkASSERT(
fLight
.fPad == 0); // for the font-cache lookup to be clean
130
Light tmpLight =
fLight
;
141
str->appendScalar(
fLight
.fDirection[0])
[
all
...]
SkLightingImageFilter.cpp
316
const SkLight* light() const { return
fLight
; }
331
const SkLight*
fLight
;
762
fLight
(light),
765
SkASSERT(
fLight
);
824
fLight
->unref();
830
fLight
= buffer.readFlattenableT<SkLight>();
836
buffer.writeFlattenable(
fLight
);
[
all
...]
/external/chromium_org/third_party/skia/include/effects/
SkEmbossMaskFilter.h
43
Light
fLight
;
SkLightingImageFilter.h
83
const SkLight* light() const { return
fLight
; }
88
SkLight*
fLight
;
/external/skia/include/effects/
SkEmbossMaskFilter.h
43
Light
fLight
;
SkLightingImageFilter.h
83
const SkLight* light() const { return
fLight
; }
88
SkLight*
fLight
;
Completed in 952 milliseconds