Searched refs:countLines (Results 1 – 9 of 9) sorted by relevance
284 int SkCodec::getScanlines(void* dst, int countLines, size_t rowBytes) { in getScanlines() argument290 if (countLines <= 0 || fCurrScanline + countLines > fDstInfo.height()) { in getScanlines()294 const int linesDecoded = this->onGetScanlines(dst, countLines, rowBytes); in getScanlines()295 if (linesDecoded < countLines) { in getScanlines()297 countLines, linesDecoded); in getScanlines()299 fCurrScanline += countLines; in getScanlines()303 bool SkCodec::skipScanlines(int countLines) { in skipScanlines() argument309 if (countLines < 0 || fCurrScanline + countLines > fDstInfo.height()) { in skipScanlines()316 bool result = this->onSkipScanlines(countLines); in skipScanlines()317 fCurrScanline += countLines; in skipScanlines()
393 int getScanlines(void* dst, int countLines, size_t rowBytes);412 bool skipScanlines(int countLines);
269 int SkTextBox::countLines() const { in countLines() function in SkTextBox275 return this->countLines() * spacing; in getTextHeight()
60 int countLines() const;
FindCommentStartTest.class FindCommentStartTest.java package FindCommentStartTest extends junit.framework.TestCase { public void <init ...
212 countLines(); in getNumLines()222 void countLines() const;
2820 void ASTUnit::PreambleData::countLines() const { in countLines() function in ASTUnit::PreambleData
META-INF/ META-INF/MANIFEST.MF antlr/ antlr/ActionElement.class ActionElement ...
META-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/ ...