/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...] |
H A D | hb-ot-shape.cc | 1242 add_char(hb_font_t *font, hb_unicode_funcs_t *unicode, hb_bool_t mirror, hb_codepoint_t u, hb_set_t *glyphs) add_char() argument 1275 hb_ot_shape_glyphs_closure(hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features, hb_set_t *glyphs) hb_ot_shape_glyphs_closure() argument [all...] |
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A D | test-buffer.c | 185 hb_glyph_info_t *glyphs; in test_buffer_contents() local 390 hb_glyph_info_t *glyphs; test_buffer_utf8_conversion() local 680 hb_glyph_info_t *glyphs; test_buffer_utf8_validity() local 739 hb_glyph_info_t *glyphs; test_buffer_utf16_conversion() local 793 hb_glyph_info_t *glyphs; test_buffer_utf32_conversion() local [all...] |
/third_party/skia/modules/skplaintexteditor/src/ |
H A D | shape.cpp | 183 set_character_bounds(void* context, const char* utf8Text, size_t utf8TextBytes, size_t glyphCount, const SkGlyphID* glyphs, const SkPoint* positions, const uint32_t* clusters, const SkFont& font) set_character_bounds() argument
|
/third_party/skia/experimental/sktext/include/ |
H A D | Text.h | 176 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
|
/third_party/icu/icu4c/source/samples/layout/ |
H A D | sfnt.h | 135 le_uint16 glyphs[ANY_NUMBER]; member
|
/third_party/skia/src/core/ |
H A D | SkFont.cpp | 174 SkSpan<const SkGlyph*> glyphs = metrics.glyphs(SkMakeSpan(glyphIDs, glyphCount)); in measureText() local 153 textToGlyphs(const void* text, size_t byteLength, SkTextEncoding encoding, SkGlyphID glyphs[], int maxGlyphCount) const textToGlyphs() argument 212 SkSpan<const SkGlyph*> glyphs = metrics.glyphs(SkMakeSpan(glyphIDs, count)); getWidthsBounds() local 233 SkSpan<const SkGlyph*> glyphs = metrics.glyphs(SkMakeSpan(glyphIDs, count)); getPos() local 247 SkSpan<const SkGlyph*> glyphs = metrics.glyphs(SkMakeSpan(glyphIDs, count)); getXPos() local 265 SkSpan<const SkGlyph*> glyphs = paths.glyphs(SkMakeSpan(glyphIDs, count)); getPaths() local 361 GlyphsToUnichars(const SkFont& font, const SkGlyphID glyphs[], int count, SkUnichar text[]) GlyphsToUnichars() argument [all...] |
H A D | SkTextBlob.cpp | 948 getIntercepts(const SkGlyphID glyphs[], int count, const SkPoint positions[], SkScalar top, SkScalar bottom, const SkPaint* paintPtr) const getIntercepts() argument [all...] |
H A D | SkTypeface.cpp | 395 SkGlyphID glyphs[1] = { 0 }; in unicharToGlyph() local 438 textToGlyphs(const void* text, size_t byteLength, SkTextEncoding encoding, SkGlyphID glyphs[], int maxGlyphCount) const textToGlyphs() argument 472 getKerningPairAdjustments(const uint16_t glyphs[], int count, int32_t adjustments[]) const getKerningPairAdjustments() argument 532 onGetKerningPairAdjustments(const uint16_t glyphs[], int count, int32_t adjustments[]) const onGetKerningPairAdjustments() argument [all...] |
/third_party/skia/samplecode/ |
H A D | SamplePathText.cpp | 94 GlyphAnimator(Glyph* glyphs) : fGlyphs(glyphs) {} in GlyphAnimator() argument 147 MovingGlyphAnimator(Glyph* glyphs) in MovingGlyphAnimator() argument 255 WavyGlyphAnimator(Glyph* glyphs) in WavyGlyphAnimator() argument
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
H A D | sfnt.h | 135 le_uint16 glyphs[ANY_NUMBER]; member
|
/third_party/skia/third_party/externals/freetype/src/bdf/ |
H A D | bdf.h | 180 bdf_glyph_t* glyphs; /* Glyphs themselves. */ member
|
H A D | bdflib.c | 2312 bdf_glyph_t* glyphs; bdf_free_font() local [all...] |
/third_party/skia/third_party/externals/harfbuzz/util/ |
H A D | helper-cairo.hh | 587 cairo_glyph_t *glyphs; member [all...] |
/third_party/skia/modules/skottie/src/text/ |
H A D | SkottieShaper.cpp | 256 commitFragementedRun(const RunRec& rec, const SkGlyphID* glyphs, const SkPoint* pos, const uint32_t* clusters, uint32_t line_index) commitFragementedRun() argument 303 commitConsolidatedRun(const RunRec& rec, const SkGlyphID* glyphs, const SkPoint* pos, const uint32_t*, uint32_t) commitConsolidatedRun() argument [all...] |
/third_party/skia/modules/skparagraph/src/ |
H A D | OneLineShaper.cpp | 191 auto glyphs = resolvedBlock.fGlyphs; in finish() local 793 clusteredText(GlyphRange& glyphs) global() argument [all...] |
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
H A D | Canvas.java | 141 public void drawGlyphs(char[] glyphs, float[] positions, float xOrigin, float yOrigin, in drawGlyphs() argument 192 private static native void nDrawGlyphs(long nativeInstance, char[] glyphs, float[] positions, in nDrawGlyphs() argument
|
/third_party/icu/icu4c/source/test/letest/ |
H A D | letest.cpp | 61 LEGlyphID *glyphs = NULL; in ParamTest() local 247 LEGlyphID glyphs[6], extraBitGlyphs[6]; in AccessTest() local 614 UnicodeString text, glyphs, indices, positions; DataDrivenTest() local [all...] |
H A D | sfnt.h | 232 le_uint16 glyphs[ANY_NUMBER]; member 241 le_uint16 glyphs[ANY_NUMBER]; member
|
/third_party/icu/icu4c/source/test/perf/leperf/ |
H A D | sfnt.h | 236 le_uint16 glyphs[ANY_NUMBER]; member 245 le_uint16 glyphs[ANY_NUMBER]; member
|
/third_party/icu/icu4c/source/layoutex/ |
H A D | ParagraphLayout.cpp | 1103 LEGlyphID *glyphs = LE_NEW_ARRAY(LEGlyphID, glyphCount); appendRun() local 1223 append(const LEFontInstance *font, UBiDiDirection direction, le_int32 glyphCount, const LEGlyphID glyphs[], const float positions[], const le_int32 glyphToCharMap[]) append() argument [all...] |