Home
last modified time | relevance | path

Searched refs:countText (Results 1 – 13 of 13) sorted by relevance

/external/skia/gm/
Dskbug_257.cpp35 int count = paint.countText(text, textLen); in exercise_draw_pos_text()
51 int count = paint.countText(text, textLen); in exercise_draw_pos_text_h()
/external/skia/src/core/
DSkRecorder.cpp251 const int points = paint.countText(text, byteLength); in onDrawPosText()
261 const int points = paint.countText(text, byteLength); in onDrawPosTextH()
DSkRecordDraw.cpp469 const int N = op.paint.countText(op.text, op.byteLength); in bounds()
480 const int N = op.paint.countText(op.text, op.byteLength); in bounds()
DSkPictureRecord.cpp560 int points = paint.countText(text, byteLength); in onDrawPosText()
577 int points = paint.countText(text, byteLength); in onDrawPosTextH()
DSkRemote.cpp397 size_t length = paint.countText(text, byteLength); in onDrawPosTextH()
DSkPaint.cpp1034 return this->countText(textData, byteLength); in getTextWidths()
/external/skia/src/gpu/text/
DGrAtlasTextContext.cpp261 int glyphCount = skPaint.countText(text, byteLength); in CreateDrawTextBlob()
285 int glyphCount = skPaint.countText(text, byteLength); in CreateDrawPosTextBlob()
DGrStencilAndCoverTextContext.cpp445 fTotalGlyphCount = fFont.countText(text, byteLength); in setText()
510 fTotalGlyphCount = fFont.countText(text, byteLength); in setPosText()
/external/skia/src/utils/
DSkTextBox.cpp290 const int count = paint.countText(text, length); in operator ()()
/external/chromium-trace/catapult/third_party/pipeline/pipeline/ui/
Dstatus.js250 var countText = '' + doneChildren + ' / ' + totalChildren + ' done';
251 doneChildrenDiv.append($('<span>').text(countText));
/external/skia/include/core/
DSkPaint.h823 int countText(const void* text, size_t byteLength) const { in countText() function
/external/skia/src/svg/
DSkSVGDevice.cpp127 int count = paint.countText(text, byteLen); in SVGTextBuilder()
/external/skia/tools/debugger/
DSkDrawCommand.cpp2382 size_t numPts = paint.countText(text, byteLength); in SkDrawPosTextCommand()
2434 size_t numPts = paint.countText(text, byteLength); in SkDrawPosTextHCommand()