Searched refs:fScalerContextFlags (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/src/core/ |
H A 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()
|
H A D | SkGlyphRunPainter.h | 124 const SkScalerContextFlags fScalerContextFlags; member in SkGlyphRunListPainter
|
/third_party/skia/src/gpu/text/ |
H A D | GrTextBlob.h | 203 uint32_t fScalerContextFlags; member
|
H A D | GrTextBlob.cpp | 1441 key.fScalerContextFlags = scalerContextFlags; 1485 if (fScalerContextFlags != that.fScalerContextFlags) { return false; } in operator ==()
|
Completed in 7 milliseconds