Searched refs:TextFormatStyle (Results 1 – 4 of 4) sorted by relevance
/external/skia/experimental/sktext/include/ |
D | Processor.h | 64 class TextFormatStyle { 66 TextFormatStyle(TextAlign textAlign, TextDirection defaultTextDirection) in TextFormatStyle() function 108 bool format(TextFormatStyle textFormatStyle); 162 …static bool drawText(const char* text, SkCanvas* canvas, TextFormatStyle textFormat, SkColor foreg… 164 …TextFormatStyle textFormat, SkColor foreground, SkColor background, const SkString& fontFamily, Sk…
|
/external/skia/experimental/sktext/src/ |
D | Formatter.h | 12 …Formatter(Processor* processor, TextFormatStyle formatStyle) : fProcessor(processor), fFormatStyle… in Formatter() 17 TextFormatStyle fFormatStyle;
|
D | Processor.cpp | 45 bool Processor::format(TextFormatStyle formatStyle) { in format() 74 …return drawText(text, canvas, TextFormatStyle(TextAlign::kLeft, TextDirection::kLtr), SK_ColorBLAC… in drawText() 79 …TextFormatStyle(TextAlign::kLeft, TextDirection::kLtr), SK_ColorBLACK, SK_ColorWHITE, SkString("Ro… in drawText() 83 bool Processor::drawText(const char* text, SkCanvas* canvas, TextFormatStyle textFormat, SkColor fo… in drawText() 88 …TextFormatStyle textFormat, SkColor foreground, SkColor background, const SkString& fontFamily, Sk… in drawText()
|
/external/skia/experimental/sktext/samples/ |
D | Text.cpp | 59 TextFormatStyle(align, direction), in drawLine()
|