Home
last modified time | relevance | path

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

/external/skia/gm/
Dgetpostextpath.cpp54 paint.getTextWidths(text, len, &widths[0]); in onDraw()
Dverttext.cpp73 int numChars = paint.getTextWidths(gText, gLen, adv, NULL); in drawBaseline()
Dglyph_pos_align.cpp62 paint.getTextWidths(text, length, widths); in drawTestCase()
Dglyph_pos.cpp145 paint.getTextWidths(kText, sizeof(kText) - 1, widths, NULL); in drawTestCase()
Dtypeface.cpp83 paint.getTextWidths(glyphs, count * sizeof(uint16_t), widths); in getGlyphPositions()
Ddftext.cpp135 paint.getTextWidths(text, textLen, &widths[0]); in onDraw()
Dtechtalk1.cpp302 int count = paint.getTextWidths(text, len, widths, bounds); in draw_text()
/external/skia/samplecode/
DSampleMeasure.cpp52 int n = p.getTextWidths(text, len, widths, rects); in doMeasure()
/external/skia/bench/
DTextBench.cpp75 fPaint.getTextWidths(text, len, adv); in TextBench()
DPicturePlaybackBench.cpp110 paint.getTextWidths(text, len, adv); in recordCanvas()
/external/skia/include/core/
DSkPaint.h921 int getTextWidths(const void* text, size_t byteLength, SkScalar widths[],
/external/skia/tools/
Dcreate_test_font.cpp218 SkDEBUGCODE(int charCount =) paint.getTextWidths((const void*) &index, 2, &width); in output_path_data()
/external/skia/src/core/
DSkPaint.cpp1066 int SkPaint::getTextWidths(const void* textData, size_t byteLength, in getTextWidths() function in SkPaint