Searched refs:fScalerContextFlags (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/core/ |
D | SkGlyphRunPainter.cpp | 48 , fColorType{colorType}, fScalerContextFlags{flags} 105 runFont, paint, props, fScalerContextFlags); in drawForBitmapDevice() 123 runFont, paint, props, fScalerContextFlags, deviceMatrix); in drawForBitmapDevice() 140 runFont, paint, props, fScalerContextFlags, SkMatrix::I()); in drawForBitmapDevice() 177 runFont, paint, props, fScalerContextFlags, cacheScale); in drawForBitmapDevice() 280 runFont, runPaint, fDeviceProps, fScalerContextFlags, drawMatrix); in processGlyphRun() 310 runFont, runPaint, fDeviceProps, fScalerContextFlags); in processGlyphRun() 340 fScalerContextFlags, maxDimensionInSourceSpace); in processGlyphRun()
|
D | SkGlyphRunPainter.h | 114 const SkScalerContextFlags fScalerContextFlags; variable
|
/external/skqp/src/core/ |
D | SkGlyphRunPainter.cpp | 79 , fScalerContextFlags{flags} {} 179 fScalerContextFlags, SkMatrix::I()); in drawForBitmapDevice() 208 fScalerContextFlags, deviceMatrix); in drawForBitmapDevice() 554 key.fScalerContextFlags = scalerContextFlags; in drawGlyphRunList() 705 fallbackFont, fallbackPaint, fProps, fScalerContextFlags, glyphCacheMatrix); in generateFromGlyphRunList() 728 const SkScalerContextFlags fScalerContextFlags; in generateFromGlyphRunList() member
|
D | SkGlyphRunPainter.h | 140 const SkScalerContextFlags fScalerContextFlags; variable
|
/external/skia/src/gpu/text/ |
D | GrTextBlob.h | 192 uint32_t fScalerContextFlags; member
|
D | GrTextBlob.cpp | 1415 key.fScalerContextFlags = scalerContextFlags; in Make() 1459 if (fScalerContextFlags != that.fScalerContextFlags) { return false; } in operator ==()
|
/external/skqp/src/gpu/text/ |
D | GrTextBlob.h | 89 uint32_t fScalerContextFlags; member
|