Home
last modified time | relevance | path

Searched refs:cachedGrayplotUID (Results 1 – 1 of 1) sorted by relevance

/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos_blocks/src/c/
H A Dcmatview.c58 int cachedGrayplotUID; member
221 sco->scope.cachedGrayplotUID = 0; in getScoData()
431 if (sco->scope.cachedGrayplotUID) in getGrayplot()
433 return sco->scope.cachedGrayplotUID; in getGrayplot()
471 sco->scope.cachedGrayplotUID = iGrayplot; in getGrayplot()
472 return sco->scope.cachedGrayplotUID; in getGrayplot()