Home | History | Annotate | Download | only in hwui

Lines Matching full:xfermode

395                 int xferMode = getInt();
396 LOGD("%s%s 0x%x %d", (char*) indent, OP_NAMES[op], color, xferMode);
746 int xferMode = getInt();
747 DISPLAY_LIST_LOGD("%s%s 0x%x %d", (char*) indent, OP_NAMES[op], color, xferMode);
748 renderer.drawColor(color, (SkXfermode::Mode) xferMode);