/third_party/icu/icu4c/source/test/letest/ |
H A D | letest.h | 44 le_int32 glyphCount; member
|
H A D | xmlreader.cpp | 183 int32_t glyphCount = 0, indexCount = 0, positionCount = 0; in readTestFile() local
|
/third_party/skia/src/pdf/ |
H A D | SkClusterator.h | 20 uint32_t glyphCount() const { return fGlyphCount; } in glyphCount() function in SkClusterator
|
/third_party/skia/tests/ |
H A D | SkScalerCacheTest.cpp | 48 constexpr size_t glyphCount = 'z' - ' '; in DEF_TEST() local
|
H A D | TextBlobCacheTest.cpp | 246 int glyphCount = in make_blob() local
|
/third_party/skia/gm/ |
H A D | textblobshader.cpp | 53 int glyphCount = fGlyphs.count(); variable [all...] |
H A D | textblob.cpp | 92 int glyphCount = font.countText(fText, txtLen, SkTextEncoding::kUTF8); variable
|
H A D | scaledemoji.cpp | 30 int glyphCount = font.countText(text, len, enc); in make_hpos_test_blob_utf8() local
|
/third_party/skia/src/core/ |
H A D | SkTypeface_remote.h | 59 int glyphCount() const {return fGlyphCount;} in glyphCount() function in SkTypefaceProxy 45 SkTypefaceProxy(SkFontID fontId, int glyphCount, const SkFontStyle& style, bool isFixed, bool glyphMaskNeedsCurrentColor, sk_sp<SkStrikeClient::DiscardableHandleManager> manager, bool isLogging = true) SkTypefaceProxy() argument
|
H A D | SkTextBlobTrace.cpp | 68 uint32_t glyphCount = iter.glyphCount(); in DumpTrace() local
|
H A D | SkTextBlobPriv.h | 80 uint32_t glyphCount() const { in glyphCount() function in SkTextBlob::RunRecord 199 uint32_t glyphCount() const { in glyphCount() function in SkTextBlobRunIterator
|
H A D | SkGlyphRun.h | 86 size_t glyphCount = 0; in totalGlyphCount() local
|
/third_party/icu/icu4c/source/test/perf/leperf/ |
H A D | leperf.cpp | 28 le_int32 glyphCount; member in Params 46 le_int32 glyphCount = 0; in iterate() local
|
H A D | xmlreader.cpp | 187 int32_t glyphCount = 0, indexCount = 0, positionCount = 0; in readTestFile() local
|
/third_party/skia/bench/ |
H A D | TypefaceBench.cpp | 252 int glyphCount = 0; member
|
/third_party/icu/icu4c/source/samples/layout/ |
H A D | GnomeFontInstance.cpp | 184 void GnomeFontInstance::rasterizeGlyphs(cairo_t *cairo, const LEGlyphID *glyphs, le_int32 glyphCount, const float *positions, in rasterizeGlyphs() argument
|
H A D | paragraph.cpp | 250 le_int32 glyphCount = visualRun->getGlyphCount(); in draw() local
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
H A D | GnomeFontInstance.cpp | 184 void GnomeFontInstance::rasterizeGlyphs(cairo_t *cairo, const LEGlyphID *glyphs, le_int32 glyphCount, const float *positions, in rasterizeGlyphs() argument
|
H A D | paragraph.cpp | 250 le_int32 glyphCount = visualRun->getGlyphCount(); in draw() local
|
/third_party/skia/tools/fonts/ |
H A D | TestTypeface.cpp | 114 unsigned glyphCount = fTestFont->fCharCodesCount; in getGlyphToUnicodeMap() local
|
/third_party/skia/experimental/sktext/include/ |
H A D | Interface.h | 73 virtual void onEndLine(size_t index, TextRange lineText, GlyphRange trailingSpaces, size_t glyphCount) { } in onEndLine() argument 74 onGlyphRun(const SkFont& font, TextRange textRange, SkRect bounds, int trailingSpaces, int glyphCount, const uint16_t glyphs[], const SkPoint positions[], const TextIndex clusters[]) onGlyphRun() argument
|
/third_party/skia/modules/skshaper/src/ |
H A D | SkShaper.cpp | 365 int glyphCount = SkTFitsIn<int>(info.glyphCount) ? info.glyphCount : INT_MAX; in Make() local
|
H A D | SkShaper_primitive.cpp | 205 int glyphCount = font.CountText(utf8, utf8Bytes, RSDrawing::TextEncoding::UTF8); in shape() local 207 int glyphCount = font.countText(utf8, utf8Bytes, SkTextEncoding::kUTF8); in shape() local [all...] |
/third_party/skia/modules/skshaper/include/ |
H A D | SkShaper.h | 244 size_t glyphCount; member
|
/third_party/skia/experimental/sktext/src/ |
H A D | Paint.cpp | 54 onGlyphRun(const SkFont& font, DirTextRange dirTextRange, SkRect bounds, TextIndex trailingSpaces, size_t glyphCount, const uint16_t glyphs[], const SkPoint positions[], const TextIndex clusters[]) onGlyphRun() argument
|