Bug 1889034 - Remove redundant imports from wr_glyph_rasterizer. r=gfx-reviewers,nical

Differential Revision: https://phabricator.services.mozilla.com/D206324
This commit is contained in:
Mike Hommey 2024-04-02 07:36:15 +00:00
Родитель b870c27c22
Коммит 1f126d744d
2 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -18,7 +18,6 @@ use core_graphics::context::{CGBlendMode, CGTextDrawingMode};
use core_graphics::font::{CGFont, CGGlyph};
use core_graphics::geometry::{CGAffineTransform, CGPoint, CGSize};
use core_graphics::geometry::{CG_AFFINE_TRANSFORM_IDENTITY, CGRect};
use core_text;
use core_text::font::CTFont;
use core_text::font_descriptor::{CTFontDescriptor, kCTFontDefaultOrientation};
use core_text::font_descriptor::{kCTFontURLAttribute, kCTFontVariationAttribute};

Просмотреть файл

@ -4,7 +4,6 @@
use api::{FontInstanceFlags, FontKey, FontRenderMode, FontVariation};
use api::{ColorU, GlyphDimensions, NativeFontHandle};
use dwrote;
use crate::gamma_lut::{ColorLut, GammaLut};
use crate::rasterizer::{FontInstance, FontTransform, GlyphKey};
use crate::rasterizer::{GlyphFormat, GlyphRasterError, GlyphRasterResult, RasterizedGlyph};