Lines Matching refs:bool

149 -   bool isValid = true;
150 + bool isTableValid = true;
270 bool GlyfPoints(gr::gid16 nGlyphId, const void * pGlyf,
274 int * prgnX, int * prgnY, bool * prgfOnCurve, size_t cnPoints)
282 bool SegmentPainter::drawSelectionRange(int ichwAnchor, int ichwEnd,
283 - float ydLineTop, float ydLineBottom, bool bOn)
284 + float ydLineTop, float ydLineBottom, bool /*bOn*/)
292 - int ichwIP, bool fAssocPrev, bool bOn, bool fForceSplit,
293 + int ichwIP, bool fAssocPrev, bool /*bOn*/, bool fForceSplit,
301 - bool fAssocPrev, Rect * prdRet)
302 + bool /*fAssocPrev*/, Rect * prdRet)
309 bool SegmentPainter::AtEdgeOfCluster(GrSlotOutput * psloutBase, int isloutBase,
310 - GrSlotOutput * pslout, int islout, bool fBefore)
311 + GrSlotOutput * /*pslout*/, int islout, bool fBefore)
379 bool GrBufferIStream::Open(std::wstring stuFileName, int kMode)
381 -bool GrBufferIStream::Open(const char * pcFileName, std::ios::openmode kMode)
382 +bool GrBufferIStream::Open(const char * /*pcFileName*/, std::ios::openmode /*kMode*/)
394 +bool GrCharStream::AtUnicodeCharBoundary(utf8 * prgchs, int cchs, int ichs, UtfType /*utf*/)
396 bool GrCharStream::AtUnicodeCharBoundary(utf8 * prgchs, int cchs, int ichs, UtfType utf)
480 -void GrEngine::GetStyles(Font * pfont, int ichwMin, bool * pfBold, bool * pfItalic)
481 +void GrEngine::GetStyles(Font * pfont, int /*ichwMin*/, bool * pfBold, bool * pfItalic)
490 +void GrEngine::SwitchGraphicsFont(bool /*fBase*/)
492 void GrEngine::SwitchGraphicsFont(bool fBase)
527 -bool GrFSM::ReadFromFont(GrIStream & grstrm, int fxdVersion)
528 +bool GrFSM::ReadFromFont(GrIStream & grstrm, int /*fxdVersion*/)
536 -bool GrFSM::ReadStateTableFromFont(GrIStream & grstrm, int fxdVersion)
537 +bool GrFSM::ReadStateTableFromFont(GrIStream & grstrm, int /*fxdVersion*/)
547 -bool GrLangTable::ReadFromFont(GrIStream * pgrstrm, int fxdVersion)
548 +bool GrLangTable::ReadFromFont(GrIStream * pgrstrm, int /*fxdVersion*/)
605 float xsSpaceAllotted, bool fWidthIsCharCount, bool fInfiniteWidth,
606 - bool fHaveLineBreak, bool fMustBacktrack, LineBrk lbMax, TrWsHandling twsh,
607 + bool fHaveLineBreak, bool fMustBacktrack, LineBrk /*lbMax*/, TrWsHandling twsh,
636 - bool fFirst)
637 + bool /*fFirst*/)
645 - bool fFirst)
646 + bool /*fFirst*/)
664 bool ReadFromFont(GrIStream & grstrm, int fxdSilfVersion, int fxdRuleVersion, int nOffset);
749 void GrPass::DoPutSubs3(GrTableManager * ptman, bool fInserting,
758 void GrPass::DoPutSubsAux(GrTableManager * ptman, bool fInserting, gid16 nGlyphReplacement,
761 bool fAtSegMin, bool fAtSegLim)
793 -void GrPass::DoAssoc(int cnAssocs, std::vector<int> & vnAssocs, bool fInserting,
794 +void GrPass::DoAssoc(int cnAssocs, std::vector<int> & vnAssocs, bool /*fInserting*/,
803 +void GrPass::DoSetAttr(GrTableManager * ptman, ActionCommand op, bool /*fInserting*/,
805 void GrPass::DoSetAttr(GrTableManager * ptman, ActionCommand op, bool fInserting,
814 - int nSlotRef, bool fInserting,
815 + int nSlotRef, bool /*fInserting*/,
842 -void GrPass::DoPushGlyphAttr(GrTableManager * ptman, int nSlotRef, bool fInserting,
843 +void GrPass::DoPushGlyphAttr(GrTableManager * ptman, int nSlotRef, bool /*fInserting*/,
851 -void GrPass::DoPushAttToGlyphAttr(GrTableManager * ptman, int nSlotRef, bool fInserting,
852 +void GrPass::DoPushAttToGlyphAttr(GrTableManager * ptman, int nSlotRef, bool /*fInserting*/,
860 -void GrPass::DoPushGlyphMetric(GrTableManager * ptman, int nSlotRef, bool fInserting,
861 +void GrPass::DoPushGlyphMetric(GrTableManager * ptman, int nSlotRef, bool /*fInserting*/,
869 -void GrPass::DoPushAttToGlyphMetric(GrTableManager * ptman, int nSlotRef, bool fInserting,
870 +void GrPass::DoPushAttToGlyphMetric(GrTableManager * ptman, int nSlotRef, bool /*fInserting*/,
887 -void GrPass::DoPushFeatValue(GrTableManager * ptman, int nSlotRef, bool fInserting,
889 +void GrPass::DoPushFeatValue(GrTableManager * /*ptman*/, int nSlotRef, bool /*fInserting*/,
891 +void GrPass::DoPushFeatValue(GrTableManager * /*ptman*/, int nSlotRef, bool fInserting,
963 - int nLevel, bool fThorough)
964 + GrSlotStream * psstrmNext, int nLevel, bool fThorough)
1070 + void SetPosPassIndex(int islot, bool /*fInputToPosPass1*/)
1072 void SetPosPassIndex(int islot, bool fInputToPosPass1)
1081 - bool IsInitialLineBreak(gid16 chwLB)
1082 + bool IsInitialLineBreak(gid16 /*chwLB*/)
1087 - bool IsFinalLineBreak(gid16 chwLB)
1088 + bool IsFinalLineBreak(gid16 /*chwLB*/)
1105 - int nLevel, bool fThorough = false);
1106 + GrSlotStream * psstrmNext, int nLevel, bool fThorough = false);
1166 +GrSlotState * GrSlotStream::PeekBack(int dislot, bool /*fNullOkay*/)
1168 GrSlotState * GrSlotStream::PeekBack(int dislot, bool fNullOkay)
1194 - int islotPrevBreak, bool fInsertedLB, int islotStartTry,
1195 + int /*islotPrevBreak*/, bool /*fInsertedLB*/, int islotStartTry,
1217 bool fSkipChunkStart, bool fBackingUp)
1226 bool fSkipChunkStart, int cslotReprocess, bool fBackingUp)
1305 bool fNullOkay)
1365 + void SetSegMin(int islot, bool /*fAdjusting*/ = false)
1367 void SetSegMin(int islot, bool fAdjusting = false)
1373 - void SetSegMinToWritePos(bool fMod = true)
1374 + void SetSegMinToWritePos(bool /*fMod*/ = true)
1384 bool fNullOkay = false);
1410 bool GrTableManager::Backtrack(int * pislotPrevBreak,
1411 - LineBrk * plbMin, LineBrk lbMax, TrWsHandling twsh, bool fMoreText,
1412 + LineBrk * plbMin, LineBrk lbMax, TrWsHandling twsh, bool /*fMoreText*/,
1413 int ichwCallerBtLim, bool fEndLine,
1420 - Segment * pseg, bool fWidthIsCharCount,
1421 + Segment * pseg, bool /*fWidthIsCharCount*/,
1422 TrWsHandling twsh, bool fParaRtl, int nDirDepth)
1454 +void GrTableManager::CalcPositionsUpTo(int ipass, GrSlotState * pslotLast, bool fMidPass,
1482 bool fRtl = RightToLeft();
1550 bool GPointToXY(gid16 chwGlyphID, int nGPoint, float * xs, float * ys);
1553 + void CalcPositionsUpTo(int ipass, GrSlotState * pslotLast, bool fMidPass,
1574 - bool fStartLine, bool fEndLine, bool fSkipSpace)
1575 + bool /*fStartLine*/, bool /*fEndLine*/, bool fSkipSpace)
1584 + TrWsHandling twsh, bool fParaRtl, int nDirDepth, bool /*fEmpty*/)
1586 TrWsHandling twsh, bool fParaRtl, int nDirDepth, bool fEmpty)
1631 - float dxsGlyphWidth, float dysGlyphHeight, bool * pfAfter)
1632 + float dxsGlyphWidth, float /*dysGlyphHeight*/, bool * pfAfter)
1807 -bool GrUtfTextSrc::getRightToLeft(gr::toffset ich)
1808 +bool GrUtfTextSrc::getRightToLeft(gr::toffset /*ich*/)
1838 bool
1847 bool
1874 virtual bool getItalic(gr::toffset ich);
1875 virtual bool getRightToLeft(gr::toffset ich);
1883 - virtual bool sameSegment(gr::toffset ich1, gr::toffset ich2) { return true; };
1884 + virtual bool sameSegment(gr::toffset /*ich1*/, gr::toffset /*ich2*/) { return true; };
1887 bool checkBuffer8();
1943 bool showValues, int valueFound, int valueExpected)
1952 -bool SimpleTextSrc::getRightToLeft(toffset ich)
1953 +bool SimpleTextSrc::getRightToLeft(toffset /*ich*/)
2018 - virtual bool sameSegment(toffset ich1, toffset ich2)
2019 + virtual bool sameSegment(toffset /*ich1*/, toffset /*ich2*/)
2138 bool WinFont::LogFontHashFuncs::operator() (const WinFont::LogFontWrapper & key1,
2183 bool operator==(const FontCacheValue & val) const
2210 - virtual bool getRightToLeft(toffset ich)
2211 + virtual bool getRightToLeft(toffset /*ich*/)
2373 static Segment * LineContextSegment(Segment & seg, bool fStartLine, bool fEndLine);
2415 bool fRet = true;
2450 - bool operator==(const GlyphSetIterator & rhs) const throw() { return m_vit == rhs.m_vit; }
2451 + bool operator==(const GlyphSetIterator & rhs) const throw() { return (m_qvislout == NULL) || (m…
2452 bool operator!=(const GlyphSetIterator & rhs) const throw() { return !(*this == rhs); }