Home
last modified time | relevance | path

Searched refs:countText (Results 1 – 19 of 19) 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()
Dskbug_5321.cpp23 int glyph_count = paint.countText(text, byteLength);
Ddrawatlas.cpp110 int count = paint.countText(text, length);
/external/skia/tools/
DSkShaper_primitive.cpp40 int glyphCount = paint.countText(utf8text, textBytes); in shape()
/external/skia/include/core/
DSkFont.h151 int countText(const void* text, size_t byteLength, SkTextEncoding encoding) { in countText() function
DSkPaint.h807 int countText(const void* text, size_t byteLength) const { in countText() function
/external/skia/src/core/
DSkRecorder.cpp256 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()
DSkPictureRecord.cpp580 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()
DSkRecordDraw.cpp482 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()
DSkLiteDL.cpp643 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()
DSkPaint.cpp964 return this->countText(textData, byteLength); in getTextWidths()
/external/skia/src/gpu/text/
DGrAtlasTextContext.cpp243 int glyphCount = paint.skPaint().countText(text, byteLength); in MakeDrawTextBlob()
269 int glyphCount = paint.skPaint().countText(text, byteLength); in MakeDrawPosTextBlob()
DGrStencilAndCoverTextContext.cpp443 fTotalGlyphCount = fFont.countText(text, byteLength); in setText()
505 fTotalGlyphCount = fFont.countText(text, byteLength); in setPosText()
/external/skia/src/utils/
DSkTextBox.cpp290 const int count = paint.countText(text, length); in operator ()()
/external/skia/src/pipe/
DSkPipeReader.cpp363 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()
DSkPipeCanvas.cpp616 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/
DFuzzCanvas.cpp1130 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/
DSkSVGDevice.cpp128 int count = paint.countText(text, byteLen); in SVGTextBuilder()
/external/skia/tools/debugger/
DSkDrawCommand.cpp2771 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);