Home
last modified time | relevance | path

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

/dports/x11-fonts/fontmatrix/fontmatrix-0.9.100/src/
H A Dfontitem.h221 bool m_isEncoded; variable
H A Dfontitem.cpp222 m_isEncoded = false; in FontItem()
348 m_isEncoded = false; in FontItem()
474 m_isEncoded = true; in encodeFace()
497 m_isEncoded = true; in encodeFace()
1926 if ( m_isEncoded ) in renderAll()
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibEncoder/
H A DTEncCfg.h71 Bool m_isEncoded; member
86 , m_isEncoded(false) in GOPEntry()
407 …Void setEncodedFlag ( Int i, Bool value ) { m_GOPList[i].m_isEncoded = val… in setEncodedFlag()
H A DTEncGOP.cpp1764 bothFieldsAreEncoded = m_pcCfg->getGOPEntry(i).m_isEncoded; in compressGOP()