/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/ |
H A D | font_subsetter.cc | 21 SubsetFont(const char* font_name, const unsigned char* original_font, size_t font_size, const unsigned int* glyph_ids, size_t glyph_count, unsigned char** output_buffer) SubsetFont() argument 41 SubsetFont(int font_index, const unsigned char* original_font, size_t font_size, const unsigned int* glyph_ids, size_t glyph_count, unsigned char** output_buffer) SubsetFont() argument
|
H A D | subsetter_impl.cc | 628 LoadFont(int font_index, const unsigned char* original_font, size_t font_size) LoadFont() argument 646 LoadFont(const char* font_name, const unsigned char* original_font, size_t font_size) LoadFont() argument
|
/third_party/ffmpeg/libavcodec/ |
H A D | ass.c | 28 ff_ass_subtitle_header_full(AVCodecContext *avctx, int play_res_x, int play_res_y, const char *font, int font_size, int primary_color, int secondary_color, int outline_color, int back_color, int bold, int italic, int underline, int border_style, int alignment) ff_ass_subtitle_header_full() argument 82 ff_ass_subtitle_header(AVCodecContext *avctx, const char *font, int font_size, int color, int back_color, int bold, int italic, int underline, int border_style, int alignment) ff_ass_subtitle_header() argument
|
H A D | libaribb24.c | 66 unsigned int font_size = 0; in libaribb24_generate_ass_header() local
|
H A D | ass_split.h | 42 int font_size; /**< font height */ member 149 void (*font_size)(void *priv, int size); member
|
H A D | microdvddec.c | 326 int font_size = ASS_DEFAULT_FONT_SIZE; in microdvd_init() local
|
/third_party/skia/tools/ |
H A D | using_skia_and_harfbuzz.cpp | 115 DoubleOption font_size = DoubleOption("-z", "Font size", 8.0f); member
|
/third_party/skia/third_party/externals/freetype/src/tools/ftrandom/ |
H A D | ftrandom.c | 89 static FT_F26Dot6 font_size = 12 * 64; variable
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-coretext.cc | 147 create_ct_font (CGFontRef cg_font, CGFloat font_size) in create_ct_font() argument 326 CGFloat font_size = (CGFloat) (font->ptem <= 0.f ? HB_CORETEXT_DEFAULT_FONT_SIZE : font->ptem); in _hb_coretext_shaper_font_data_create() local
|
H A D | hb-uniscribe.cc | 497 int font_size = font->face->get_upem (); /* Default... */ in _hb_uniscribe_shaper_font_data_create() local 477 populate_log_font(LOGFONTW *lf, hb_font_t *font, unsigned int font_size) populate_log_font() argument [all...] |
/third_party/backends/backend/ |
H A D | canon_dr.h | 139 int font_size; member
|
/third_party/mesa3d/src/imgui/ |
H A D | imstb_truetype.h | 622 float font_size; member
|
H A D | imgui_draw.cpp | 1176 void ImDrawList::AddText(const ImFont* font, float font_size, const ImVec2& pos, ImU32 col, const char* text_begin, const char* text_end, float wrap_width, const ImVec4* cpu_fine_clip_rect) in AddText() argument
|
H A D | imgui.cpp | 3909 const float font_size = g.FontSize; in CalcTextSize() local 9500 float font_size = ImGui::GetFontSize() * 2; in ShowMetricsWindow() local
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imstb_truetype.h | 622 float font_size; member
|
H A D | imgui_draw.cpp | 1571 void ImDrawList::AddText(const ImFont* font, float font_size, const ImVec2& pos, ImU32 col, const char* text_begin, const char* text_end, float wrap_width, const ImVec4* cpu_fine_clip_rect) in AddText() argument
|
H A D | imgui.cpp | 2816 const float font_size = draw_list->_Data->FontSize; in RenderTextEllipsis() local 4574 const float font_size = g.FontSize; in CalcTextSize() local 11595 float font_size = GetFontSize(); in ShowMetricsWindow() local [all...] |
/third_party/glfw/deps/ |
H A D | nuklear.h | 10951 float font_size; member
|