Searched refs:getTextWidths (Results 1 – 13 of 13) sorted by relevance
/external/skia/gm/ |
D | getpostextpath.cpp | 54 paint.getTextWidths(text, len, &widths[0]); in onDraw()
|
D | verttext.cpp | 73 int numChars = paint.getTextWidths(gText, gLen, adv, NULL); in drawBaseline()
|
D | glyph_pos_align.cpp | 62 paint.getTextWidths(text, length, widths); in drawTestCase()
|
D | glyph_pos.cpp | 145 paint.getTextWidths(kText, sizeof(kText) - 1, widths, NULL); in drawTestCase()
|
D | typeface.cpp | 83 paint.getTextWidths(glyphs, count * sizeof(uint16_t), widths); in getGlyphPositions()
|
D | dftext.cpp | 135 paint.getTextWidths(text, textLen, &widths[0]); in onDraw()
|
D | techtalk1.cpp | 302 int count = paint.getTextWidths(text, len, widths, bounds); in draw_text()
|
/external/skia/samplecode/ |
D | SampleMeasure.cpp | 52 int n = p.getTextWidths(text, len, widths, rects); in doMeasure()
|
/external/skia/bench/ |
D | TextBench.cpp | 75 fPaint.getTextWidths(text, len, adv); in TextBench()
|
D | PicturePlaybackBench.cpp | 110 paint.getTextWidths(text, len, adv); in recordCanvas()
|
/external/skia/include/core/ |
D | SkPaint.h | 921 int getTextWidths(const void* text, size_t byteLength, SkScalar widths[],
|
/external/skia/tools/ |
D | create_test_font.cpp | 218 SkDEBUGCODE(int charCount =) paint.getTextWidths((const void*) &index, 2, &width); in output_path_data()
|
/external/skia/src/core/ |
D | SkPaint.cpp | 1066 int SkPaint::getTextWidths(const void* textData, size_t byteLength, in getTextWidths() function in SkPaint
|