Searched refs:getTextWidths (Results 1 – 18 of 18) sorted by relevance
/external/skia/gm/ |
D | skbug_257.cpp | 37 paint.getTextWidths(text, textLen, &widths[0]); in exercise_draw_pos_text() 53 paint.getTextWidths(text, textLen, &widths[0]); in exercise_draw_pos_text_h()
|
D | texteffects.cpp | 322 int widthCount = paint.getTextWidths(test, sizeof(test) - 1, nullptr); 325 (void) paint.getTextWidths(test, sizeof(test) - 1, widths.begin()); 363 int widthCount = paint.getTextWidths(test, sizeof(test) - 1, nullptr); 366 (void) paint.getTextWidths(test, sizeof(test) - 1, widths.begin());
|
D | pdf_never_embed.cpp | 18 paint.getTextWidths(text, textLen, &widths[0]); in excercise_draw_pos_text()
|
D | getpostextpath.cpp | 42 paint.getTextWidths(text, len, &widths[0]);
|
D | glyph_pos_align.cpp | 51 paint.getTextWidths(text, length, widths); in drawTestCase()
|
D | verttext.cpp | 73 int numChars = paint.getTextWidths(gText, gLen, adv, nullptr); in drawBaseline()
|
D | glyph_pos.cpp | 120 paint.getTextWidths(kText, sizeof(kText) - 1, widths, nullptr); in drawTestCase()
|
D | typeface.cpp | 20 paint.getTextWidths(glyphs, count * sizeof(uint16_t), widths); in getGlyphPositions()
|
D | dftext.cpp | 127 paint.getTextWidths(text, textLen, &widths[0]); in onDraw()
|
/external/skia/samplecode/ |
D | SampleMeasure.cpp | 52 int n = p.getTextWidths(text, len, widths, rects); in doMeasure()
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/ |
D | Relay.java | 143 bridge.getPaint().getTextWidths(charArray, 0, offset, widths); in run()
|
D | TerminalBridge.java | 417 defaultPaint.getTextWidths("X", widths); in setFontSize() 723 defaultPaint.getTextWidths("X", widths); in fontSizeCompare()
|
/external/skia/bench/ |
D | TextBench.cpp | 81 fPaint.getTextWidths(fText.c_str(), len, adv); in onDelayedSetup()
|
D | PicturePlaybackBench.cpp | 110 paint.getTextWidths(text, len, adv); in recordCanvas()
|
/external/skia/include/core/ |
D | SkPaint.h | 879 int getTextWidths(const void* text, size_t byteLength, SkScalar widths[],
|
/external/skia/tools/ |
D | create_test_font.cpp | 168 SkDEBUGCODE(int charCount =) paint.getTextWidths((const void*) &index, 2, &width); in output_path_data()
|
/external/skia/src/core/ |
D | SkTextBlob.cpp | 385 paint.getTextWidths(run.glyphBuffer(), in TightRunBounds()
|
D | SkPaint.cpp | 1025 int SkPaint::getTextWidths(const void* textData, size_t byteLength, in getTextWidths() function in SkPaint
|