Searched refs:bmp_rect1 (Results 1 – 1 of 1) sorted by relevance
973 FX_RECT bmp_rect1 = FXGE_GetGlyphsBBox(glyphs, anti_alias, 1.0f, 1.0f); in DrawNormalText() local975 --bmp_rect1.left; in DrawNormalText()976 --bmp_rect1.top; in DrawNormalText()977 ++bmp_rect1.right; in DrawNormalText()978 ++bmp_rect1.bottom; in DrawNormalText()980 FX_RECT bmp_rect(FXSYS_round((float)(bmp_rect1.left) / scale_x), in DrawNormalText()981 FXSYS_round((float)(bmp_rect1.top) / scale_y), in DrawNormalText()982 FXSYS_round((float)bmp_rect1.right / scale_x), in DrawNormalText()983 FXSYS_round((float)bmp_rect1.bottom / scale_y)); in DrawNormalText()