OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fGammaExponent
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkDeviceProfile.h
77
float getFontGammaExponent() const { return
fGammaExponent
; }
90
float
fGammaExponent
;
SkDeviceProfile.cpp
28
fGammaExponent
= pin(gammaExp, 0, 10);
/external/skia/src/core/
SkDeviceProfile.h
77
float getFontGammaExponent() const { return
fGammaExponent
; }
90
float
fGammaExponent
;
SkDeviceProfile.cpp
28
fGammaExponent
= pin(gammaExp, 0, 10);
Completed in 235 milliseconds