| /third_party/skia/include/core/ |
| 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
|
| /foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/run_napi/ |
| H A D | js_run.cpp | 170 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 D | drawing_font.cpp | 227 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 D | skia_font.cpp | 145 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 D | font.cpp | 98 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 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
|
| /third_party/skia/third_party/externals/icu/source/samples/layout/ |
| H A D | pflow.c | 344 const LEGlyphID *glyphs = pl_getVisualRunGlyphs(visualRun); in pf_draw() local
|
| /third_party/skia/src/pdf/ |
| H A D | SkPDFType1Font.cpp | 313 auto glyphs = metrics.glyphs(SkMakeSpan(glyphIDs.get(), glyphRangeSize)); in SkPDFEmitType1Font() local
|
| /third_party/skia/tests/ |
| H A D | PDFPrimitivesTest.cpp | 387 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 D | gxvjust.c | 216 FT_UShort glyphs; in gxv_just_actSubrecord_type0_validate() local
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-ot-layout-gsub-table.hh | 208 auto glyphs = in serialize() local [all...] |
| H A D | hb-subset-plan.cc | 270 _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...] |