Searched refs:getTextWidths (Results 1 – 14 of 14) sorted by relevance
/external/skia/samplecode/ |
D | SampleStrokeText.cpp | 36 original.getTextWidths(&chars[i], 1, &width); in lettersToBitmap() 82 original.getTextWidths(&chars[i], 1, &width); in lettersToBitmap2()
|
D | SampleTextOnPath.cpp | 57 paint.getTextWidths(text, count, widths, NULL); in test_measure() 59 paint.getTextWidths(text, count, widths, rects); in test_measure() 125 int count = paint.getTextWidths(gText, strlen(gText), w, r); in test_textBounds()
|
D | SampleMeasure.cpp | 60 int n = p.getTextWidths(text, len, widths, rects); in doMeasure()
|
/external/skia/src/ports/ |
D | SkHarfBuzzFont.cpp | 65 paint.getTextWidths(glyphs16, numGlyphs * sizeof(uint16_t), scalarWidths); in glyphsToAdvances() 121 paint.getTextWidths(&glyph16, sizeof(glyph16), &width, &bounds); in getGlyphMetrics()
|
/external/webkit/Source/WebCore/platform/graphics/android/fonts/ |
D | HarfbuzzSkia.cpp | 89 …paint.getTextWidths(glyphs16.get(), numGlyphs * sizeof(uint16_t), reinterpret_cast<SkScalar*>(adva… in glyphsToAdvances() 161 paint.getTextWidths(&glyph16, sizeof(glyph16), &width, &bounds); in getGlyphMetrics()
|
D | FontAndroid.cpp | 363 count = paint.getTextWidths(run.characters(), count << 1, widths); in offsetForPositionForComplexText()
|
/external/webkit/Source/WebKit/android/plugins/ |
D | ANPPaintInterface.cpp | 157 return paint->getTextWidths(text, byteLength, widths, in anp_getTextWidths() 210 ASSIGN(i, getTextWidths); in ANPPaintInterfaceV0_Init()
|
D | android_npapi.h | 593 int (*getTextWidths)(ANPPaint*, const void* text, uint32_t byteLength, member
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | HarfbuzzSkia.cpp | 102 …paint.getTextWidths(glyphs16.get(), numGlyphs * sizeof(uint16_t), reinterpret_cast<SkScalar*>(adva… in glyphsToAdvances() 178 paint.getTextWidths(&glyph16, sizeof(glyph16), &width, &bounds); in getGlyphMetrics()
|
/external/skia/gm/ |
D | verttext.cpp | 44 paint.getTextWidths(gText, gLen, adv, NULL); in drawBaseline()
|
/external/skia/bench/ |
D | PicturePlaybackBench.cpp | 110 paint.getTextWidths(text, len, adv); in recordCanvas()
|
D | TextBench.cpp | 65 fPaint.getTextWidths(text, len, adv); in TextBench()
|
/external/skia/include/core/ |
D | SkPaint.h | 877 int getTextWidths(const void* text, size_t byteLength, SkScalar widths[],
|
/external/skia/src/core/ |
D | SkPaint.cpp | 1184 int SkPaint::getTextWidths(const void* textData, size_t byteLength, in getTextWidths() function in SkPaint
|