Home
last modified time | relevance | path

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

/dports/science/jmol/jmol-14.32.7/src/org/jmol/adapter/readers/xtal/
H A DVaspPoscarReader.java144 boolean isSelective = discardLinesUntilNonBlank().toLowerCase().contains("selective"); in readCoordinates()
145 if (isSelective) in readCoordinates()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Dfillutil.cpp415 bool compute(const TPoint &pin, int ink, bool isSelective) { in compute() argument
455 inkSegmentFill(p, ink, isSelective, m_saver); in compute()
495 void inkSegmentFill(const TPoint &p, int ink, bool isSelective,
611 void InkSegmenter::inkSegmentFill(const TPoint &p, int ink, bool isSelective, in inkSegmentFill() argument
622 if (isSelective) oldInk = pix->getInk(); in inkSegmentFill()
635 (isSelective && pix->getInk() != oldInk)) in inkSegmentFill()
1101 float growFactor, bool isSelective, TTileSaverCM32 *saver) { in inkSegment() argument
1104 bool ret = is.compute(p, ink, isSelective); in inkSegment()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonz/
H A Drasterstrokegenerator.h59 bool isSelective() { return m_selective; } in isSelective() function
H A Dfill.h76 float growFactor, bool isSelective,
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnztools/
H A Dfingertool.cpp528 m_rasterTrack->getStyleId(), m_rasterTrack->isSelective(), in finishBrush()
H A Dpaintbrushtool.cpp584 m_rasterTrack->isSelective(), simLevel.getPointer(), frameId)); in finishBrush()
H A Drastererasertool.cpp1237 0, m_normalEraser->isSelective(), currentStyle, in leftButtonUp()
1686 m_normalEraser->isSelective(), in storeUndoAndRefresh()
H A Dtoonzrasterbrushtool.cpp1628 m_rasterTrack->getStyleId(), m_rasterTrack->isSelective(), in finishRasterBrush()