Home
last modified time | relevance | path

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

12345

/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...]
H A Dhb-ot-shape.cc1242 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 Dtest-buffer.c185 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 Dshape.cpp183 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 DText.h176 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 Dsfnt.h135 le_uint16 glyphs[ANY_NUMBER]; member
/third_party/skia/src/core/
H A DSkFont.cpp174 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 DSkTextBlob.cpp948 getIntercepts(const SkGlyphID glyphs[], int count, const SkPoint positions[], SkScalar top, SkScalar bottom, const SkPaint* paintPtr) const getIntercepts() argument
[all...]
H A DSkTypeface.cpp395 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 DSamplePathText.cpp94 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 Dsfnt.h135 le_uint16 glyphs[ANY_NUMBER]; member
/third_party/skia/third_party/externals/freetype/src/bdf/
H A Dbdf.h180 bdf_glyph_t* glyphs; /* Glyphs themselves. */ member
H A Dbdflib.c2312 bdf_glyph_t* glyphs; bdf_free_font() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dhelper-cairo.hh587 cairo_glyph_t *glyphs; member
[all...]
/third_party/skia/modules/skottie/src/text/
H A DSkottieShaper.cpp256 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 DOneLineShaper.cpp191 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 DCanvas.java141 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 Dletest.cpp61 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 Dsfnt.h232 le_uint16 glyphs[ANY_NUMBER]; member
241 le_uint16 glyphs[ANY_NUMBER]; member
/third_party/icu/icu4c/source/test/perf/leperf/
H A Dsfnt.h236 le_uint16 glyphs[ANY_NUMBER]; member
245 le_uint16 glyphs[ANY_NUMBER]; member
/third_party/icu/icu4c/source/layoutex/
H A DParagraphLayout.cpp1103 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...]

Completed in 23 milliseconds

12345