Home
last modified time | relevance | path

Searched defs:tsb (Results 1 – 14 of 14) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dtransportsendbin.c75 #define TSB_GET_LOCK(tsb) (&tsb->lock) argument
76 #define TSB_LOCK(tsb) (g_mutex_lock (TSB_GET_LOCK(tsb))) argument
77 #define TSB_UNLOCK(tsb) (g_mutex_unlock (TSB_GET_LOCK(tsb))) argument
/third_party/skia/modules/skparagraph/src/
DParagraphCache.cpp157 auto& tsb = b.fTextStyles[i]; in operator ==() local
173 auto& tsb = b.fPlaceholders[i]; in operator ==() local
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttdriver.c245 FT_Short tsb; in tt_get_advances() local
Dttgload.c120 FT_Short* tsb, in TT_Get_VMetrics()
/third_party/flutter/skia/third_party/externals/freetype/src/truetype/
Dttdriver.c246 FT_Short tsb; in tt_get_advances() local
Dttgload.c120 FT_Short* tsb, in TT_Get_VMetrics()
/third_party/freetype/src/truetype/
Dttdriver.c245 FT_Short tsb; in tt_get_advances() local
Dttgload.c120 FT_Short* tsb, in TT_Get_VMetrics()
/third_party/flutter/skia/modules/skparagraph/src/
DParagraphCache.cpp101 auto& tsb = b.fTextStyles[i]; in operator ==() local
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-font.cc163 hb_position_t tsb = vmtx.get_side_bearing (glyph); in hb_ot_get_glyph_v_origin() local
/third_party/harfbuzz/src/
Dhb-ot-font.cc166 hb_position_t tsb = vmtx.get_side_bearing (font, glyph); in hb_ot_get_glyph_v_origin() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-font.cc166 hb_position_t tsb = vmtx.get_side_bearing (font, glyph); in hb_ot_get_glyph_v_origin() local
/third_party/ffmpeg/libavdevice/
Dopengl_enc.c557 float tsb = top - bottom; in opengl_make_ortho() local
/third_party/boost/tools/boostdep/src/
Dboostdep.cpp2755 teebuf tsb( std::cout.rdbuf(), captured_output.rdbuf() ); in main() local