Home
last modified time | relevance | path

Searched defs:glyphs (Results 51 - 75 of 122) sorted by relevance

12345

/third_party/skia/src/core/
H A DSkGlyphRunPainter.cpp144 SkSpan<const SkGlyph*> glyphs = metrics.glyphs(glyphIDs); in drawForBitmapDevice() local
[all...]
H A DSkGlyphRun.cpp51 SkSpan<const SkGlyph*> glyphs = metrics.glyphs(this->glyphsIDs()); in sourceBounds() local
178 auto glyphs = storage.glyphs(glyphID in draw_text_positions() local
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
H A DRule.java50 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 DGDIFontInstance.cpp59 void GDISurface::drawGlyphs(const LEFontInstance *font, const LEGlyphID *glyphs, le_int32 count, const float *positions, in drawGlyphs() argument
H A Dparagraph.cpp252 const LEGlyphID *glyphs = visualRun->getGlyphs(); in draw() local
/third_party/skia/tests/
H A DTextBlobCacheTest.cpp245 SkGlyphID glyphs[maxGlyphLen]; in make_blob() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-shape-complex-arabic-fallback.hh52 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 Dtest-subset-glyf.c113 hb_set_t *glyphs = hb_set_create(); in test_subset_glyf_with_input_glyphs() local
/third_party/skia/modules/androidkit/src/
H A DCanvas.cpp180 auto* glyphs = env->GetCharArrayElements(jglyphs, nullptr); in Canvas_DrawGlyphs() local
/third_party/skia/modules/skshaper/include/
H A DSkShaper.h249 SkGlyphID* glyphs; // required member
/third_party/skia/include/core/
H A DSkFont.h366 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 DSkTextBlob.h222 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 DPaint.cpp54 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 DVisualRun.h14 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 Dtexteffects.cpp151 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 Dtypeface.cpp30 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 DParagraph.h114 const uint16_t* glyphs; // count values member
/third_party/skia/modules/skparagraph/src/
H A DRunBaseImpl.cpp158 std::vector<uint16_t> glyphs; in getGlyphs() local
/third_party/skia/modules/svg/src/
H A DSkSVGTextPriv.h149 std::unique_ptr<SkGlyphID[]> glyphs; // filled by SkShaper member
/third_party/skia/experimental/sktext/tests/
H A DSelectableText.cpp56 SkSpan<const uint16_t> glyphs; member
/third_party/skia/bench/
H A DSkGlyphCacheBench.cpp29 SkPackedGlyphID glyphs['z']; in do_font_stuff() local
/third_party/cups-filters/fontembed/
H A Dembed_sfnt.c225 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 Dpflow.c346 const LEGlyphID *glyphs = pl_getVisualRunGlyphs(visualRun); in pf_draw() local
/third_party/icu/icu4c/source/layoutex/layout/
H A DParagraphLayout.h569 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 Dcletest.c46 LEGlyphID *glyphs = NULL; in ParamTest() local
219 LEGlyphID glyphs[6]; in AccessTest() local
[all...]

Completed in 15 milliseconds

12345