Home
last modified time | relevance | path

Searched defs:font (Results 651 - 675 of 719) sorted by relevance

1...<<212223242526272829

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-coretext.cc319 _hb_coretext_shaper_font_data_create (hb_font_t *font) in _hb_coretext_shaper_font_data_create() argument
383 hb_coretext_font_data_sync(hb_font_t *font) hb_coretext_font_data_sync() argument
430 hb_font_t *font = hb_font_create (face); hb_coretext_font_create() local
456 hb_coretext_font_get_ct_font(hb_font_t *font) hb_coretext_font_get_ct_font() argument
504 CTFontRef font; global() member
511 _hb_coretext_shape(hb_shape_plan_t *shape_plan, hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features) _hb_coretext_shape() argument
[all...]
H A Dhb-directwrite.cc274 _hb_directwrite_shaper_font_data_create (hb_font_t *font) in _hb_directwrite_shaper_font_data_create() argument
547 _hb_directwrite_shape(hb_shape_plan_t *shape_plan, hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features) _hb_directwrite_shape() argument
[all...]
H A Dhb-ot-cff1-table.hh1103 cff1_font_dict_values_t *font; in init() local
1126 cff1_top_dict_values_t *font in init() local
[all...]
H A Dhb-ot-layout.cc250 _hb_ot_layout_set_glyph_props (hb_font_t *font, in _hb_ot_layout_set_glyph_props() argument
125 hb_ot_layout_kern(const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) hb_ot_layout_kern() argument
368 hb_ot_layout_get_ligature_carets(hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph, unsigned int start_offset, unsigned int *caret_count , hb_position_t *caret_array ) hb_ot_layout_get_ligature_carets() argument
1422 hb_ot_layout_substitute_start(hb_font_t *font, hb_buffer_t *buffer) hb_ot_layout_substitute_start() argument
1581 hb_ot_layout_position_start(hb_font_t *font, hb_buffer_t *buffer) hb_ot_layout_position_start() argument
1596 hb_ot_layout_position_finish_advances(hb_font_t *font, hb_buffer_t *buffer) hb_ot_layout_position_finish_advances() argument
1610 hb_ot_layout_position_finish_offsets(hb_font_t *font, hb_buffer_t *buffer) hb_ot_layout_position_finish_offsets() argument
1904 apply(const Proxy &proxy, const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) const apply() argument
1938 substitute(const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) const substitute() argument
1946 position(const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) const position() argument
1979 hb_ot_layout_get_baseline(hb_font_t *font, hb_ot_layout_baseline_tag_t baseline_tag, hb_direction_t direction, hb_tag_t script_tag, hb_tag_t language_tag, hb_position_t *coord ) hb_ot_layout_get_baseline() argument
[all...]
H A Dhb-ot-shape-complex-indic.cc378 update_consonant_positions_indic(const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) update_consonant_positions_indic() argument
950 initial_reordering_indic(const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) initial_reordering_indic() argument
1454 preprocess_text_indic(const hb_ot_shape_plan_t *plan, hb_buffer_t *buffer, hb_font_t *font) preprocess_text_indic() argument
[all...]
H A Dhb-uniscribe.cc491 _hb_uniscribe_shaper_font_data_create (hb_font_t *font) in _hb_uniscribe_shaper_font_data_create() argument
477 populate_log_font(LOGFONTW *lf, hb_font_t *font, unsigned int font_size) populate_log_font() argument
554 hb_uniscribe_font_get_logfontw(hb_font_t *font) hb_uniscribe_font_get_logfontw() argument
571 hb_uniscribe_font_get_hfont(hb_font_t *font) hb_uniscribe_font_get_hfont() argument
584 _hb_uniscribe_shape(hb_shape_plan_t *shape_plan, hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features) _hb_uniscribe_shape() argument
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/
H A Dsubsetter_impl.cc95 bool HasName(const char* font_name, Font* font) { in HasName() argument
571 int SetupBitmapBuilders(Font* font, Font::Builder* font_builder, in SetupBitmapBuilders() argument
[all...]
/third_party/skia/tools/fonts/
H A DTestSVGTypeface.cpp695 SkFont font; in exportTtxCbdt() local
921 SkFont font; exportTtxSbix() local
[all...]
/third_party/skia/third_party/externals/freetype/builds/mac/
H A Dftmac.c235 FMFont font; in FT_EXPORT_DEF() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_rich_editor_bridge.cpp844 void ParseFont(EcmaVM* vm, const panda::Local<panda::ObjectRef>& fontObject, Font& font) in ParseFont() argument
922 Font font; in ParsePlaceholderStyle() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_text.cpp111 Font font; in SetFont() local
138 void JSText::GetFontInfo(const JSCallbackInfo& info, Font& font) in GetFontInfo() argument
[all...]
H A Djs_search.cpp639 Font font; in SetPlaceholderFont() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
H A Dselect_pattern.cpp1108 TextStyle font; in InspectorGetSelectedFont() local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dsearch_modifier.cpp44 Font font; in SetSearchTextFont() local
57 Font font; in ResetSearchTextFont() local
163 Font font; SetSearchPlaceholderFont() local
176 Font font; ResetSearchPlaceholderFont() local
[all...]
H A Dnode_text_modifier.cpp674 Font font; in SetTextFont() local
695 Font font; in ResetTextFont() local
809 GetFont(ArkUINodeHandle node, ArkUITextFont* font) GetFont() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_model_ng.cpp337 void SearchModelNG::SetPlaceholderFont(const Font& font) in SetPlaceholderFont() argument
373 void SearchModelNG::SetTextFont(const Font& font) in SetTextFont() argument
1113 SetPlaceholderFont(FrameNode* frameNode, const Font& font) SetPlaceholderFont() argument
1247 SetTextFont(FrameNode* frameNode, const Font& font) SetTextFont() argument
[all...]
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcanvas_component.cpp2178 GetSubFont(const char *font, const uint8_t index, char *&subFont) const GetSubFont() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dcore_canvas.cpp353 void CoreCanvas::DrawSingleCharacter(int32_t unicode, const Font& font, scalar x, scalar y) in DrawSingleCharacter() argument
/third_party/ffmpeg/libavfilter/
H A Davf_showspectrum.c499 const uint8_t *font; in drawtext() local
H A Dvf_drawtext.c150 uint8_t *font; ///< font to be used member
[all...]
H A Daf_aiir.c1043 const uint8_t *font; in drawtext() local
H A Df_ebur128.c241 const uint8_t *font; in drawtext() local
H A Davf_showcqt.c589 static int render_fontconfig(ShowCQTContext *s, AVFrame *tmp, char* font) in render_fontconfig() argument
[all...]
/third_party/mesa3d/src/glx/
H A Dglxcmds.c588 glXUseXFont(Font font, int first, int count, int listBase) in glXUseXFont() argument
/third_party/mesa3d/src/gallium/auxiliary/hud/
H A Dfont.c360 const SFG_Font *font = &fgFontFixed8x13; in util_font_draw_character() local
[all...]

Completed in 46 milliseconds

1...<<212223242526272829