Searched defs:tsb (Results 1 – 14 of 14) sorted by relevance
75 #define TSB_GET_LOCK(tsb) (&tsb->lock) argument76 #define TSB_LOCK(tsb) (g_mutex_lock (TSB_GET_LOCK(tsb))) argument77 #define TSB_UNLOCK(tsb) (g_mutex_unlock (TSB_GET_LOCK(tsb))) argument
157 auto& tsb = b.fTextStyles[i]; in operator ==() local173 auto& tsb = b.fPlaceholders[i]; in operator ==() local
245 FT_Short tsb; in tt_get_advances() local
120 FT_Short* tsb, in TT_Get_VMetrics()
246 FT_Short tsb; in tt_get_advances() local
101 auto& tsb = b.fTextStyles[i]; in operator ==() local
163 hb_position_t tsb = vmtx.get_side_bearing (glyph); in hb_ot_get_glyph_v_origin() local
166 hb_position_t tsb = vmtx.get_side_bearing (font, glyph); in hb_ot_get_glyph_v_origin() local
557 float tsb = top - bottom; in opengl_make_ortho() local
2755 teebuf tsb( std::cout.rdbuf(), captured_output.rdbuf() ); in main() local