/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()
|
D | skbug_5321.cpp | 23 int glyph_count = paint.countText(text, byteLength);
|
D | drawatlas.cpp | 110 int count = paint.countText(text, length);
|
/external/skia/tools/ |
D | SkShaper_primitive.cpp | 40 int glyphCount = paint.countText(utf8text, textBytes); in shape()
|
/external/skia/include/core/ |
D | SkFont.h | 151 int countText(const void* text, size_t byteLength, SkTextEncoding encoding) { in countText() function
|
D | SkPaint.h | 807 int countText(const void* text, size_t byteLength) const { in countText() function
|
/external/skia/src/core/ |
D | SkRecorder.cpp | 256 const int points = paint.countText(text, byteLength); in onDrawPosText() 266 const int points = paint.countText(text, byteLength); in onDrawPosTextH() 291 this->copy(xform, paint.countText(text, byteLength)), in onDrawTextRSXform()
|
D | SkPictureRecord.cpp | 580 int points = paint.countText(text, byteLength); in onDrawPosText() 597 int points = paint.countText(text, byteLength); in onDrawPosTextH() 629 const int count = paint.countText(text, byteLength); in onDrawTextRSXform()
|
D | SkRecordDraw.cpp | 482 const int N = op.paint.countText(op.text, op.byteLength); in bounds() 493 const int N = op.paint.countText(op.text, op.byteLength); in bounds()
|
D | SkLiteDL.cpp | 643 int n = paint.countText(text, bytes); in drawPosText() 649 int n = paint.countText(text, bytes); in drawPosTextH() 660 int n = paint.countText(text, bytes); in drawTextRSXform()
|
D | SkPaint.cpp | 964 return this->countText(textData, byteLength); in getTextWidths()
|
/external/skia/src/gpu/text/ |
D | GrAtlasTextContext.cpp | 243 int glyphCount = paint.skPaint().countText(text, byteLength); in MakeDrawTextBlob() 269 int glyphCount = paint.skPaint().countText(text, byteLength); in MakeDrawPosTextBlob()
|
D | GrStencilAndCoverTextContext.cpp | 443 fTotalGlyphCount = fFont.countText(text, byteLength); in setText() 505 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/skia/src/pipe/ |
D | SkPipeReader.cpp | 363 SkASSERT(paint.countText(text, len) == count); in drawPosText_handler() 378 SkASSERT(paint.countText(text, len) == count); in drawPosTextH_handler() 421 SkASSERT(paint.countText(text, len) == count); in drawTextRSXform_handler()
|
D | SkPipeCanvas.cpp | 616 writer.writePointArray(pos, paint.countText(text, byteLength)); in onDrawPosText() 632 writer.writeScalarArray(xpos, paint.countText(text, byteLength)); in onDrawPosTextH() 678 int count = paint.countText(text, byteLength); in onDrawTextRSXform()
|
/external/skia/fuzz/ |
D | FuzzCanvas.cpp | 1130 int glyphCount = paint.countText(text.begin(), SkToSizeT(text.count())); in make_fuzz_textblob() 1607 int glyphCount = paint.countText(text.begin(), SkToSizeT(text.count())); in fuzz_canvas() 1628 int glyphCount = paint.countText(text.begin(), SkToSizeT(text.count())); in fuzz_canvas() 1683 int glyphCount = paint.countText(text.begin(), SkToSizeT(text.count())); in fuzz_canvas()
|
/external/skia/src/svg/ |
D | SkSVGDevice.cpp | 128 int count = paint.countText(text, byteLen); in SVGTextBuilder()
|
/external/skia/tools/debugger/ |
D | SkDrawCommand.cpp | 2771 size_t numPts = paint.countText(text, byteLength); 2824 size_t numPts = paint.countText(text, byteLength); 3351 int count = paint.countText(text, byteLength); 3386 int count = paint.countText(text, byteLength);
|