Home
last modified time | relevance | path

Searched refs:fScalerContextFlags (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/core/
DSkGlyphRunPainter.cpp48 , 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()
DSkGlyphRunPainter.h114 const SkScalerContextFlags fScalerContextFlags; variable
/external/skqp/src/core/
DSkGlyphRunPainter.cpp79 , 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
DSkGlyphRunPainter.h140 const SkScalerContextFlags fScalerContextFlags; variable
/external/skia/src/gpu/text/
DGrTextBlob.h192 uint32_t fScalerContextFlags; member
DGrTextBlob.cpp1415 key.fScalerContextFlags = scalerContextFlags; in Make()
1459 if (fScalerContextFlags != that.fScalerContextFlags) { return false; } in operator ==()
/external/skqp/src/gpu/text/
DGrTextBlob.h89 uint32_t fScalerContextFlags; member