OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gPairs
(Results
1 - 2
of
2
) sorted by null
/external/skia/tests/
BitmapCopyTest.cpp
52
static const Pair
gPairs
[] = {
78
for (size_t i = 0; i < SK_ARRAY_COUNT(
gPairs
); i++) {
80
setup_src_bitmaps(&srcOpaque, &srcPremul,
gPairs
[i].fColorType);
97
for (size_t j = 0; j < SK_ARRAY_COUNT(
gPairs
); j++) {
99
bool success = sk_tool_utils::copy_to(©,
gPairs
[j].fColorType, subset);
103
REPORTER_ASSERT(reporter,
gPairs
[i].fColorType !=
gPairs
[j].fColorType);
/external/skqp/tests/
BitmapCopyTest.cpp
52
static const Pair
gPairs
[] = {
78
for (size_t i = 0; i < SK_ARRAY_COUNT(
gPairs
); i++) {
80
setup_src_bitmaps(&srcOpaque, &srcPremul,
gPairs
[i].fColorType);
97
for (size_t j = 0; j < SK_ARRAY_COUNT(
gPairs
); j++) {
99
bool success = sk_tool_utils::copy_to(©,
gPairs
[j].fColorType, subset);
103
REPORTER_ASSERT(reporter,
gPairs
[i].fColorType !=
gPairs
[j].fColorType);
Completed in 3647 milliseconds