Searched refs:getTextWidths (Results 1 - 14 of 14) sorted by relevance

/external/skia/samplecode/
H A DSampleStrokeText.cpp36 original.getTextWidths(&chars[i], 1, &width);
82 original.getTextWidths(&chars[i], 1, &width);
H A DSampleTextOnPath.cpp57 paint.getTextWidths(text, count, widths, NULL);
59 paint.getTextWidths(text, count, widths, rects);
125 int count = paint.getTextWidths(gText, strlen(gText), w, r);
H A DSampleMeasure.cpp60 int n = p.getTextWidths(text, len, widths, rects);
/external/skia/gm/
H A Dverttext.cpp44 paint.getTextWidths(gText, gLen, adv, NULL);
/external/skia/src/ports/
H A DSkHarfBuzzFont.cpp65 paint.getTextWidths(glyphs16, numGlyphs * sizeof(uint16_t), scalarWidths);
121 paint.getTextWidths(&glyph16, sizeof(glyph16), &width, &bounds);
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DHarfbuzzSkia.cpp89 paint.getTextWidths(glyphs16.get(), numGlyphs * sizeof(uint16_t), reinterpret_cast<SkScalar*>(advances));
161 paint.getTextWidths(&glyph16, sizeof(glyph16), &width, &bounds);
H A DFontAndroid.cpp363 count = paint.getTextWidths(run.characters(), count << 1, widths);
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DHarfbuzzSkia.cpp102 paint.getTextWidths(glyphs16.get(), numGlyphs * sizeof(uint16_t), reinterpret_cast<SkScalar*>(advances));
178 paint.getTextWidths(&glyph16, sizeof(glyph16), &width, &bounds);
/external/webkit/Source/WebKit/android/plugins/
H A DANPPaintInterface.cpp157 return paint->getTextWidths(text, byteLength, widths,
210 ASSIGN(i, getTextWidths);
H A Dandroid_npapi.h593 int (*getTextWidths)(ANPPaint*, const void* text, uint32_t byteLength, member in struct:ANPPaintInterfaceV0
/external/skia/bench/
H A DPicturePlaybackBench.cpp110 paint.getTextWidths(text, len, adv);
H A DTextBench.cpp65 fPaint.getTextWidths(text, len, adv);
/external/skia/include/core/
H A DSkPaint.h731 methods like measureText() and getTextWidths().
877 int getTextWidths(const void* text, size_t byteLength, SkScalar widths[],
/external/skia/src/core/
H A DSkPaint.cpp1184 int SkPaint::getTextWidths(const void* textData, size_t byteLength,

Completed in 6373 milliseconds