GPAC
Open Source Multimedia Framework. For more information, check out http://gpac.wp.mines-telecom.fr
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups
svg_font.c File Reference
#include <gpac/utf.h>
#include "visual_manager.h"
#include "nodes_stacks.h"
+ Include dependency graph for svg_font.c:

Data Structures

struct  SVG_GlyphStack
 
struct  FontURIStack
 

Functions

static GF_Err svg_font_get_glyphs (void *udta, const char *utf_string, u32 *glyph_buffer, u32 *io_glyph_buffer_size, const char *lang, Bool *is_rtl)
 
static GF_Glyphsvg_font_load_glyph (void *udta, u32 glyph_name)
 
static void svg_traverse_font (GF_Node *node, void *rs, Bool is_destroy)
 
static void svg_font_on_load (GF_Node *handler, GF_DOM_Event *event, GF_Node *observer)
 
void compositor_init_svg_font (GF_Compositor *compositor, GF_Node *node)
 
static void svg_traverse_glyph (GF_Node *node, void *rs, Bool is_destroy)
 
void compositor_init_svg_glyph (GF_Compositor *compositor, GF_Node *node)
 
static Bool svg_font_uri_check (GF_Node *node, FontURIStack *st)
 
GF_Font * svg_font_uri_get_alias (void *udta)
 
static GF_Err svg_font_uri_get_glyphs (void *udta, const char *utf_string, u32 *glyph_buffer, u32 *io_glyph_buffer_size, const char *lang, Bool *is_rtl)
 
static GF_Glyphsvg_font_uri_load_glyph (void *udta, u32 glyph_name)
 
static void svg_traverse_font_face_uri (GF_Node *node, void *rs, Bool is_destroy)
 
void compositor_init_svg_font_face_uri (GF_Compositor *compositor, GF_Node *node)
 

Data Structure Documentation

struct SVG_GlyphStack
+ Collaboration diagram for SVG_GlyphStack:
Data Fields
u16 * unicode
u16 uni_len
GF_Glyph glyph
GF_Font * font
struct FontURIStack
+ Collaboration diagram for FontURIStack:
Data Fields
GF_Font * font
GF_Font * alias
GF_Compositor * compositor
GF_MediaObject * mo

Function Documentation

static GF_Err svg_font_get_glyphs ( void *  udta,
const char *  utf_string,
u32 glyph_buffer,
u32 io_glyph_buffer_size,
const char *  lang,
Bool is_rtl 
)
static

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static GF_Glyph* svg_font_load_glyph ( void *  udta,
u32  glyph_name 
)
static

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void svg_traverse_font ( GF_Node node,
void *  rs,
Bool  is_destroy 
)
static

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void svg_font_on_load ( GF_Node handler,
GF_DOM_Event event,
GF_Node observer 
)
static

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void compositor_init_svg_font ( GF_Compositor *  compositor,
GF_Node node 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void svg_traverse_glyph ( GF_Node node,
void *  rs,
Bool  is_destroy 
)
static

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void compositor_init_svg_glyph ( GF_Compositor *  compositor,
GF_Node node 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static Bool svg_font_uri_check ( GF_Node node,
FontURIStack st 
)
static

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

GF_Font* svg_font_uri_get_alias ( void *  udta)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static GF_Err svg_font_uri_get_glyphs ( void *  udta,
const char *  utf_string,
u32 glyph_buffer,
u32 io_glyph_buffer_size,
const char *  lang,
Bool is_rtl 
)
static

+ Here is the caller graph for this function:

static GF_Glyph* svg_font_uri_load_glyph ( void *  udta,
u32  glyph_name 
)
static

+ Here is the caller graph for this function:

static void svg_traverse_font_face_uri ( GF_Node node,
void *  rs,
Bool  is_destroy 
)
static

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void compositor_init_svg_font_face_uri ( GF_Compositor *  compositor,
GF_Node node 
)

+ Here is the call graph for this function:

+ Here is the caller graph for this function: