Home
last modified time | relevance | path

Searched refs:fScalerContextFlags (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/core/
H A DSkGlyphRunPainter.cpp47 , fColorType{colorType}, fScalerContextFlags{flags}
104 SkStrikeSpec::MakePath(runFont, paint, props, fScalerContextFlags); in drawForBitmapDevice()
122 runFont, paint, props, fScalerContextFlags, deviceMatrix); in drawForBitmapDevice()
139 runFont, paint, props, fScalerContextFlags, SkMatrix::I()); in drawForBitmapDevice()
176 runFont, paint, props, fScalerContextFlags, cacheScale); in drawForBitmapDevice()
282 runFont, runPaint, fDeviceProps, fScalerContextFlags, drawMatrix); in processGlyphRun()
312 SkStrikeSpec::MakePath(runFont, runPaint, fDeviceProps, fScalerContextFlags); in processGlyphRun()
342 fScalerContextFlags, maxDimensionInSourceSpace); in processGlyphRun()
H A DSkGlyphRunPainter.h124 const SkScalerContextFlags fScalerContextFlags; member in SkGlyphRunListPainter
/third_party/skia/src/gpu/text/
H A DGrTextBlob.h203 uint32_t fScalerContextFlags; member
H A DGrTextBlob.cpp1441 key.fScalerContextFlags = scalerContextFlags;
1485 if (fScalerContextFlags != that.fScalerContextFlags) { return false; } in operator ==()

Completed in 7 milliseconds