Home
last modified time | relevance | path

Searched refs:textToGlyphs (Results 1 – 7 of 7) sorted by relevance

/external/webkit/WebKit/android/nav/
DFindCanvas.cpp64 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/
DGlyphPageTreeNodeLinux.cpp57 unsigned count = paint.textToGlyphs(buffer, bufferLength * 2, glyphs); in fill()
DSimpleFontDataLinux.cpp130 int count = paint.textToGlyphs(characters, n * 2, glyphs); in containsCharacters()
/external/webkit/WebCore/platform/graphics/android/
DGlyphMapAndroid.cpp58 unsigned count = paint.textToGlyphs(buffer, bufferLength << 1, glyphs); in fill()
DFontDataAndroid.cpp93 int count = paint.textToGlyphs(characters, n << 1, glyphs); in containsCharacters()
/external/skia/include/core/
DSkPaint.h641 int textToGlyphs(const void* text, size_t byteLength,
651 return this->textToGlyphs(text, byteLength, NULL); in countText()
/external/skia/src/core/
DSkPaint.cpp309 int SkPaint::textToGlyphs(const void* textData, size_t byteLength, in textToGlyphs() function in SkPaint