Home
last modified time | relevance | path

Searched refs:tsb (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/modules/skparagraph/src/
H A DParagraphCache.cpp229 auto& tsb = other.fTextStyles[i]; in operator ==() local
233 if (!(tsa.fStyle.equalsByFonts(tsb.fStyle))) { in operator ==()
236 if (tsa.fRange.width() != tsb.fRange.width()) { in operator ==()
239 if (tsa.fRange.start != tsb.fRange.start) { in operator ==()
245 auto& tsb = other.fPlaceholders[i]; in operator ==() local
246 if (tsa.fRange.width() == 0 && tsb.fRange.width() == 0) { in operator ==()
249 if (!(tsa.fStyle.equals(tsb.fStyle))) { in operator ==()
252 if (tsa.fRange.width() != tsb.fRange.width()) { in operator ==()
255 if (tsa.fRange.start != tsb.fRange.start) { in operator ==()
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttgload.h46 FT_Short* tsb,
H A Dttdriver.c245 FT_Short tsb; in tt_get_advances() local
249 /* since we don't need `tsb', we use zero for `yMax' parameter */ in tt_get_advances()
250 TT_Get_VMetrics( face, start + nn, 0, &tsb, &ah ); in tt_get_advances()
H A Dttgload.c120 FT_Short* tsb, in TT_Get_VMetrics()
124 ( (SFNT_Service)face->sfnt )->get_metrics( face, 1, idx, tsb, ah ); in TT_Get_VMetrics()
128 *tsb = (FT_Short)( face->os2.sTypoAscender - yMax ); in TT_Get_VMetrics()
135 *tsb = (FT_Short)( face->horizontal.Ascender - yMax ); in TT_Get_VMetrics()
146 FT_TRACE5(( " top side bearing (font units): %d\n", *tsb )); in TT_Get_VMetrics()
1472 * are given in the `glyf' table, the top side bearing (tsb) and advance
1476 * bsb = ah - (tsb + ymax - ymin) ,
1480 * pp3 = (x, round(ymax + tsb)) ,
1500 * tsb = DefaultAscender - yMax ,
117 TT_Get_VMetrics( TT_Face face, FT_UInt idx, FT_Pos yMax, FT_Short* tsb, FT_UShort* ah ) TT_Get_VMetrics() argument
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-font.cc166 hb_position_t tsb = vmtx.get_side_bearing (font, glyph); in hb_ot_get_glyph_v_origin() local
167 *y = extents.y_bearing + font->em_scale_y (tsb); in hb_ot_get_glyph_v_origin()
/third_party/ffmpeg/libavdevice/
H A Dopengl_enc.c557 float tsb = top - bottom; in opengl_make_ortho() local
563 matrix[5] = 2.0f / tsb; in opengl_make_ortho()
566 matrix[13] = -tab / tsb; in opengl_make_ortho()

Completed in 10 milliseconds