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

  /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 110 int count = paint.countText(text, length);
  /external/skia/include/core/
SkFont.h 151 int countText(const void* text, size_t byteLength, SkTextEncoding encoding) {
SkPaint.h 792 int countText(const void* text, size_t byteLength) const {
    [all...]
  /external/skia/tools/
SkShaper_primitive.cpp 40 int glyphCount = paint.countText(utf8text, textBytes);
  /external/skia/src/core/
SkRecorder.cpp 257 const int points = paint.countText(text, byteLength);
267 const int points = paint.countText(text, byteLength);
292 this->copy(xform, paint.countText(text, byteLength)),
SkPictureRecord.cpp 583 int points = paint.countText(text, byteLength);
600 int points = paint.countText(text, byteLength);
632 const int count = paint.countText(text, byteLength);
    [all...]
SkLiteDL.cpp 627 int n = paint.countText(text, bytes);
633 int n = paint.countText(text, bytes);
644 int n = paint.countText(text, bytes);
SkRecordDraw.cpp 470 const int N = op.paint.countText(op.text, op.byteLength);
481 const int N = op.paint.countText(op.text, op.byteLength);
SkPaint.cpp 972 return this->countText(textData, byteLength);
    [all...]
  /external/skia/src/utils/
SkTextBox.cpp 290 const int count = paint.countText(text, length);
  /external/skia/src/gpu/text/
GrAtlasTextContext.cpp 243 int glyphCount = paint.skPaint().countText(text, byteLength);
269 int glyphCount = paint.skPaint().countText(text, byteLength);
GrStencilAndCoverTextContext.cpp 442 fTotalGlyphCount = fFont.countText(text, byteLength);
504 fTotalGlyphCount = fFont.countText(text, byteLength);
  /external/skia/src/pipe/
SkPipeCanvas.cpp 629 writer.writePointArray(pos, paint.countText(text, byteLength));
645 writer.writeScalarArray(xpos, paint.countText(text, byteLength));
691 int count = paint.countText(text, byteLength);
    [all...]
SkPipeReader.cpp 373 SkASSERT(paint.countText(text, len) == count);
388 SkASSERT(paint.countText(text, len) == count);
431 SkASSERT(paint.countText(text, len) == count);
    [all...]
  /external/skia/fuzz/
FuzzCanvas.cpp     [all...]
  /external/skia/src/svg/
SkSVGDevice.cpp 128 int count = paint.countText(text, byteLen);
  /external/skia/tools/debugger/
SkDrawCommand.cpp     [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp     [all...]

Completed in 260 milliseconds