| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/ |
| H A D | Rule.java | 50 public static GlyphGroup closure(Map<Integer, Set<Rule>> glyphRuleMap, GlyphGroup glyphs) { in closure() argument 61 private void addMatchingTargetGlyphs(GlyphGroup glyphs) { in addMatchingTargetGlyphs() argument 100 private static Set<Rule> rulesForGlyph(Map<Integer, Set<Rule>> glyphRuleMap, GlyphGroup glyphs) { in rulesForGlyph() argument [all...] |
| /third_party/skia/third_party/externals/icu/source/samples/layout/ |
| H A D | GDIFontInstance.cpp | 59 void GDISurface::drawGlyphs(const LEFontInstance *font, const LEGlyphID *glyphs, le_int32 count, const float *positions, in drawGlyphs() argument
|
| H A D | paragraph.cpp | 252 const LEGlyphID *glyphs = visualRun->getGlyphs(); in draw() local
|
| H A D | pflow.c | 344 const LEGlyphID *glyphs = pl_getVisualRunGlyphs(visualRun); in pf_draw() local
|
| /third_party/skia/tests/ |
| H A D | TextBlobCacheTest.cpp | 245 SkGlyphID glyphs[maxGlyphLen]; in make_blob() local [all...] |
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-ot-shape-complex-arabic-fallback.hh | 52 OT::HBGlyphID16 glyphs[SHAPING_TABLE_LAST - SHAPING_TABLE_FIRST + 1]; in arabic_fallback_synthesize_lookup_single() local
|
| /third_party/skia/third_party/externals/harfbuzz/test/api/ |
| H A D | test-subset-glyf.c | 113 hb_set_t *glyphs = hb_set_create(); in test_subset_glyf_with_input_glyphs() local
|
| /third_party/skia/modules/androidkit/src/ |
| H A D | Canvas.cpp | 180 auto* glyphs = env->GetCharArrayElements(jglyphs, nullptr); in Canvas_DrawGlyphs() local
|
| /third_party/skia/modules/skshaper/include/ |
| H A D | SkShaper.h | 249 SkGlyphID* glyphs; // required member
|
| /third_party/skia/include/core/ |
| H A D | SkFont.h | 366 getWidths(const SkGlyphID glyphs[], int count, SkScalar widths[], SkRect bounds[]) const getWidths() argument 371 getWidths(const SkGlyphID glyphs[], int count, SkScalar widths[], std::nullptr_t) const getWidths() argument 384 getWidths(const SkGlyphID glyphs[], int count, SkScalar widths[]) const getWidths() argument 412 getBounds(const SkGlyphID glyphs[], int count, SkRect bounds[], const SkPaint* paint) const getBounds() argument [all...] |
| H A D | SkTextBlob.h | 222 const uint16_t* glyphs; member 320 SkGlyphID* glyphs; //!< storage for glyph indexes in run global() member [all...] |
| /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
|
| H A D | VisualRun.h | 14 VisualRun(TextRange textRange, GlyphIndex trailingSpacesStart, const SkFont& font, SkScalar lineBaseLine, SkPoint runOffset, bool leftToRight, SkSpan<SkPoint> positions, SkSpan<SkGlyphID> glyphs, SkSpan<uint32_t> clusters) VisualRun() argument
|
| /third_party/skia/gm/ |
| H A D | texteffects.cpp | 151 static sk_sp<SkTextBlob> make_text(const SkFont& font, const SkGlyphID glyphs[], in argument 156 make_posh(const SkFont& font, const SkGlyphID glyphs[], int count, SkScalar spacing) make_posh() argument 167 make_pos(const SkFont& font, const SkGlyphID glyphs[], int count, SkScalar spacing) make_pos() argument [all...] |
| H A D | typeface.cpp | 30 static void getGlyphPositions(const SkFont& font, const uint16_t glyphs[], in getGlyphPositions() argument 62 uint16_t* glyphs = glyphStorage.get(); in drawKernText() local 409 uint16_t glyphs[1] = { font.unicharToGlyph('A') }; in DEF_SIMPLE_GM() local [all...] |
| /third_party/skia/modules/skparagraph/include/ |
| H A D | Paragraph.h | 114 const uint16_t* glyphs; // count values member
|
| /third_party/skia/modules/skparagraph/src/ |
| H A D | RunBaseImpl.cpp | 158 std::vector<uint16_t> glyphs; in getGlyphs() local
|
| /third_party/skia/modules/svg/src/ |
| H A D | SkSVGTextPriv.h | 149 std::unique_ptr<SkGlyphID[]> glyphs; // filled by SkShaper member
|
| /third_party/skia/experimental/sktext/tests/ |
| H A D | SelectableText.cpp | 56 SkSpan<const uint16_t> glyphs; member
|
| /third_party/skia/bench/ |
| H A D | SkGlyphCacheBench.cpp | 29 SkPackedGlyphID glyphs['z']; in do_font_stuff() local
|
| /third_party/cups-filters/fontembed/ |
| H A D | embed_sfnt.c | 225 EMB_PDF_FONTWIDTHS *emb_otf_get_pdf_widths(OTF_FILE *otf,const unsigned short *encoding,int len,const BITSET glyphs) // {{{ glyphs==NULL -> all from 0 to len in emb_otf_get_pdf_widths() argument 295 EMB_PDF_FONTWIDTHS *emb_otf_get_pdf_cidwidths(OTF_FILE *otf,const BITSET glyphs) // {{{ // glyphs==NULL -> output all in emb_otf_get_pdf_cidwidths() argument
|
| /third_party/icu/icu4c/source/samples/layout/ |
| H A D | pflow.c | 346 const LEGlyphID *glyphs = pl_getVisualRunGlyphs(visualRun); in pf_draw() local
|
| /third_party/icu/icu4c/source/layoutex/layout/ |
| H A D | ParagraphLayout.h | 569 LEGlyphID *glyphs; member 737 VisualRun(const LEFontInstance *font, UBiDiDirection direction, le_int32 glyphCount, const LEGlyphID glyphs[], const float positions[], const le_int32 glyphToCharMap[]) VisualRun() argument [all...] |
| /third_party/icu/icu4c/source/test/letest/ |
| H A D | cletest.c | 46 LEGlyphID *glyphs = NULL; in ParamTest() local 219 LEGlyphID glyphs[6]; in AccessTest() local [all...] |
| H A D | gendata.cpp | 209 LEGlyphID *glyphs = NULL; in main() local
|