26 : fAutoDescriptor{descriptor}
27 , fTypeface{
std::move(typeface)} {}
47 sourceFont.setSubpixel(
false);
48 return SkStrikeSpec(sourceFont,
paint, surfaceProps, scalerContextFlags, deviceMatrix);
61 pathFont.setSubpixel(
false);
65 SkScalar strikeToSourceScale = pathFont.setupForAsPaths(&pathPaint);
74 if (
paint !=
nullptr) {
75 canonicalizedPaint = *
paint;
82 canonicalizedFont = pathFont.
set(
font);
83 strikeToSourceScale = pathFont->setupForAsPaths(
nullptr);
84 canonicalizedPaint.
reset();
94 if (
paint !=
nullptr) {
119 constexpr SkScalar memoryLimit = 256;
120 constexpr SkScalar maxSizeSquared = memoryLimit * memoryLimit;
122 auto distance = [&textMatrix](
int XIndex,
int YIndex) {
123 return textMatrix[XIndex] * textMatrix[XIndex] + textMatrix[YIndex] * textMatrix[YIndex];
140 if (unitsPerEm <= 0) {
162 font,
paint, surfaceProps, scalerContextFlags, deviceMatrix,
163 &fAutoDescriptor, &effects);
167 fTypeface =
font.refTypeface();
172 return cache->findOrCreateScopedStrike(*
this);
180 return cache->findOrCreateStrike(*
this);
184 : fStrike{spec.findOrCreateStrike()} { }
190 return fStrike->
metrics(glyphIDs, fGlyphs.
get());
198 : fStrike{spec.findOrCreateStrike()} { }
201 : fStrike{
std::move(strike)} { }
223 : fStrike{spec.findOrCreateStrike()} { }
226 : fStrike{
std::move(strike)} { }
240 : fStrike{spec.findOrCreateStrike()} { }
243 : fStrike{
std::move(strike)} { }
@ kNone
glyph outlines unchanged
sk_sp< T > sk_ref_sp(T *obj)
@ kFakeGammaAndBoostContrast
SkDescriptor * getDesc() const
SkSpan< const SkGlyph * > glyphs(SkSpan< const SkGlyphID > glyphIDs)
~SkBulkGlyphMetricsAndDrawables()
SkBulkGlyphMetricsAndDrawables(const SkStrikeSpec &spec)
const SkGlyph * glyph(SkGlyphID glyphID)
const SkDescriptor & descriptor() const
SkSpan< const SkGlyph * > glyphs(SkSpan< const SkPackedGlyphID > packedIDs)
SkBulkGlyphMetricsAndImages(const SkStrikeSpec &spec)
const SkGlyph * glyph(SkPackedGlyphID packedID)
~SkBulkGlyphMetricsAndImages()
SkBulkGlyphMetricsAndPaths(const SkStrikeSpec &spec)
~SkBulkGlyphMetricsAndPaths()
SkSpan< const SkGlyph * > glyphs(SkSpan< const SkGlyphID > glyphIDs)
void findIntercepts(const SkScalar bounds[2], SkScalar scale, SkScalar xPos, const SkGlyph *glyph, SkScalar *array, int *count)
const SkGlyph * glyph(SkGlyphID glyphID)
SkBulkGlyphMetrics(const SkStrikeSpec &spec)
SkSpan< const SkGlyph * > glyphs(SkSpan< const SkGlyphID > glyphIDs)
const SkGlyph * glyph(SkGlyphID glyphID)
static SkMatrix MakeTextMatrix(SkScalar size, SkScalar scaleX, SkScalar skewX)
@ kAlias
no transparent pixels on glyph edges
static constexpr int kMScaleX
horizontal scale factor
SkMatrix & postConcat(const SkMatrix &other)
static const SkMatrix & I()
bool hasPerspective() const
static constexpr int kMSkewY
vertical skew factor
static constexpr int kMScaleY
vertical scale factor
static constexpr int kMSkewX
horizontal skew factor
@ kStroke_Style
set to stroke geometry
static SkDescriptor * CreateDescriptorAndEffectsUsingPaint(const SkFont &, const SkPaint &, const SkSurfaceProps &, SkScalerContextFlags scalerContextFlags, const SkMatrix &deviceMatrix, SkAutoDescriptor *ad, SkScalerContextEffects *effects)
constexpr size_t size() const
sk_sp< SkStrike > findOrCreateStrike(const SkStrikeSpec &strikeSpec) SK_EXCLUDES(fLock)
static SkStrikeCache * GlobalStrikeCache()
sk_sp< sktext::StrikeForGPU > findOrCreateScopedStrike(sktext::StrikeForGPUCacheInterface *cache) const
static SkStrikeSpec MakeTransformMask(const SkFont &font, const SkPaint &paint, const SkSurfaceProps &surfaceProps, SkScalerContextFlags scalerContextFlags, const SkMatrix &deviceMatrix)
static SkStrikeSpec MakeMask(const SkFont &font, const SkPaint &paint, const SkSurfaceProps &surfaceProps, SkScalerContextFlags scalerContextFlags, const SkMatrix &deviceMatrix)
static SkStrikeSpec MakeWithNoDevice(const SkFont &font, const SkPaint *paint=nullptr)
const SkTypeface & typeface() const
static bool ShouldDrawAsPath(const SkPaint &paint, const SkFont &font, const SkMatrix &matrix)
sk_sp< SkStrike > findOrCreateStrike() const
static std::tuple< SkStrikeSpec, SkScalar > MakeCanonicalized(const SkFont &font, const SkPaint *paint=nullptr)
static SkStrikeSpec MakePDFVector(const SkTypeface &typeface, int *size)
static std::tuple< SkStrikeSpec, SkScalar > MakePath(const SkFont &font, const SkPaint &paint, const SkSurfaceProps &surfaceProps, SkScalerContextFlags scalerContextFlags)
SkStrikeSpec(const SkDescriptor &descriptor, sk_sp< SkTypeface > typeface)
const SkDescriptor & getDescriptor() const override
SkSpan< const SkGlyph * > metrics(SkSpan< const SkGlyphID > glyphIDs, const SkGlyph *results[]) SK_EXCLUDES(fStrikeLock)
SkSpan< const SkGlyph * > preparePaths(SkSpan< const SkGlyphID > glyphIDs, const SkGlyph *results[]) SK_EXCLUDES(fStrikeLock)
void findIntercepts(const SkScalar bounds[2], SkScalar scale, SkScalar xPos, SkGlyph *, SkScalar *array, int *count) SK_EXCLUDES(fStrikeLock)
SkSpan< const SkGlyph * > prepareDrawables(SkSpan< const SkGlyphID > glyphIDs, const SkGlyph *results[]) SK_EXCLUDES(fStrikeLock)
SkSpan< const SkGlyph * > prepareImages(SkSpan< const SkPackedGlyphID > glyphIDs, const SkGlyph *results[]) SK_EXCLUDES(fStrikeLock)
int getUnitsPerEm() const
Optional< SkRect > bounds
DEF_SWITCHES_START aot vmservice shared library Name of the *so containing AOT compiled Dart assets for launching the service isolate vm snapshot The VM snapshot data that will be memory mapped as read only SnapshotAssetPath must be present isolate snapshot The isolate snapshot data that will be memory mapped as read only SnapshotAssetPath must be present cache dir Path to the cache directory This is different from the persistent_cache_path in embedder which is used for Skia shader cache icu native lib Path to the library file that exports the ICU data vm service The hostname IP address on which the Dart VM Service should be served If not defaults to or::depending on whether ipv6 is specified vm service A custom Dart VM Service port The default is to pick a randomly available open port disable vm Disable the Dart VM Service The Dart VM Service is never available in release mode disable vm service Disable mDNS Dart VM Service publication Bind to the IPv6 localhost address for the Dart VM Service Ignored if vm service host is set endless trace Enable an endless trace buffer The default is a ring buffer This is useful when very old events need to viewed For during application launch Memory usage will continue to grow indefinitely however Start app with an specific route defined on the framework flutter assets Path to the Flutter assets directory enable service port Allow the VM service to fallback to automatic port selection if binding to a specified port fails trace Trace early application lifecycle Automatically switches to an endless trace buffer trace skia Filters out all Skia trace event categories except those that are specified in this comma separated list dump skp on shader Automatically dump the skp that triggers new shader compilations This is useful for writing custom ShaderWarmUp to reduce jank By this is not enabled to reduce the overhead purge persistent cache
it will be possible to load the file into Perfetto s trace viewer disable asset Prevents usage of any non test fonts unless they were explicitly Loaded via prefetched default font Indicates whether the embedding started a prefetch of the default font manager before creating the engine run In non interactive keep the shell running after the Dart script has completed enable serial On low power devices with low core running concurrent GC tasks on threads can cause them to contend with the UI thread which could potentially lead to jank This option turns off all concurrent GC activities domain network JSON encoded network policy per domain This overrides the DisallowInsecureConnections switch Embedder can specify whether to allow or disallow insecure connections at a domain level old gen heap size
font
Font Metadata and Metrics.
SkPathEffect * fPathEffect
SkMaskFilter * fMaskFilter