Home
last modified time | relevance | path

Searched defs:font (Results 601 - 625 of 722) sorted by relevance

1...<<212223242526272829

/third_party/ffmpeg/libavcodec/
H A Dmovtextdec.c58 char *font; member
76 const char *font; member
[all...]
/third_party/ffmpeg/libavfilter/
H A Davf_showvolume.c236 const uint8_t *font; in drawtext() local
H A Daf_afir.c50 const uint8_t *font; in drawtext() local
H A Davf_showcqt.h119 char *font; member
/third_party/backends/japi/
H A DJscanimage.java72 private Font font; // For dialog items. field in Jscanimage
/third_party/cups-filters/filter/pdftopdf/
H A Dqpdf_pdftopdf_processor.cc364 QPDFObjectHandle font = page.getOwningQPDF()->makeIndirectObject in add_label() local
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
H A DDumbTextComponent.java488 public void setFont(Font font) { in setFont() argument
/third_party/mesa3d/src/gallium/auxiliary/hud/
H A Dhud_private.h69 struct util_font font; member
/third_party/python/Lib/idlelib/
H A Drun.py322 import tkinter.font namespace
/third_party/skia/src/core/
H A DSkFont.cpp112 SkFont font = *this; in makeWithSize() local
334 SkRect SkFontPriv::GetFontBounds(const SkFont& font) { in GetFontBounds() argument
361 GlyphsToUnichars(const SkFont& font, const SkGlyphID glyphs[], int count, SkUnichar text[]) GlyphsToUnichars() argument
[all...]
H A DSkScalerContext.h321 static void MakeRecAndEffectsFromFont(const SkFont& font, in MakeRecAndEffectsFromFont() argument
/third_party/skia/src/gpu/ops/
H A DAtlasTextOp.cpp536 SkFont font; in GR_DRAW_OP_TEST_DEFINE() local
487 CreateOpTestingOnly(SurfaceDrawContext* sdc, const SkPaint& skPaint, const SkFont& font, const SkMatrixProvider& mtxProvider, const char* text, int x, int y) CreateOpTestingOnly() argument
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
H A DEblcTable.java
/third_party/skia/third_party/externals/freetype/src/bdf/
H A Dbdf.h240 bdf_free_font( bdf_font_t* font ); global() variable
[all...]
/third_party/skia/third_party/externals/freetype/src/winfonts/
H A Dwinfnt.c192 FNT_Font font = face->font; in fnt_font_done() local
208 fnt_font_load( FNT_Font font, in fnt_font_load() argument
627 FNT_Font font = face->font; fnt_cmap_init() local
746 FNT_Font font; FNT_Face_Init() local
784 FNT_Font font = face->font; FNT_Face_Init() local
1002 FNT_Font font; FNT_Load_Glyph() local
1131 FNT_Font font = ((FNT_Face)face)->font; winfnt_get_header() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-aat-layout-common.hh864 hb_font_t *font; member
H A Dhb-ot-shape-complex-arabic.cc383 arabic_fallback_shape(const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) arabic_fallback_shape() argument
446 apply_stch(const hb_ot_shape_plan_t *plan HB_UNUSED, hb_buffer_t *buffer, hb_font_t *font) apply_stch() argument
[all...]
H A Dhb-ot-shape.cc262 hb_ot_shape_plan_t::substitute (hb_font_t *font, in substitute() argument
274 hb_ot_shape_plan_t::position (hb_font_t *font, in position() argument
464 hb_font_t *font; global() member
544 hb_insert_dotted_circle(hb_buffer_t *buffer, hb_font_t *font) hb_insert_dotted_circle() argument
840 hb_ot_hide_default_ignorables(hb_buffer_t *buffer, hb_font_t *font) hb_ot_hide_default_ignorables() argument
1207 _hb_ot_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_ot_shape() argument
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/util/
H A Dhelper-cairo.hh82 hb_font_t *font = hb_font_reference (font_opts->font); in helper_cairo_create_scaled_font() local
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/
H A Dfont.cc259 FontPtr font = new Font(sfnt_version_, &digest_); in Build() local
367 void Font::Builder::BuildTablesFromBuilders(Font* font, in BuildTablesFromBuilders() argument
[all...]
/third_party/skia/tools/
H A DToolUtils.cpp219 void get_text_path(const SkFont& font, in get_text_path() argument
196 add_to_text_blob_w_len(SkTextBlobBuilder* builder, const char* text, size_t len, SkTextEncoding encoding, const SkFont& font, SkScalar x, SkScalar y) add_to_text_blob_w_len() argument
211 add_to_text_blob(SkTextBlobBuilder* builder, const char* text, const SkFont& font, SkScalar x, SkScalar y) add_to_text_blob() argument
[all...]
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
H A DCanvas.java141 drawGlyphs(char[] glyphs, float[] positions, float xOrigin, float yOrigin, Font font, Paint paint) drawGlyphs() argument
/third_party/skia/modules/skparagraph/src/
H A DRun.cpp65 getFontCompressionStatus(const RSFont& font) getFontCompressionStatus() argument
73 getFamilyNameFromFont(const RSFont& font) getFamilyNameFromFont() argument
79 getFontCompressionStatus(const SkFont& font) getFontCompressionStatus() argument
87 getFamilyNameFromFont(const SkFont& font) getFamilyNameFromFont() argument
100 findCompressionConfigWithFont(const RSFont& font) findCompressionConfigWithFont() argument
121 metricsIncludeFontPadding(RSFontMetrics* metrics, const RSFont& font) metricsIncludeFontPadding() argument
163 scaleFontWithCompressionConfig(RSFont& font, ScaleOP op) scaleFontWithCompressionConfig() argument
167 scaleFontWithCompressionConfig(SkFont& font, ScaleOP op) scaleFontWithCompressionConfig() argument
643 SkFont Cluster::font() const { scaleFontWithCompressionConfig() function in skia::textlayout::Cluster
[all...]
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_preference_wrapper.cpp232 void ArkWebPreferenceWrapper::PutFixedFontFamilyName(const std::string& font) in PutFixedFontFamilyName() argument
250 void ArkWebPreferenceWrapper::PutSerifFontFamilyName(const std::string& font) in PutSerifFontFamilyName() argument
308 void ArkWebPreferenceWrapper::PutCursiveFontFamilyName(const std::string& font) in PutCursiveFontFamilyName() argument
326 void ArkWebPreferenceWrapper::PutFantasyFontFamilyName(const std::string& font) in PutFantasyFontFamilyName() argument
364 void ArkWebPreferenceWrapper::PutStandardFontFamilyName(const std::string& font) in PutStandardFontFamilyName() argument
382 PutSansSerifFontFamilyName(const std::string& font) PutSansSerifFontFamilyName() argument
[all...]
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/
H A Dapplication_context.cpp727 void ApplicationContext::SetFont(const std::string &font) in SetFont() argument

Completed in 23 milliseconds

1...<<212223242526272829