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

/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeElem.c784 Pixmap bitmap1, bitmap2; local
792 BITMAP_FOR_STATE(bitmap2, bitmap, args->states.state2)
793 if (bitmap1 != bitmap2) {
794 if ((bitmap1 != None) && (bitmap2 != None)) {
797 Tk_SizeOfBitmap(tree->display, bitmap2, &w2, &h2);
H A DtkTreeItem.c839 Pixmap bitmap1, bitmap2; local
885 bitmap2 = PerStateBitmap_ForState(tree, &tree->buttonBitmap, state, NULL);
886 if (bitmap2 != None) {
887 Tk_SizeOfBitmap(tree->display, bitmap2, &w2, &h2);
888 ptr2 = (void *) bitmap2;

Completed in 193 milliseconds