Home
last modified time | relevance | path

Searched defs:textFormat (Results 1 – 3 of 3) sorted by relevance

/external/opencensus-java/impl_core/src/jmh/java/io/opencensus/implcore/trace/propagation/
DTextFormatBenchmarkBase.java46 private final TextFormat textFormat; field in TextFormatBenchmarkBase
48 TextFormatBenchmarkBase(TextFormat textFormat) { in TextFormatBenchmarkBase()
/external/opencensus-java/api/src/test/java/io/opencensus/trace/propagation/
DTextFormatTest.java32 private static final TextFormat textFormat = TextFormat.getNoopTextFormat(); field in TextFormatTest
/external/skia/experimental/sktext/src/
DProcessor.cpp83 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()