Searched refs:countText (Results 1 – 13 of 13) sorted by relevance
/external/skia/gm/ |
D | skbug_257.cpp | 35 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/ |
D | SkRecorder.cpp | 251 const int points = paint.countText(text, byteLength); in onDrawPosText() 261 const int points = paint.countText(text, byteLength); in onDrawPosTextH()
|
D | SkRecordDraw.cpp | 469 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()
|
D | SkPictureRecord.cpp | 560 int points = paint.countText(text, byteLength); in onDrawPosText() 577 int points = paint.countText(text, byteLength); in onDrawPosTextH()
|
D | SkRemote.cpp | 397 size_t length = paint.countText(text, byteLength); in onDrawPosTextH()
|
D | SkPaint.cpp | 1034 return this->countText(textData, byteLength); in getTextWidths()
|
/external/skia/src/gpu/text/ |
D | GrAtlasTextContext.cpp | 261 int glyphCount = skPaint.countText(text, byteLength); in CreateDrawTextBlob() 285 int glyphCount = skPaint.countText(text, byteLength); in CreateDrawPosTextBlob()
|
D | GrStencilAndCoverTextContext.cpp | 445 fTotalGlyphCount = fFont.countText(text, byteLength); in setText() 510 fTotalGlyphCount = fFont.countText(text, byteLength); in setPosText()
|
/external/skia/src/utils/ |
D | SkTextBox.cpp | 290 const int count = paint.countText(text, length); in operator ()()
|
/external/chromium-trace/catapult/third_party/pipeline/pipeline/ui/ |
D | status.js | 250 var countText = '' + doneChildren + ' / ' + totalChildren + ' done'; 251 doneChildrenDiv.append($('<span>').text(countText));
|
/external/skia/include/core/ |
D | SkPaint.h | 823 int countText(const void* text, size_t byteLength) const { in countText() function
|
/external/skia/src/svg/ |
D | SkSVGDevice.cpp | 127 int count = paint.countText(text, byteLen); in SVGTextBuilder()
|
/external/skia/tools/debugger/ |
D | SkDrawCommand.cpp | 2382 size_t numPts = paint.countText(text, byteLength); in SkDrawPosTextCommand() 2434 size_t numPts = paint.countText(text, byteLength); in SkDrawPosTextHCommand()
|