Searched refs:textToGlyphs (Results 1 – 7 of 7) sorted by relevance
/external/webkit/WebKit/android/nav/ |
D | FindCanvas.cpp | 64 mCount = clonePaint.textToGlyphs(lower, byteLength, NULL); in GlyphSet() 73 int count2 = clonePaint.textToGlyphs(lower, byteLength, mLowerGlyphs); in GlyphSet() 75 count2 = clonePaint.textToGlyphs(upper, byteLength, mUpperGlyphs); in GlyphSet() 291 clonePaint.textToGlyphs(" ", 1, &space); in findHelper()
|
/external/webkit/WebCore/platform/graphics/chromium/ |
D | GlyphPageTreeNodeLinux.cpp | 57 unsigned count = paint.textToGlyphs(buffer, bufferLength * 2, glyphs); in fill()
|
D | SimpleFontDataLinux.cpp | 130 int count = paint.textToGlyphs(characters, n * 2, glyphs); in containsCharacters()
|
/external/webkit/WebCore/platform/graphics/android/ |
D | GlyphMapAndroid.cpp | 58 unsigned count = paint.textToGlyphs(buffer, bufferLength << 1, glyphs); in fill()
|
D | FontDataAndroid.cpp | 93 int count = paint.textToGlyphs(characters, n << 1, glyphs); in containsCharacters()
|
/external/skia/include/core/ |
D | SkPaint.h | 641 int textToGlyphs(const void* text, size_t byteLength, 651 return this->textToGlyphs(text, byteLength, NULL); in countText()
|
/external/skia/src/core/ |
D | SkPaint.cpp | 309 int SkPaint::textToGlyphs(const void* textData, size_t byteLength, in textToGlyphs() function in SkPaint
|