Home
last modified time | relevance | path

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

/external/skia/experimental/sktext/include/
DProcessor.h64 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…
164TextFormatStyle textFormat, SkColor foreground, SkColor background, const SkString& fontFamily, Sk…
/external/skia/experimental/sktext/src/
DFormatter.h12 …Formatter(Processor* processor, TextFormatStyle formatStyle) : fProcessor(processor), fFormatStyle… in Formatter()
17 TextFormatStyle fFormatStyle;
DProcessor.cpp45 bool Processor::format(TextFormatStyle formatStyle) { in format()
74 …return drawText(text, canvas, TextFormatStyle(TextAlign::kLeft, TextDirection::kLtr), SK_ColorBLAC… in drawText()
79TextFormatStyle(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()
88TextFormatStyle textFormat, SkColor foreground, SkColor background, const SkString& fontFamily, Sk… in drawText()
/external/skia/experimental/sktext/samples/
DText.cpp59 TextFormatStyle(align, direction), in drawLine()