/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | ttcolr.c | 1136 dstSlot->bitmap_top = srcSlot->bitmap_top; in tt_face_colr_blend_layer() 1162 y_min = FT_MIN( dstSlot->bitmap_top - (FT_Int)dstSlot->bitmap.rows, in tt_face_colr_blend_layer() 1163 srcSlot->bitmap_top - (FT_Int)srcSlot->bitmap.rows ); in tt_face_colr_blend_layer() 1164 y_max = FT_MAX( dstSlot->bitmap_top, srcSlot->bitmap_top ); in tt_face_colr_blend_layer() 1168 y_min != dstSlot->bitmap_top - (FT_Int)dstSlot->bitmap.rows || in tt_face_colr_blend_layer() 1169 y_max != dstSlot->bitmap_top ) in tt_face_colr_blend_layer() 1188 (int)pitch * ( y_max - dstSlot->bitmap_top ) + in tt_face_colr_blend_layer() 1201 dstSlot->bitmap_top = y_max; in tt_face_colr_blend_layer() 1255 dstSlot->bitmap.pitch * ( dstSlot->bitmap_top - srcSlot->bitmap_top ) + in tt_face_colr_blend_layer()
|
/third_party/skia/third_party/externals/freetype/src/sdf/ |
D | ftsdfrend.c | 330 slot->bitmap_top += y_pad; in ft_sdf_render() 334 y_shift = 64 * -slot->bitmap_top; in ft_sdf_render() 576 slot->bitmap_top += y_pad; in ft_bsdf_render()
|
/third_party/skia/third_party/externals/freetype/src/cache/ |
D | ftcsbits.c | 157 !CHECK_CHAR( slot->bitmap_top ) || in ftc_snode_load() 170 sbit->top = (FT_Char)slot->bitmap_top; in ftc_snode_load()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftsynth.c | 158 slot->bitmap_top += (FT_Int)( ystr >> 6 ); in FT_GlyphSlot_Embolden()
|
D | ftglyph.c | 75 glyph->top = slot->bitmap_top; in ft_bitmap_glyph_init()
|
D | ftobjs.c | 493 slot->bitmap_top = (FT_Int)y_top; in ft_glyphslot_preset_bitmap() 562 slot->bitmap_top = 0; in ft_glyphslot_clear()
|
/third_party/skia/third_party/externals/freetype/src/type42/ |
D | t42objs.c | 635 slot->bitmap_top = 0; in t42_glyphslot_clear() 686 glyph->bitmap_top = t42slot->ttslot->bitmap_top; in T42_GlyphSlot_Load()
|
/third_party/skia/src/ports/ |
D | SkFontHost_FreeType_common.cpp | 1354 -ftGlyph.bitmap_top, in generateGlyphImage() 1365 if (-ftGlyph.bitmap_top < mask.fBounds.fTop) { in generateGlyphImage() 1366 int32_t topDiff = mask.fBounds.fTop - (-ftGlyph.bitmap_top); in generateGlyphImage() 1369 ftGlyph.bitmap_top = -mask.fBounds.fTop; in generateGlyphImage() 1377 if (mask.fBounds.fTop < -ftGlyph.bitmap_top) { in generateGlyphImage() 1378 mask.fImage += mask.fRowBytes * (-ftGlyph.bitmap_top - mask.fBounds.fTop); in generateGlyphImage() 1379 mask.fBounds.fTop = -ftGlyph.bitmap_top; in generateGlyphImage() 1511 canvas.translate(face->glyph->bitmap_left, -face->glyph->bitmap_top); in generateGlyphImage()
|
D | SkFontHost_FreeType.cpp | 1238 fFace->glyph->bitmap_top += SkFDot6Floor(vector.y); in generateMetrics() 1247 -SkIntToScalar(fFace->glyph->bitmap_top), in generateMetrics()
|
/third_party/skia/third_party/externals/freetype/src/raster/ |
D | ftrend1.c | 142 y_shift = ( (FT_Int)bitmap->rows - slot->bitmap_top ) * 64; in ft_raster1_render()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | gen_overlay_fonts.py | 202 top = face.glyph.bitmap_top
|
/third_party/skia/third_party/externals/freetype/src/cff/ |
D | cffgload.c | 298 glyph->root.bitmap_top = metrics.vertBearingY; in cff_slot_load() 303 glyph->root.bitmap_top = metrics.horiBearingY; in cff_slot_load()
|
/third_party/skia/third_party/externals/freetype/src/winfonts/ |
D | winfnt.c | 1067 slot->bitmap_top = font->header.ascent; in FNT_Load_Glyph() 1075 slot->metrics.horiBearingY = slot->bitmap_top << 6; in FNT_Load_Glyph()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_drawtext.c | 299 int bitmap_top; 358 glyph->bitmap_top = bitmapglyph->top; in load_glyph() 1426 s->positions[i].y = y - glyph->bitmap_top + y_max; in draw_text()
|
D | avf_showcqt.c | 551 sy = font_height - 8 - face->glyph->bitmap_top; in render_freetype()
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
D | freetype.h | 1923 FT_Int bitmap_top; member
|
/third_party/skia/third_party/externals/freetype/src/smooth/ |
D | ftsmooth.c | 481 y_shift = 64 * -slot->bitmap_top; in ft_smooth_render()
|
/third_party/skia/third_party/externals/freetype/src/pcf/ |
D | pcfdrivr.c | 529 slot->bitmap_top = metric->ascent; in PCF_Glyph_Load()
|
/third_party/skia/third_party/externals/freetype/src/pfr/ |
D | pfrsbit.c | 777 glyph->root.bitmap_top = (FT_Int)( ypos + (FT_Long)ysize ); in pfr_slot_load_bitmap()
|
/third_party/skia/third_party/externals/freetype/src/truetype/ |
D | ttgload.c | 2461 glyph->bitmap_top = sbit_metrics.vertBearingY; in load_sbit_image() 2466 glyph->bitmap_top = sbit_metrics.horiBearingY; in load_sbit_image() 2887 glyph->bitmap_top = 0; in TT_Load_Glyph()
|
/third_party/skia/third_party/externals/freetype/src/bdf/ |
D | bdfdrivr.c | 853 slot->bitmap_top = glyph.bbx.ascent; in BDF_Glyph_Load()
|
/third_party/skia/third_party/externals/imgui/misc/freetype/ |
D | imgui_freetype.cpp | 263 out_glyph_info->OffsetY = -Face->glyph->bitmap_top; in RenderGlyphAndGetInfo()
|
/third_party/skia/third_party/externals/freetype/docs/ |
D | CHANGES | 4716 bitmap_top: 4743 and `face.glyph.bitmap_top'. The original native image might
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.210 | 649 `bitmap_top' and `bitmap_left'.
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test17-pr19027.so.abi | 10011 <!-- FT_Int FT_GlyphSlotRec_::bitmap_top --> 10012 …<var-decl name='bitmap_top' type-id='type-id-591' visibility='default' filepath='/collab/usr/globa…
|