Searched defs:countLines (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/codec/
H A DSkCodec.cpp284 int SkCodec::getScanlines(void* dst, int countLines, size_t rowBytes) { argument
290 if (countLines <= 0 || fCurrScanline + countLines > fDstInfo.height()) {
294 const int linesDecoded = this->onGetScanlines(dst, countLines, rowBytes);
295 if (linesDecoded < countLines) {
297 countLines, linesDecoded);
299 fCurrScanline += countLines;
303 bool SkCodec::skipScanlines(int countLines) { argument
309 if (countLines < 0 || fCurrScanline + countLines > fDstInf
[all...]
/external/skia/src/utils/
H A DSkTextBox.cpp269 int SkTextBox::countLines() const { function in class:SkTextBox
275 return this->countLines() * spacing;
/external/guice/lib/build/
H A Dmunge.jarFindCommentStartTest.class FindCommentStartTest.java package public FindCommentStartTest extends junit.framework.TestCase { public void " href="/ ...
/external/clang/lib/Frontend/
H A DASTUnit.cpp2820 void ASTUnit::PreambleData::countLines() const { function in class:ASTUnit::PreambleData
/external/guice/extensions/persist/lib/
H A Dantlr-2.7.5h3.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ActionElement.class ActionElement.java package antlr ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 291 milliseconds