OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:otherat
(Results
1 - 1
of
1
) sorted by null
/external/skia/tests/
CodexTest.cpp
128
SkAlphaType
otherAt
= info.alphaType();
129
if (kPremul_SkAlphaType ==
otherAt
) {
130
otherAt
= kUnpremul_SkAlphaType;
132
otherAt
= kPremul_SkAlphaType;
135
test_info(r, codec, info.makeAlphaType(
otherAt
), expectedResult, nullptr);
[
all
...]
Completed in 145 milliseconds