Home
last modified time | relevance | path

Searched refs:countText (Results 1 – 25 of 45) sorted by relevance

12

/external/skqp/gm/
Dskbug_257.cpp35 const int count = font.countText(text, strlen(text), kUTF8_SkTextEncoding); in exercise_draw_pos_text()
47 const int count = font.countText(text, strlen(text), kUTF8_SkTextEncoding); in exercise_draw_pos_text_h()
Dskbug_5321.cpp25 int glyph_count = font.countText(text, byteLength, kUTF8_SkTextEncoding);
Dpdf_never_embed.cpp19 const int count = font.countText(text, strlen(text), kUTF8_SkTextEncoding); in excercise_draw_pos_text()
Dtexteffects.cpp45 const int glyphCount = font.countText(text, textLen, kUTF8_SkTextEncoding); in MakeFancyBlob()
236 const int count = font.countText(text, length, kUTF8_SkTextEncoding);
Dtextblobshader.cpp30 fGlyphs.append(font.countText(txt, txtLen, kUTF8_SkTextEncoding)); in onOnceBeforeDraw()
Dscaledemoji.cpp23 int glyphCount = font.countText(text, len, enc); in make_hpos_test_blob_utf8()
Dtextblob.cpp90 int glyphCount = font.countText(fText, txtLen, kUTF8_SkTextEncoding); in onOnceBeforeDraw()
/external/skia/gm/
Dskbug_257.cpp35 const int count = font.countText(text, strlen(text), kUTF8_SkTextEncoding); in exercise_draw_pos_text()
47 const int count = font.countText(text, strlen(text), kUTF8_SkTextEncoding); in exercise_draw_pos_text_h()
Dskbug_5321.cpp25 int glyph_count = font.countText(text, byteLength, kUTF8_SkTextEncoding);
Dpdf_never_embed.cpp19 const int count = font.countText(text, strlen(text), kUTF8_SkTextEncoding); in excercise_draw_pos_text()
Dtexteffects.cpp45 const int glyphCount = font.countText(text, textLen, kUTF8_SkTextEncoding); in MakeFancyBlob()
236 const int count = font.countText(text, length, kUTF8_SkTextEncoding);
Dtextblobshader.cpp30 fGlyphs.append(font.countText(txt, txtLen, kUTF8_SkTextEncoding)); in onOnceBeforeDraw()
Dscaledemoji.cpp23 int glyphCount = font.countText(text, len, enc); in make_hpos_test_blob_utf8()
Dtextblob.cpp90 int glyphCount = font.countText(fText, txtLen, kUTF8_SkTextEncoding); in onOnceBeforeDraw()
/external/skia/src/core/
DSkFontPriv.h92 fCount = font.countText(text, length, encoding); in SkAutoToGlyphs()
DSkTextBlob.cpp825 const int count = font.countText(text, byteLength, encoding); in MakeFromText()
836 const int count = font.countText(text, byteLength, encoding); in MakeFromPosText()
847 const int count = font.countText(text, byteLength, encoding); in MakeFromPosTextH()
858 const int count = font.countText(text, byteLength, encoding); in MakeFromRSXform()
/external/skqp/src/core/
DSkFontPriv.h95 fCount = font.countText(text, length, encoding); in SkAutoToGlyphs()
DSkTextBlob.cpp825 const int count = font.countText(text, byteLength, encoding); in MakeFromText()
836 const int count = font.countText(text, byteLength, encoding); in MakeFromPosText()
847 const int count = font.countText(text, byteLength, encoding); in MakeFromPosTextH()
858 const int count = font.countText(text, byteLength, encoding); in MakeFromRSXform()
/external/skqp/bench/
DTextBlobBench.cpp36 fGlyphs.setCount(fFont.countText(text, strlen(text), kUTF8_SkTextEncoding)); in onDelayedSetup()
/external/skia/bench/
DTextBlobBench.cpp36 fGlyphs.setCount(fFont.countText(text, strlen(text), kUTF8_SkTextEncoding)); in onDelayedSetup()
/external/skqp/modules/skshaper/src/
DSkShaper_primitive.cpp46 int glyphCount = font.countText(utf8text, textBytes, SkTextEncoding::kUTF8); in shape()
/external/skqp/tests/
DTextBlobTest.cpp162 const int glyphCount = font.countText(txt, txtLen, kUTF8_SkTextEncoding); in TestBounds()
322 int glyphCount = font.countText(text1, strlen(text1), kUTF8_SkTextEncoding); in DEF_TEST()
365 int glyphCount = font.countText(text, strlen(text), kUTF8_SkTextEncoding); in add_run()
/external/skia/tests/
DTextBlobTest.cpp162 const int glyphCount = font.countText(txt, txtLen, kUTF8_SkTextEncoding); in TestBounds()
322 int glyphCount = font.countText(text1, strlen(text1), kUTF8_SkTextEncoding); in DEF_TEST()
365 int glyphCount = font.countText(text, strlen(text), kUTF8_SkTextEncoding); in add_run()
/external/skia/modules/skshaper/src/
DSkShaper_primitive.cpp152 int glyphCount = font.countText(utf8text, textBytes, SkTextEncoding::kUTF8); in shape()
/external/skqp/include/core/
DSkFont.h317 int countText(const void* text, size_t byteLength, SkTextEncoding encoding) const { in countText() function

12