Home
last modified time | relevance | path

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

/dports/textproc/wv/wv-1.2.9/
H A Dfbse.c288 amf->m_rcBounds.bottom = read_32ubit (fd); in wvGetMetafile()
289 amf->m_rcBounds.top = read_32ubit (fd); in wvGetMetafile()
290 amf->m_rcBounds.right = read_32ubit (fd); in wvGetMetafile()
291 amf->m_rcBounds.left = read_32ubit (fd); in wvGetMetafile()
323 dest->m_rcBounds.bottom = src->m_rcBounds.bottom; in wvCopyMetafile()
324 dest->m_rcBounds.top = src->m_rcBounds.top; in wvCopyMetafile()
325 dest->m_rcBounds.right = src->m_rcBounds.right; in wvCopyMetafile()
326 dest->m_rcBounds.left = src->m_rcBounds.left; in wvCopyMetafile()
H A Dpicf.c480 …ompression) + sizeof(amf.m_fFilter)+ sizeof(amf.m_ptSize) + sizeof(amf.m_rcBounds) + sizeof(amf.m_… in PutWord8MetafileHeader()
489 amf.m_rcBounds.bottom = apicf->dyaCropBottom; in PutWord8MetafileHeader()
490 amf.m_rcBounds.top = apicf->dyaCropTop; in PutWord8MetafileHeader()
491 amf.m_rcBounds.left = apicf->dxaCropRight; in PutWord8MetafileHeader()
492 amf.m_rcBounds.right = apicf->dxaCropLeft; in PutWord8MetafileHeader()
H A Dwv.h3352 RECT m_rcBounds; /* Boundary of metafile drawing commands */ member
/dports/editors/calligra/calligra-3.2.1/filters/words/msword-odf/wv2/src/
H A Dgraphics.cpp260 m_rcBounds = 0; in Blip()
272 m_rcBounds = stream->readU32(); //boundary of metafile drawing commands in Blip()
329 wvlog << " m_rcBounds = " << m_rcBounds << endl; in dump()
H A Dgraphics.h181 U32 m_rcBounds; variable
/dports/textproc/wv2/wv2-0.4.2/src/
H A Dgraphics.cpp245 m_rcBounds = 0; in Blip()
257 m_rcBounds = stream->readU32(); //boundary of metafile drawing commands in Blip()
314 wvlog << " m_rcBounds = " << m_rcBounds << std::endl; in dump()
H A Dgraphics.h171 U32 m_rcBounds; variable