Home
last modified time | relevance | path

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

/dports/textproc/libmwaw03/libmwaw-0.3.20/src/lib/
H A DMWAWPictMac.cxx697 std::shared_ptr<Bitmap> btmap(new Bitmap); in getSize() local
698 if (!btmap->read(input, packed, hasRgn)) return -1; in getSize()
755 std::shared_ptr<Bitmap> btmap(new Bitmap); in readValue() local
756 if (!btmap->read(input, packed, hasRgn)) return false; in readValue()
758 val.m_bitmap = btmap; in readValue()
H A DMsWksGraph.cxx560 MWAWPictBitmapIndexed *btmap = new MWAWPictBitmapIndexed(MWAWVec2i(m_numCols, m_numRows)); in getPictureData() local
561 if (!btmap) return false; in getPictureData()
562 btmap->setColors(palette); in getPictureData()
563 std::shared_ptr<MWAWPict> pict(btmap); in getPictureData()
570 btmap->setRow(i, value); in getPictureData()