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

  /external/skia/src/core/
SkRecorder.cpp 220 const unsigned points = paint.countText(text, byteLength);
230 const unsigned points = paint.countText(text, byteLength);
SkPictureRecord.cpp 626 int points = paint.countText(text, byteLength);
644 int points = paint.countText(text, byteLength);
    [all...]
SkRecordDraw.cpp 469 const int N = op.paint.countText(op.text, op.byteLength);
480 const int N = op.paint.countText(op.text, op.byteLength);
SkPaint.cpp 1075 return this->countText(textData, byteLength);
    [all...]
  /external/skia/src/utils/
SkTextBox.cpp 290 const int count = paint.countText(text, length);
  /external/skia/include/core/
SkPaint.h     [all...]
  /external/skia/src/utils/debugger/
SkDrawCommand.cpp 558 size_t numPts = paint.countText(text, byteLength);
584 size_t numPts = paint.countText(text, byteLength);
  /external/skia/src/svg/
SkSVGDevice.cpp 126 int count = paint.countText(text, byteLen);
  /external/skia/src/gpu/
GrAtlasTextContext.cpp 699 int glyphCount = skPaint.countText(text, byteLength);
    [all...]

Completed in 379 milliseconds