Blender V4.3
overlay_edit_text.cc File Reference
#include "DRW_render.hh"
#include "UI_resources.hh"
#include "BLI_math_color.h"
#include "BLI_math_rotation.h"
#include "BKE_vfont.hh"
#include "DNA_curve_types.h"
#include "overlay_private.hh"

Go to the source code of this file.

Functions

void OVERLAY_edit_text_cache_init (OVERLAY_Data *vedata)
 
static void v2_quad_corners_to_mat4 (const float corners[4][2], float r_mat[4][4])
 
static void edit_text_cache_populate_select (OVERLAY_Data *vedata, Object *ob)
 
static void edit_text_cache_populate_cursor (OVERLAY_Data *vedata, Object *ob)
 
static void edit_text_cache_populate_boxes (OVERLAY_Data *vedata, Object *ob)
 
void OVERLAY_edit_text_cache_populate (OVERLAY_Data *vedata, Object *ob)
 
void OVERLAY_edit_text_draw (OVERLAY_Data *vedata)
 

Function Documentation

◆ edit_text_cache_populate_boxes()

◆ edit_text_cache_populate_cursor()

◆ edit_text_cache_populate_select()

◆ OVERLAY_edit_text_cache_init()

◆ OVERLAY_edit_text_cache_populate()

◆ OVERLAY_edit_text_draw()

◆ v2_quad_corners_to_mat4()

static void v2_quad_corners_to_mat4 ( const float corners[4][2],
float r_mat[4][4] )
static