OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:alphaInfo
(Results
1 - 2
of
2
) sorted by null
/external/opencv/otherlibs/highgui/
grfmt_imageio.cpp
139
CGImageAlphaInfo
alphaInfo
;
147
alphaInfo
= kCGImageAlphaNone;
153
alphaInfo
= kCGImageAlphaNoneSkipLast;
171
alphaInfo
);
/external/pdfium/core/src/fxge/apple/
fx_quartz_device.cpp
156
CGImageAlphaInfo
alphaInfo
= CGImageGetAlphaInfo(image);
157
if (kCGImageAlphaPremultipliedFirst ==
alphaInfo
||
158
kCGImageAlphaPremultipliedLast ==
alphaInfo
||
159
kCGImageAlphaOnly ==
alphaInfo
) {
[
all
...]
Completed in 903 milliseconds