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

/macosx-10.9.5/tcl-102/tk/tk/generic/
H A Dtk3d.h38 int resourceRefCount; /* Number of active uses of this color (each member in struct:TkBorder
46 * resourceRefCount and objRefCount are both
H A DtkColor.h48 int resourceRefCount; /* Number of active uses of this color (each member in struct:TkColor
56 * when resourceRefCount and objRefCount are
H A DtkColor.c111 if (tkColPtr->resourceRefCount == 0) {
121 tkColPtr->resourceRefCount++;
140 tkColPtr->resourceRefCount++;
214 tkColPtr->resourceRefCount++;
253 tkColPtr->resourceRefCount = 1;
320 tkColPtr->resourceRefCount++;
335 tkColPtr->resourceRefCount = 1;
469 tkColPtr->resourceRefCount--;
470 if (tkColPtr->resourceRefCount > 0) {
572 && (tkColPtr->resourceRefCount
[all...]
H A DtkCursor.c113 if (cursorPtr->resourceRefCount == 0) {
122 cursorPtr->resourceRefCount++;
140 cursorPtr->resourceRefCount++;
251 cursorPtr->resourceRefCount++;
273 cursorPtr->resourceRefCount = 1;
349 cursorPtr->resourceRefCount++;
374 cursorPtr->resourceRefCount = 1;
468 cursorPtr->resourceRefCount--;
469 if (cursorPtr->resourceRefCount > 0) {
592 && (cursorPtr->resourceRefCount
[all...]
H A DtkBitmap.c60 int resourceRefCount; /* Number of active uses of this bitmap (each member in struct:TkBitmap
68 * when resourceRefCount and objRefCount are
180 if (bitmapPtr->resourceRefCount == 0) {
190 bitmapPtr->resourceRefCount++;
209 bitmapPtr->resourceRefCount++;
329 bitmapPtr->resourceRefCount++;
424 bitmapPtr->resourceRefCount = 1;
617 bitmapPtr->resourceRefCount--;
618 if (bitmapPtr->resourceRefCount > 0) {
740 && (bitmapPtr->resourceRefCount
[all...]
H A Dtk3d.c103 if (borderPtr->resourceRefCount == 0) {
113 borderPtr->resourceRefCount++;
141 borderPtr->resourceRefCount++;
213 borderPtr->resourceRefCount++;
238 borderPtr->resourceRefCount = 1;
433 borderPtr->resourceRefCount--;
434 if (borderPtr->resourceRefCount > 0) {
539 && (borderPtr->resourceRefCount == 0)) {
1277 && (borderPtr->resourceRefCount > 0)
1373 * the resourceRefCount an
[all...]
H A DtkFont.h95 int resourceRefCount; /* Number of active uses of this font (each member in struct:TkFont
103 * resourceRefCount and objRefCount are both
H A DtkFont.c1125 if (oldFontPtr->resourceRefCount == 0) {
1134 oldFontPtr->resourceRefCount++;
1156 fontPtr->resourceRefCount++;
1218 fontPtr->resourceRefCount = 1;
1306 if (fontPtr->resourceRefCount == 0) {
1445 fontPtr->resourceRefCount--;
1446 if (fontPtr->resourceRefCount > 0) {
1539 if ((fontPtr->resourceRefCount == 0) && (fontPtr->objRefCount == 0)) {
3854 * the resourceRefCount and objRefCount fields from the TkFont structure.
3883 Tcl_NewIntObj(fontPtr->resourceRefCount));
[all...]
H A DtkInt.h124 int resourceRefCount; /* Number of active uses of this cursor (each member in struct:TkCursor
131 * structure is freed when resourceRefCount
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkColor.c113 if (tkColPtr->resourceRefCount == 0) {
123 tkColPtr->resourceRefCount++;
142 tkColPtr->resourceRefCount++;
217 tkColPtr->resourceRefCount++;
257 tkColPtr->resourceRefCount = 1;
323 tkColPtr->resourceRefCount++;
338 tkColPtr->resourceRefCount = 1;
478 tkColPtr->resourceRefCount--;
479 if (tkColPtr->resourceRefCount > 0) {
583 && (tkColPtr->resourceRefCount
[all...]
H A Dtk3d.h40 int resourceRefCount; /* Number of active uses of this color (each member in struct:TkBorder
48 * resourceRefCount and objRefCount are
H A DtkColor.h49 int resourceRefCount; /* Number of active uses of this color (each member in struct:TkColor
57 * when resourceRefCount and objRefCount
H A DtkCursor.c116 if (cursorPtr->resourceRefCount == 0) {
124 cursorPtr->resourceRefCount++;
142 cursorPtr->resourceRefCount++;
256 cursorPtr->resourceRefCount++;
278 cursorPtr->resourceRefCount = 1;
357 cursorPtr->resourceRefCount++;
384 cursorPtr->resourceRefCount = 1;
481 cursorPtr->resourceRefCount--;
482 if (cursorPtr->resourceRefCount > 0) {
606 && (cursorPtr->resourceRefCount
[all...]
H A DtkBitmap.c61 int resourceRefCount; /* Number of active uses of this bitmap (each member in struct:TkBitmap
69 * when resourceRefCount and objRefCount
183 if (bitmapPtr->resourceRefCount == 0) {
193 bitmapPtr->resourceRefCount++;
212 bitmapPtr->resourceRefCount++;
332 bitmapPtr->resourceRefCount++;
429 bitmapPtr->resourceRefCount = 1;
626 bitmapPtr->resourceRefCount--;
627 if (bitmapPtr->resourceRefCount > 0) {
751 && (bitmapPtr->resourceRefCount
[all...]
H A Dtk3d.c102 if (borderPtr->resourceRefCount == 0) {
112 borderPtr->resourceRefCount++;
142 borderPtr->resourceRefCount++;
214 borderPtr->resourceRefCount++;
239 borderPtr->resourceRefCount = 1;
439 borderPtr->resourceRefCount--;
440 if (borderPtr->resourceRefCount > 0) {
546 && (borderPtr->resourceRefCount == 0)) {
1300 && (borderPtr->resourceRefCount > 0)
1396 * contain the resourceRefCount an
[all...]
H A DtkFont.h95 int resourceRefCount; /* Number of active uses of this font (each member in struct:TkFont
103 * when resourceRefCount and objRefCount
H A DtkFont.c1027 if (oldFontPtr->resourceRefCount == 0) {
1036 oldFontPtr->resourceRefCount++;
1058 fontPtr->resourceRefCount++;
1107 fontPtr->resourceRefCount = 1;
1195 if (fontPtr->resourceRefCount == 0) {
1334 fontPtr->resourceRefCount--;
1335 if (fontPtr->resourceRefCount > 0) {
1430 if ((fontPtr->resourceRefCount == 0) && (fontPtr->objRefCount == 0)) {
3728 * contain the resourceRefCount and objRefCount fields from the
3758 Tcl_NewIntObj(fontPtr->resourceRefCount));
[all...]
H A DtkInt.h99 int resourceRefCount; /* Number of active uses of this cursor (each member in struct:TkCursor
107 * resourceRefCount and objRefCount are

Completed in 225 milliseconds