Home
last modified time | relevance | path

Searched refs:fForegroundColor (Results 1 – 4 of 4) sorted by relevance

/external/skia/experimental/sktext/include/
DProcessor.h53 , fForegroundColor(foreground) in DecorBlock()
59 const SkPaint* fForegroundColor; variable
/external/skia/experimental/sktext/src/
DProcessor.cpp65 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/
Deditor.h91 SkColor4f fForegroundColor = {0, 0, 0, 1}; member
/external/skia/modules/skplaintexteditor/src/
Deditor.cpp452 SkPaint foreground = SkPaint(options.fForegroundColor); in paint()