OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:encodeXY
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/effects/
SkMatrixConvolutionImageFilter.cpp
513
int
encodeXY
(int x, int y) {
516
return 0x40 |
encodeXY
(y, x);
526
EffectKey key =
encodeXY
(m.kernelSize().width(), m.kernelSize().height());
/external/skia/src/effects/
SkMatrixConvolutionImageFilter.cpp
513
int
encodeXY
(int x, int y) {
516
return 0x40 |
encodeXY
(y, x);
526
EffectKey key =
encodeXY
(m.kernelSize().width(), m.kernelSize().height());
Completed in 5233 milliseconds