HomeSort by relevance Sort by last modified time
    Searched refs:countText (Results 1 - 25 of 40) sorted by null

1 2

  /external/skia/gm/
skbug_5321.cpp 23 int glyph_count = paint.countText(text, byteLength);
skbug_257.cpp 35 int count = paint.countText(text, textLen);
51 int count = paint.countText(text, textLen);
drawatlas.cpp 109 int count = paint.countText(text, length);
  /external/skqp/gm/
skbug_5321.cpp 23 int glyph_count = paint.countText(text, byteLength);
skbug_257.cpp 35 int count = paint.countText(text, textLen);
51 int count = paint.countText(text, textLen);
drawatlas.cpp 109 int count = paint.countText(text, length);
  /external/skqp/src/gpu/text/
GrTextUtils.cpp 85 if (!paint.countText(text, byteLength)) {
113 if (!origPaint.countText(text, byteLength)) {
  /external/skia/include/core/
SkFont.h 151 int countText(const void* text, size_t byteLength, SkTextEncoding encoding) {
SkPaint.h     [all...]
  /external/skqp/include/core/
SkFont.h 151 int countText(const void* text, size_t byteLength, SkTextEncoding encoding) {
SkPaint.h     [all...]
  /external/skia/tools/shape/
SkShaper_primitive.cpp 44 int glyphCount = paint.countText(utf8text, textBytes);
  /external/skqp/tools/shape/
SkShaper_primitive.cpp 44 int glyphCount = paint.countText(utf8text, textBytes);
  /external/skia/src/core/
SkRecorder.cpp 258 const int points = paint.countText(text, byteLength);
268 const int points = paint.countText(text, byteLength);
293 this->copy(xform, paint.countText(text, byteLength)),
SkPictureRecord.cpp 568 int points = paint.countText(text, byteLength);
585 int points = paint.countText(text, byteLength);
618 const int count = paint.countText(text, byteLength);
SkLiteDL.cpp 645 int n = paint.countText(text, bytes);
651 int n = paint.countText(text, bytes);
662 int n = paint.countText(text, bytes);
  /external/skqp/src/core/
SkRecorder.cpp 258 const int points = paint.countText(text, byteLength);
268 const int points = paint.countText(text, byteLength);
293 this->copy(xform, paint.countText(text, byteLength)),
SkPictureRecord.cpp 568 int points = paint.countText(text, byteLength);
585 int points = paint.countText(text, byteLength);
618 const int count = paint.countText(text, byteLength);
SkLiteDL.cpp 645 int n = paint.countText(text, bytes);
651 int n = paint.countText(text, bytes);
662 int n = paint.countText(text, bytes);
  /external/skia/src/utils/
SkTextBox.cpp 290 const int count = paint.countText(text, length);
  /external/skqp/src/utils/
SkTextBox.cpp 290 const int count = paint.countText(text, length);
  /external/skia/src/pipe/
SkPipeCanvas.cpp 605 writer.writePointArray(pos, paint.countText(text, byteLength));
621 writer.writeScalarArray(xpos, paint.countText(text, byteLength));
667 int count = paint.countText(text, byteLength);
    [all...]
SkPipeReader.cpp 363 SkASSERT(paint.countText(text, len) == count);
378 SkASSERT(paint.countText(text, len) == count);
421 SkASSERT(paint.countText(text, len) == count);
    [all...]
  /external/skqp/src/pipe/
SkPipeCanvas.cpp 605 writer.writePointArray(pos, paint.countText(text, byteLength));
621 writer.writeScalarArray(xpos, paint.countText(text, byteLength));
667 int count = paint.countText(text, byteLength);
    [all...]
SkPipeReader.cpp 363 SkASSERT(paint.countText(text, len) == count);
378 SkASSERT(paint.countText(text, len) == count);
421 SkASSERT(paint.countText(text, len) == count);
    [all...]

Completed in 391 milliseconds

1 2