зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
b870c27c22
Коммит
1f126d744d
|
@ -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};
|
||||
|
|
Загрузка…
Ссылка в новой задаче