HomeSort by relevance Sort by last modified time
    Searched refs:countLines (Results 1 - 9 of 9) sorted by null

  /external/skia/include/utils/
SkTextBox.h 67 int countLines() const;
81 static int CountLines(const char text[], size_t len, const SkPaint&, SkScalar width);
  /libcore/luni/src/test/java/tests/api/java/lang/
ProcessManagerTest.java 186 int before = countLines(process);
193 int after = countLines(process);
205 private int countLines(Process process) throws IOException {
  /external/skia/src/views/
SkTextBox.cpp 76 int SkTextLineBreaker::CountLines(const char text[], size_t len, const SkPaint& paint, SkScalar width)
183 int count = SkTextLineBreaker::CountLines(text, textStop - text, paint, marginWidth);
229 int SkTextBox::countLines() const {
230 return SkTextLineBreaker::CountLines(fText, fLen, *fPaint, fBox.width());
235 return this->countLines() * spacing;
  /external/clang/include/clang/Frontend/
ASTUnit.h 193 countLines();
203 void countLines() const;
  /external/webkit/Source/WebCore/css/
CSSParser.h 275 void countLines();
CSSParser.cpp     [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 232 milliseconds