/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-aat-layout-morx-table.hh | 747 const HBGlyphID16 *glyphs = &insertionAction[start]; in transition() local 775 const HBGlyphID16 *glyphs in transition() local [all...] |
H A D | hb-coretext.cc | 1065 const CGGlyph* glyphs = USE_PTR ? CTRunGetGlyphsPtr (run) : nullptr; in _hb_coretext_shape() local
|
H A D | hb-ot-layout.cc | 1398 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 D | hb-ot-shape-complex-indic.cc | 324 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...] |
H A D | hb-ot-color-colr-table.hh | 96 hb_set_t *glyphs; member
|
H A D | hb-ot-glyf-table.hh | 183 hb_vector_t<SubsetGlyph> glyphs; in subset() local
|
H A D | hb-ot-layout-gpos-table.hh | 821 auto glyphs = in serialize() local 939 auto glyphs = in serialize() local 1907 auto glyphs = serialize() local [all...] |
H A D | hb-ot-layout-gsubgpos.hh | 52 const hb_set_t *glyphs; member 155 hb_set_t *glyphs; member 243 const hb_set_t *glyphs; global() member 277 const hb_codepoint_t *glyphs; global() member 837 intersects_glyph(const hb_set_t *glyphs, const HBUINT16 &value, const void *data HB_UNUSED) intersects_glyph() argument 841 intersects_class(const hb_set_t *glyphs, const HBUINT16 &value, const void *data) intersects_class() argument 846 intersects_coverage(const hb_set_t *glyphs, const HBUINT16 &value, const void *data) intersects_coverage() argument 858 intersected_class_glyphs(const hb_set_t *glyphs, const void *data, unsigned value, hb_set_t *intersected_glyphs) intersected_class_glyphs() argument 863 intersected_coverage_glyphs(const hb_set_t *glyphs, const void *data, unsigned value, hb_set_t *intersected_glyphs) intersected_coverage_glyphs() argument 871 array_is_subset_of(const hb_set_t *glyphs, unsigned int count, const HBUINT16 values[], intersects_func_t intersects_func, const void *intersects_data) array_is_subset_of() argument 883 collect_glyph(hb_set_t *glyphs, const HBUINT16 &value, const void *data HB_UNUSED) collect_glyph() argument 887 collect_class(hb_set_t *glyphs, const HBUINT16 &value, const void *data) collect_class() argument 892 collect_coverage(hb_set_t *glyphs, const HBUINT16 &value, const void *data) collect_coverage() argument 897 collect_array(hb_collect_glyphs_context_t *c HB_UNUSED, hb_set_t *glyphs, unsigned int count, const HBUINT16 values[], collect_glyphs_func_t collect_func, const void *collect_data) collect_array() argument 1488 context_intersects(const hb_set_t *glyphs, unsigned int inputCount, const HBUINT16 input[], ContextClosureLookupContext &lookup_context) context_intersects() argument [all...] |
H A D | hb-ot-layout-common.hh | 1870 ClassDef_remap_and_serialize(hb_serialize_context_t *c, const hb_map_t &gid_klass_map, hb_sorted_vector_t<HBGlyphID16> &glyphs, const hb_set_t &klasses, bool use_class_zero, hb_map_t *klass_map ) ClassDef_remap_and_serialize() argument 1966 hb_sorted_vector_t<HBGlyphID16> glyphs; subset() local 2184 hb_sorted_vector_t<HBGlyphID16> glyphs; subset() local [all...] |
/third_party/skia/tools/fonts/ |
H A D | TestSVGTypeface.cpp | 273 constexpr const static SkSVGTestTypefaceGlyphData glyphs[] = { in Default() local 321 constexpr const static SkSVGTestTypefaceGlyphData glyphs[] = { in Planets() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_drawtext.c | 188 struct AVTreeNode *glyphs; ///< rendered glyphs, stored using the UTF-32 char code member [all...] |
/third_party/skia/src/gpu/text/ |
H A D | GrTextBlob.cpp | 341 GlyphVector::GlyphVector(sk_sp<SkStrike>&& strike, SkSpan<Variant> glyphs) in GlyphVector() argument 347 Make( sk_sp<SkStrike>&& strike, SkSpan<SkGlyphVariant> glyphs, GrSubRunAllocator* alloc) Make() argument 357 SkSpan<const GrGlyph*> GlyphVector::glyphs() const { glyphs() function in __anon18873::GlyphVector 397 auto glyphs = fGlyphs.subspan(begin, end - begin); regenerateAtlas() local 514 DirectMaskSubRun(GrMaskFormat format, GrTextBlob* blob, const SkGlyphRect& deviceBounds, SkSpan<const DevicePosition> devicePositions, GlyphVector&& glyphs, bool glyphsOutOfBounds) DirectMaskSubRun() argument 910 TransformedMaskSubRun(GrMaskFormat format, GrTextBlob* blob, SkScalar strikeToSourceScale, const SkRect& bounds, SkSpan<const VertexData> vertexData, GlyphVector&& glyphs) TransformedMaskSubRun() argument 1172 SDFTSubRun(GrMaskFormat format, GrTextBlob* textBlob, SkScalar strikeToSource, SkRect vertexBounds, SkSpan<const VertexData> vertexData, GlyphVector&& glyphs, bool useLCDText, bool antiAliased) SDFTSubRun() argument 1720 DirectMaskSubRunNoCache(GrMaskFormat format, const SkRect& deviceBounds, SkSpan<const DevicePosition> devicePositions, GlyphVector&& glyphs) DirectMaskSubRunNoCache() argument 1966 TransformedMaskSubRunNoCache(GrMaskFormat format, SkScalar strikeToSourceScale, const SkRect& bounds, SkSpan<const VertexData> vertexData, GlyphVector&& glyphs) TransformedMaskSubRunNoCache() argument 2195 SDFTSubRunNoCache(GrMaskFormat format, SkScalar strikeToSourceScale, SkRect vertexBounds, SkSpan<const VertexData> vertexData, GlyphVector&& glyphs, bool useLCDText, bool antiAliased) SDFTSubRunNoCache() argument [all...] |
/third_party/skia/src/ports/ |
H A D | SkFontHost_win.cpp | 167 uint16_t glyphs; in calculateGlyphCount() local 812 WORD glyphs = glyph->getGlyphID(); in generateMetrics() local [all...] |
/third_party/skia/modules/skshaper/src/ |
H A D | SkShaper_harfbuzz.cpp | 101 skhb_nominal_glyphs(hb_font_t *hb_font, void *font_data, unsigned int count, const hb_codepoint_t *unicodes, unsigned int unicode_stride, hb_codepoint_t *glyphs, unsigned int glyph_stride, void *user_data) skhb_nominal_glyphs() argument 167 skhb_glyph_h_advances(hb_font_t* hb_font, void* font_data, unsigned count, const hb_codepoint_t* glyphs, unsigned int glyph_stride, hb_position_t* advances, unsigned int advance_stride, void* user_data) global() argument [all...] |
/third_party/skia/modules/skparagraph/src/ |
H A D | TextLine.cpp | 418 GlyphRange glyphs; local
|
H A D | Run.h | 193 SkSpan<const SkGlyphID> glyphs() const { in glyphs() function in skia::textlayout::Run 259 SkSTArray<64, SkGlyphID, true> glyphs; member
|
/third_party/skia/src/xps/ |
H A D | SkXPSDevice.cpp | 1807 SkTScopedComPtr<IXpsOMGlyphs> glyphs; in AddGlyphs() local [all...] |
/third_party/skia/src/pdf/ |
H A D | SkPDFDevice.cpp | 880 auto glyphs = paths.glyphs(glyphRun.glyphsIDs()); in internalDrawGlyphRun() local
|
/third_party/skia/tests/ |
H A D | PathTest.cpp | 5628 SkGlyphID glyphs[len]; in DEF_TEST() local
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 3998 struct nk_font_glyph *glyphs; member 4022 struct nk_font_glyph *glyphs; member 7330 nk_text_clamp(const struct nk_user_font *font, const char *text, int text_len, float space, int *glyphs, float *text_width, nk_rune *sep_list, int sep_count) nk_text_clamp() argument 7378 nk_text_calculate_text_bounds(const struct nk_user_font *font, const char *begin, int byte_len, float row_height, const char **remaining, struct nk_vec2 *out_offset, int *glyphs, int op) nk_text_calculate_text_bounds() argument 7941 int glyphs = 0; nk_utf_len() local 9188 int glyphs = 0; nk_draw_text() local 12841 nk_font_bake(struct nk_font_baker *baker, void *image_memory, int width, int height, struct nk_font_glyph *glyphs, int glyphs_count, const struct nk_font_config *config_list, int font_count) nk_font_bake() argument 13095 nk_font_init(struct nk_font *font, float pixel_height, nk_rune fallback_codepoint, struct nk_font_glyph *glyphs, const struct nk_baked_font *baked_font, nk_handle atlas) nk_font_init() argument 19309 int glyphs = 0; nk_widget_text_wrap() local 21736 int glyphs = 0; nk_textedit_layout_row() local 22025 int glyphs; nk_textedit_paste() local 23081 int glyphs = 0; nk_do_edit() local [all...] |