Searched refs:ct1 (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DBitmap.cpp1318 SkColorTable* ct1 = bm1.getColorTable(); local
1319 if (NULL == ct0 || NULL == ct1) {
1322 if (ct0->count() != ct1->count()) {
1327 if (memcmp(ct0->readColors(), ct1->readColors(), size) != 0) {

Completed in 502 milliseconds