QtBase  v6.3.1
Classes | Functions
hb-ot-shape-fallback.cc File Reference
#include "hb.hh"
#include "hb-ot-shape-fallback.hh"
#include "hb-kern.hh"
Include dependency graph for hb-ot-shape-fallback.cc:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  hb_ot_shape_fallback_kern_driver_t
 

Functions

void _hb_ot_shape_fallback_mark_position_recategorize_marks (const hb_ot_shape_plan_t *plan HB_UNUSED, hb_font_t *font HB_UNUSED, hb_buffer_t *buffer)
 
void _hb_ot_shape_fallback_mark_position (const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer, bool adjust_offsets_when_zeroing)
 
void _hb_ot_shape_fallback_kern (const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer)
 
void _hb_ot_shape_fallback_spaces (const hb_ot_shape_plan_t *plan HB_UNUSED, hb_font_t *font, hb_buffer_t *buffer)
 

Function Documentation

◆ _hb_ot_shape_fallback_kern()

void _hb_ot_shape_fallback_kern ( const hb_ot_shape_plan_t plan,
hb_font_t font,
hb_buffer_t buffer 
)

Definition at line 491 of file hb-ot-shape-fallback.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ _hb_ot_shape_fallback_mark_position()

void _hb_ot_shape_fallback_mark_position ( const hb_ot_shape_plan_t plan,
hb_font_t font,
hb_buffer_t buffer,
bool  adjust_offsets_when_zeroing 
)

Definition at line 440 of file hb-ot-shape-fallback.cc.

◆ _hb_ot_shape_fallback_mark_position_recategorize_marks()

void _hb_ot_shape_fallback_mark_position_recategorize_marks ( const hb_ot_shape_plan_t *plan  HB_UNUSED,
hb_font_t *font  HB_UNUSED,
hb_buffer_t buffer 
)

Definition at line 169 of file hb-ot-shape-fallback.cc.

◆ _hb_ot_shape_fallback_spaces()

void _hb_ot_shape_fallback_spaces ( const hb_ot_shape_plan_t *plan  HB_UNUSED,
hb_font_t font,
hb_buffer_t buffer 
)

Definition at line 527 of file hb-ot-shape-fallback.cc.