Searched refs:fForegroundColor (Results 1 – 4 of 4) sorted by relevance
/external/skia/experimental/sktext/include/ |
D | Processor.h | 53 , fForegroundColor(foreground) in DecorBlock() 59 const SkPaint* fForegroundColor; variable
|
/external/skia/experimental/sktext/src/ |
D | Processor.cpp | 65 fTextOutputs.emplace_back(builder.make(), *block.fForegroundColor, offset); in decorate() 140 …decorBlocks.emplace_back(defaultBlock.fForegroundColor, defaultBlock.fBackgroundColor, Range(start… in sortDecorBlocks() 153 …decorBlocks.emplace_back(defaultBlock.fForegroundColor, defaultBlock.fBackgroundColor, Range(start… in sortDecorBlocks()
|
/external/skia/modules/skplaintexteditor/include/ |
D | editor.h | 91 SkColor4f fForegroundColor = {0, 0, 0, 1}; member
|
/external/skia/modules/skplaintexteditor/src/ |
D | editor.cpp | 452 SkPaint foreground = SkPaint(options.fForegroundColor); in paint()
|