Home
last modified time | relevance | path

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

123

/external/skqp/tests/
DUnicodeTest.cpp64 int count8 = paint.textToGlyphs(text8, len8, glyphs8); in test_textencodings()
67 int count16 = paint.textToGlyphs(text16, len16, glyphs16); in test_textencodings()
70 int count32 = paint.textToGlyphs(text32, len32, glyphs32); in test_textencodings()
DTextBlobTest.cpp162 const int glyphCount = p.textToGlyphs(txt, txtLen, nullptr); in TestBounds()
168 p.textToGlyphs(txt, txtLen, buffer.glyphs); in TestBounds()
357 int glyphCount = paint.textToGlyphs(text1, strlen(text1), nullptr); in DEF_TEST()
359 (void)paint.textToGlyphs(text1, strlen(text1), glyphs.get()); in DEF_TEST()
401 int glyphCount = paint.textToGlyphs(text, strlen(text), nullptr); in add_run()
407 (void)paint.textToGlyphs(text, strlen(text), buffer.glyphs); in add_run()
DFontHostTest.cpp100 paint.textToGlyphs(test.chars, test.charsByteLength, paintGlyphIds); in test_charsToGlyphs()
163 paint.textToGlyphs(&c, 4, &g); in test_symbolfont()
/external/skia/tests/
DUnicodeTest.cpp64 int count8 = paint.textToGlyphs(text8, len8, glyphs8); in test_textencodings()
67 int count16 = paint.textToGlyphs(text16, len16, glyphs16); in test_textencodings()
70 int count32 = paint.textToGlyphs(text32, len32, glyphs32); in test_textencodings()
DTextBlobTest.cpp162 const int glyphCount = p.textToGlyphs(txt, txtLen, nullptr); in TestBounds()
168 p.textToGlyphs(txt, txtLen, buffer.glyphs); in TestBounds()
357 int glyphCount = paint.textToGlyphs(text1, strlen(text1), nullptr); in DEF_TEST()
359 (void)paint.textToGlyphs(text1, strlen(text1), glyphs.get()); in DEF_TEST()
401 int glyphCount = paint.textToGlyphs(text, strlen(text), nullptr); in add_run()
407 (void)paint.textToGlyphs(text, strlen(text), buffer.glyphs); in add_run()
DFontHostTest.cpp100 paint.textToGlyphs(test.chars, test.charsByteLength, paintGlyphIds); in test_charsToGlyphs()
163 paint.textToGlyphs(&c, 4, &g); in test_symbolfont()
/external/skia/bench/
DTextBlobBench.cpp37 glyphs.append(paint.textToGlyphs(text, len, nullptr)); in onDelayedSetup()
38 paint.textToGlyphs(text, len, glyphs.begin()); in onDelayedSetup()
DCmapBench.cpp39 paint.textToGlyphs(text, len, glyphs); in textToGlyphs_proc()
/external/skqp/bench/
DTextBlobBench.cpp37 glyphs.append(paint.textToGlyphs(text, len, nullptr)); in onDelayedSetup()
38 paint.textToGlyphs(text, len, glyphs.begin()); in onDelayedSetup()
DCmapBench.cpp39 paint.textToGlyphs(text, len, glyphs); in textToGlyphs_proc()
/external/skia/experimental/sksg/geometry/
DSkSGText.cpp44 glyphs.reset(font.textToGlyphs(fText.c_str(), fText.size(), nullptr)); in onRevalidate()
45 … SkAssertResult(font.textToGlyphs(fText.c_str(), fText.size(), glyphs.begin()) == glyphs.count()); in onRevalidate()
/external/skqp/experimental/sksg/geometry/
DSkSGText.cpp44 glyphs.reset(font.textToGlyphs(fText.c_str(), fText.size(), nullptr)); in onRevalidate()
45 … SkAssertResult(font.textToGlyphs(fText.c_str(), fText.size(), glyphs.begin()) == glyphs.count()); in onRevalidate()
/external/skia/include/core/
DSkFont.h148 int textToGlyphs(const void* text, size_t byteLength, SkTextEncoding,
152 return this->textToGlyphs(text, byteLength, encoding, nullptr, 0); in countText()
DSkPaint.h1299 int textToGlyphs(const void* text, size_t byteLength,
1340 return this->textToGlyphs(text, byteLength, nullptr); in countText()
/external/skqp/include/core/
DSkFont.h148 int textToGlyphs(const void* text, size_t byteLength, SkTextEncoding,
152 return this->textToGlyphs(text, byteLength, encoding, nullptr, 0); in countText()
DSkPaint.h1296 int textToGlyphs(const void* text, size_t byteLength,
1337 return this->textToGlyphs(text, byteLength, nullptr); in countText()
/external/skqp/gm/
Dtextblobshader.cpp26 fGlyphs.append(p.textToGlyphs(txt, txtLen, nullptr)); in TextBlobShaderGM()
27 p.textToGlyphs(txt, txtLen, fGlyphs.begin()); in TextBlobShaderGM()
Dtextblob.cpp80 int glyphCount = p.textToGlyphs(fText, txtLen, nullptr); in onOnceBeforeDraw()
83 p.textToGlyphs(fText, txtLen, fGlyphs.begin()); in onOnceBeforeDraw()
Dtextbloblooper.cpp34 glyphs.append(paint.textToGlyphs(text, len, nullptr)); in add_to_text_blob()
35 paint.textToGlyphs(text, len, glyphs.begin()); in add_to_text_blob()
Dtexteffects.cpp144 const int glyphCount = blobPaint.textToGlyphs(text, textLen, nullptr); in MakeFancyBlob()
146 blobPaint.textToGlyphs(text, textLen, glyphs.get()); in MakeFancyBlob()
/external/skia/gm/
Dtextblobshader.cpp26 fGlyphs.append(p.textToGlyphs(txt, txtLen, nullptr)); in TextBlobShaderGM()
27 p.textToGlyphs(txt, txtLen, fGlyphs.begin()); in TextBlobShaderGM()
Dtextblob.cpp80 int glyphCount = p.textToGlyphs(fText, txtLen, nullptr); in onOnceBeforeDraw()
83 p.textToGlyphs(fText, txtLen, fGlyphs.begin()); in onOnceBeforeDraw()
Dtextbloblooper.cpp34 glyphs.append(paint.textToGlyphs(text, len, nullptr)); in add_to_text_blob()
35 paint.textToGlyphs(text, len, glyphs.begin()); in add_to_text_blob()
/external/skia/tools/shape/
DSkShaper_primitive.cpp65 (void)paint.textToGlyphs(utf8text, textBytes, runBuffer.glyphs); in shape()
/external/skqp/tools/shape/
DSkShaper_primitive.cpp65 (void)paint.textToGlyphs(utf8text, textBytes, runBuffer.glyphs); in shape()

123