Home
last modified time | relevance | path

Searched defs:glyphs (Results 76 - 100 of 141) sorted by relevance

123456

/third_party/skia/include/core/
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
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/run_napi/
H A Djs_run.cpp170 std::vector<uint16_t> glyphs = run_->GetGlyphs(start, end); in OnGetGlyphs() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_font.cpp227 void OH_Drawing_FontGetWidths(const OH_Drawing_Font* cFont, const uint16_t* glyphs, int count, float* widths) in OH_Drawing_FontGetWidths() argument
402 OH_Drawing_ErrorCode OH_Drawing_FontGetBounds(const OH_Drawing_Font* cFont, const uint16_t* glyphs, uint32_t count, in OH_Drawing_FontGetBounds() argument
216 OH_Drawing_FontTextToGlyphs(const OH_Drawing_Font* cFont, const void* text, uint32_t byteLength, OH_Drawing_TextEncoding encoding, uint16_t* glyphs, int maxGlyphCount) OH_Drawing_FontTextToGlyphs() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_font.cpp145 void SkiaFont::GetWidths(const uint16_t glyphs[], int count, scalar widths[]) const in GetWidths() argument
150 void SkiaFont::GetWidths(const uint16_t glyphs[], int count, scalar widths[], Rect bounds[]) const in GetWidths() argument
240 TextToGlyphs(const void* text, size_t byteLength, TextEncoding encoding, uint16_t glyphs[], int maxGlyphCount) const TextToGlyphs() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/text/
H A Dfont.cpp98 void Font::GetWidths(const uint16_t glyphs[], int count, scalar widths[]) const in GetWidths() argument
103 void Font::GetWidths(const uint16_t glyphs[], int count, scalar widths[], Rect bounds[]) const in GetWidths() argument
173 TextToGlyphs(const void* text, size_t byteLength, TextEncoding encoding, uint16_t glyphs[], int maxGlyphCount) const TextToGlyphs() argument
/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...]
H A Dgendata.cpp209 LEGlyphID *glyphs = NULL; in main() local
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A Dpflow.c344 const LEGlyphID *glyphs = pl_getVisualRunGlyphs(visualRun); in pf_draw() local
/third_party/skia/src/pdf/
H A DSkPDFType1Font.cpp313 auto glyphs = metrics.glyphs(SkMakeSpan(glyphIDs.get(), glyphRangeSize)); in SkPDFEmitType1Font() local
/third_party/skia/tests/
H A DPDFPrimitivesTest.cpp387 static SkGlyphRun make_run(size_t len, const SkGlyphID* glyphs, SkPoint* pos, in make_run() argument
403 const SkGlyphID glyphs[len] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11}; in DEF_TEST() local
427 const SkGlyphID glyphs[len] = { 43, 167, 79, 79, 82, }; in DEF_TEST() local
/third_party/skia/third_party/externals/freetype/src/gxvalid/
H A Dgxvjust.c216 FT_UShort glyphs; in gxv_just_actSubrecord_type0_validate() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-gsub-table.hh208 auto glyphs = in serialize() local
[all...]
H A Dhb-subset-plan.cc270 _remove_invalid_gids (hb_set_t *glyphs, in _remove_invalid_gids() argument
282 _populate_unicodes_to_retain(const hb_set_t *unicodes, const hb_set_t *glyphs, hb_subset_plan_t *plan) _populate_unicodes_to_retain() argument
[all...]

Completed in 18 milliseconds

123456