Home
last modified time | relevance | path

Searched defs:glyphs (Results 101 - 125 of 141) sorted by relevance

123456

/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
/applications/standard/app_samples/code/BasicFeature/Native/NdkRenderNodeDrawing/entry/src/main/cpp/
H A Dnative_bridge.cpp173 uint16_t glyphs[textCount]; in NativeOnDrawTextBlob() local
/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/src/
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...]
H A Dhb-aat-layout-morx-table.hh747 const HBGlyphID16 *glyphs = &insertionAction[start]; in transition() local
775 const HBGlyphID16 *glyphs in transition() local
[all...]
H A Dhb-coretext.cc1065 const CGGlyph* glyphs = USE_PTR ? CTRunGetGlyphsPtr (run) : nullptr; in _hb_coretext_shape() local
H A Dhb-ot-layout.cc1398 hb_ot_layout_lookup_would_substitute(hb_face_t *face, unsigned int lookup_index, const hb_codepoint_t *glyphs, unsigned int glyphs_length, hb_bool_t zero_context) hb_ot_layout_lookup_would_substitute() argument
[all...]
H A Dhb-ot-shape-complex-indic.cc324 hb_codepoint_t glyphs[3] = {virama, consonant, virama}; in consonant_position_from_face() local
461 hb_codepoint_t glyphs[3] = {info[start].codepoint, initial_reordering_consonant_syllable() local
869 hb_codepoint_t glyphs[2]; initial_reordering_consonant_syllable() 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 26 milliseconds

123456