Home
last modified time | relevance | path

Searched refs:SetupTrueColorInfo (Results 1 – 6 of 6) sorted by last modified time

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dxpixmap.e115 extern int SetupTrueColorInfo ARGS_DECL((TrueColorInfo*));
H A Dxbitmap.c1888 return SetupTrueColorInfo(ptci);
H A Dxpixmap.c4829 int SetupTrueColorInfo(ptci) in SetupTrueColorInfo() function
4906 if (!SetupTrueColorInfo(&tci)) return NULL;
H A Dtgcwdl.c1740 if (!SetupTrueColorInfo(&pcwdi->tci) || !SetupHSPixmap(pcwdi) ||
H A Dimgproc.c200 SetupTrueColorInfo(&gThreshFillReplaceInfo.tci); in ResetThreshFillReplaceInfo()
723 if (!SetupTrueColorInfo(&tci)) return FALSE;
H A Dedit.c4091 if (fullTrueColorMode && !SetupTrueColorInfo(&tci)) return; in RemoveTransparentPixel()