Searched refs:fScalerContextFlags (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/src/core/ |
D | SkGlyphRunPainter.cpp | 47 , 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()
|
D | SkGlyphRunPainter.h | 118 const SkScalerContextFlags fScalerContextFlags; variable
|
/third_party/flutter/skia/src/core/ |
D | SkGlyphRunPainter.cpp | 67 , fColorType{colorType}, fScalerContextFlags{flags} 178 runFont, runPaint, props, fScalerContextFlags); in drawForBitmapDevice() 230 runFont, runPaint, props, fScalerContextFlags, deviceMatrix); in drawForBitmapDevice() 327 runFont, runPaint, fDeviceProps, fScalerContextFlags, viewMatrix); in processARGBFallback() 353 runFont, runPaint, fDeviceProps, fScalerContextFlags, maxSourceGlyphDimension); in processARGBFallback() 485 runFont, runPaint, fDeviceProps, fScalerContextFlags); in processGlyphRunList() 534 fDeviceProps, fScalerContextFlags, viewMatrix); in processGlyphRunList() 670 key.fScalerContextFlags = scalerContextFlags; in drawGlyphRunList()
|
D | SkGlyphRunPainter.h | 127 const SkScalerContextFlags fScalerContextFlags; variable
|
/third_party/skia/src/gpu/text/ |
D | GrTextBlob.h | 203 uint32_t fScalerContextFlags; member
|
D | GrTextBlob.cpp | 1435 key.fScalerContextFlags = scalerContextFlags; in Make() 1479 if (fScalerContextFlags != that.fScalerContextFlags) { return false; } in operator ==()
|
/third_party/flutter/skia/src/gpu/text/ |
D | GrTextBlob.h | 93 uint32_t fScalerContextFlags; member
|