/third_party/skia/src/core/ |
D | SkStrikeSpec.h | 122 SkAutoSTArray<kTypicalGlyphCount, const SkGlyph*> fGlyphs; variable 138 SkAutoSTArray<kTypicalGlyphCount, const SkGlyph*> fGlyphs; variable 153 SkAutoSTArray<kTypicalGlyphCount, const SkGlyph*> fGlyphs; variable
|
D | SkFontPriv.h | 106 const uint16_t* fGlyphs; variable
|
/third_party/skia/src/utils/ |
D | SkShaperJSONWriter.h | 61 std::vector<SkGlyphID> fGlyphs; variable
|
/third_party/skia/modules/skparagraph/tests/ |
D | SkShaperJSONWriter.h | 62 std::vector<SkGlyphID> fGlyphs; variable
|
/third_party/skia/gm/ |
D | drawglyphs.cpp | 81 SkTDArray<SkGlyphID> fGlyphs; member in DrawGlyphsGM
|
D | textblobshader.cpp | 118 SkTDArray<uint16_t> fGlyphs; member in TextBlobShaderGM
|
D | colrv1.cpp | 77 std::vector<uint16_t> fGlyphs; member
|
D | textblob.cpp | 197 SkTDArray<uint16_t> fGlyphs; member in TextBlobGM
|
/third_party/skia/bench/ |
D | TextBlobBench.cpp | 54 SkTDArray<uint16_t> fGlyphs; member in SkTextBlobBench
|
D | PathTextBench.cpp | 101 SkPath fGlyphs[kNumGlyphs]; member in PathTextBench
|
D | FontCacheBench.cpp | 152 uint16_t fGlyphs[100]; member in FontPathBench
|
/third_party/skia/experimental/sktext/src/ |
D | LogicalRun.h | 77 SkSTArray<128, SkGlyphID, true> fGlyphs; variable
|
D | VisualRun.h | 92 SkSTArray<128, SkGlyphID, true> fGlyphs; variable
|
/third_party/skia/tests/ |
D | ShaperTest.cpp | 25 std::unique_ptr<SkGlyphID[]> fGlyphs; member
|
/third_party/skia/modules/skparagraph/src/ |
D | OneLineShaper.h | 52 GlyphRange fGlyphs; member
|
D | Run.h | 220 SkSTArray<64, SkGlyphID, true>& fGlyphs; variable
|
/third_party/skia/modules/skshaper/tests/ |
D | ShaperTest.cpp | 31 std::unique_ptr<SkGlyphID[]> fGlyphs; member
|
/third_party/skia/tools/fonts/ |
D | TestSVGTypeface.h | 158 std::unique_ptr<Glyph[]> fGlyphs; variable
|
/third_party/skia/samplecode/ |
D | SamplePathText.cpp | 111 Glyph* const fGlyphs; member in PathText::GlyphAnimator 117 Glyph fGlyphs[kNumPaths]; member in PathText
|
/third_party/skia/src/gpu/text/ |
D | GrTextBlob.cpp | 335 SkSpan<Variant> fGlyphs; member in __anon3ca42a0e0111::GlyphVector 511 mutable GlyphVector fGlyphs; member in __anon3ca42a0e0111::DirectMaskSubRun 907 mutable GlyphVector fGlyphs; member in __anon3ca42a0e0111::TransformedMaskSubRun 1166 mutable GlyphVector fGlyphs; member in __anon3ca42a0e0111::SDFTSubRun 1717 mutable GlyphVector fGlyphs; member in __anon3ca42a0e0a11::DirectMaskSubRunNoCache 1963 mutable GlyphVector fGlyphs; member in __anon3ca42a0e0a11::TransformedMaskSubRunNoCache 2189 mutable GlyphVector fGlyphs; member in __anon3ca42a0e0a11::SDFTSubRunNoCache
|
/third_party/icu/icu4c/source/layoutex/layout/ |
D | ParagraphLayout.h | 337 const LEGlyphID *fGlyphs; variable
|
/third_party/skia/modules/skshaper/src/ |
D | SkShaper_harfbuzz.cpp | 526 std::unique_ptr<ShapedGlyph[]> fGlyphs; member
|