| /third_party/skia/tests/ |
| D | SkRemoteGlyphCacheTest.cpp | 121 sk_sp<SkTextBlob> buildTextBlob(sk_sp<SkTypeface> tf, int glyphCount) { in buildTextBlob() 214 int glyphCount = 10; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 251 int glyphCount = 10; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 276 int glyphCount = 10; in DEF_TEST() local 313 int glyphCount = 10; in DEF_TEST() local 353 int glyphCount = 10; in DEF_TEST() local 395 int glyphCount = 10; in DEF_TEST() local 424 int glyphCount = 10; in DEF_TEST() local 446 int glyphCount = 10; in DEF_TEST() local 477 int glyphCount = 10; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local [all …]
|
| D | SkScalerCacheTest.cpp | 48 constexpr size_t glyphCount = 'z' - ' '; in DEF_TEST() local
|
| /third_party/icu/icu4c/source/test/perf/leperf/ |
| D | leperf.cpp | 28 le_int32 glyphCount; member in Params 46 le_int32 glyphCount = 0; in iterate() local
|
| /third_party/flutter/skia/tests/ |
| D | SkRemoteGlyphCacheTest.cpp | 117 sk_sp<SkTextBlob> buildTextBlob(sk_sp<SkTypeface> tf, int glyphCount) { in buildTextBlob() 209 int glyphCount = 10; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 246 int glyphCount = 10; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 270 int glyphCount = 10; in DEF_TEST() local 304 int glyphCount = 10; in DEF_TEST() local 334 int glyphCount = 10; in DEF_TEST() local 373 int glyphCount = 10; in DEF_TEST() local 401 int glyphCount = 10; in DEF_TEST() local 422 int glyphCount = 10; in DEF_TEST() local 451 int glyphCount = 10; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local [all …]
|
| D | TextBlobTest.cpp | 162 const int glyphCount = font.countText(txt, txtLen, SkTextEncoding::kUTF8); in TestBounds() local 231 unsigned glyphCount = 0; in RunBuilderTest() local 322 int glyphCount = font.countText(text1, strlen(text1), SkTextEncoding::kUTF8); in DEF_TEST() local 365 int glyphCount = font.countText(text, strlen(text), SkTextEncoding::kUTF8); in add_run() local
|
| /third_party/flutter/skia/src/core/ |
| D | SkTextBlobPriv.h | 99 uint32_t glyphCount() const { in glyphCount() function 216 uint32_t glyphCount() const { in glyphCount() function
|
| /third_party/skia/src/core/ |
| D | SkTextBlobPriv.h | 80 uint32_t glyphCount() const { in glyphCount() function 199 uint32_t glyphCount() const { in glyphCount() function
|
| /third_party/flutter/skia/src/gpu/text/ |
| D | GrTextBlob.cpp | 26 sk_sp<GrTextBlob> GrTextBlob::Make(int glyphCount, in Make() 165 const SubRun& info, int glyphCount, uint16_t run, uint16_t subRun, in makeOp() 319 int glyphCount = info.glyphCount(); in flush() local 370 int glyphCount, uint16_t run, uint16_t subRun, const SkMatrix& viewMatrix, in test_makeOp()
|
| /third_party/flutter/skia/src/gpu/ops/ |
| D | GrAtlasTextOp.cpp | 30 int glyphCount, in MakeBitmap() 57 int glyphCount, in MakeDistanceField() 176 size_t vertexStride, int glyphCount) { in clip_quads() 344 int glyphCount = this->numGlyphs(); in onPrepareDraws() local
|
| /third_party/skia/experimental/sktext/include/ |
| D | Interface.h | 73 … void onEndLine(size_t index, TextRange lineText, GlyphRange trailingSpaces, size_t glyphCount) { } in onEndLine() 78 int glyphCount, // Just the number of glyphs in onGlyphRun()
|
| D | Text.h | 175 … void onEndLine(size_t index, TextRange lineText, GlyphRange trailingSpaces, size_t glyphCount) { } in onEndLine() 180 size_t glyphCount, // Just the number of glyphs in onGlyphRun() 260 size_t glyphCount, in onGlyphRun()
|
| /third_party/icu/icu4c/source/test/letest/ |
| D | cletest.c | 49 le_int32 glyphCount = 0; in ParamTest() local 218 le_int32 glyphCount; in AccessTest() local 670 const le_int32 glyphCount = pl_getVisualRunGlyphCount(visualRun); in GlyphToCharTest() local
|
| D | letest.cpp | 64 le_int32 glyphCount = 0; in ParamTest() local 246 le_int32 glyphCount; in AccessTest() local 615 int32_t glyphCount = 0, indexCount = 0, positionCount = 0; in DataDrivenTest() local 900 le_int32 glyphCount = visualRun->getGlyphCount(); in GlyphToCharTest() local
|
| D | letest.h | 44 le_int32 glyphCount; member
|
| /third_party/skia/src/pdf/ |
| D | SkClusterator.h | 20 uint32_t glyphCount() const { return fGlyphCount; } in glyphCount() function
|
| /third_party/flutter/skia/src/pdf/ |
| D | SkClusterator.h | 20 uint32_t glyphCount() const { return fGlyphCount; } in glyphCount() function
|
| /third_party/flutter/skia/third_party/externals/sfntly/java/test/com/google/typography/font/tools/subsetter/ |
| D | BasicSubsetTests.java | 48 int glyphCount = 11; in testSubsetGlyphs() local
|
| /third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/tools/subsetter/ |
| D | BasicSubsetTests.java | 48 int glyphCount = 11; in testSubsetGlyphs() local
|
| /third_party/skia/experimental/sktext/tests/ |
| D | WrappedText.cpp | 66 …void onEndLine(size_t index, TextRange lineText, GlyphRange trailingSpaces, size_t glyphCount) ove… in onEndLine() 75 size_t glyphCount, // Just the number of glyphs in onGlyphRun()
|
| D | SelectableText.cpp | 48 size_t glyphCount; member 67 …void onEndLine(size_t index, TextRange lineText, GlyphRange trailingSpaces, size_t glyphCount) ove… in onEndLine() 77 size_t glyphCount, // Just the number of glyphs in onGlyphRun()
|
| /third_party/icu/icu4c/source/layoutex/ |
| D | ParagraphLayout.cpp | 453 le_int32 glyphCount = fStyleRunInfo[run].glyphCount; in ParagraphLayout() local 1102 le_int32 glyphCount = rightGlyph - leftGlyph; in appendRun() local 1208 le_int32 glyphCount = lastRun->getGlyphCount(); in getWidth() local 1223 …raphLayout::Line::append(const LEFontInstance *font, UBiDiDirection direction, le_int32 glyphCount, in append()
|
| /third_party/flutter/skia/experimental/editor/ |
| D | shape.cpp | 113 int glyphCount = SkTFitsIn<int>(info.glyphCount) ? info.glyphCount : INT_MAX; in runBuffer() local 187 size_t glyphCount, in set_character_bounds()
|
| /third_party/skia/modules/skplaintexteditor/src/ |
| D | shape.cpp | 113 int glyphCount = SkTFitsIn<int>(info.glyphCount) ? info.glyphCount : INT_MAX; in runBuffer() local 186 size_t glyphCount, in set_character_bounds()
|
| /third_party/skia/gm/ |
| D | textblobshader.cpp | 53 int glyphCount = fGlyphs.count(); in onOnceBeforeDraw() local
|
| /third_party/flutter/skia/gm/ |
| D | textblobshader.cpp | 53 int glyphCount = fGlyphs.count(); in onOnceBeforeDraw() local
|