Home
last modified time | relevance | path

Searched refs:paragraph_style (Results 1 – 5 of 5) sorted by relevance

/external/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp191 ParagraphStyle paragraph_style; in DEF_TEST() local
192 paragraph_style.turnHintingOff(); in DEF_TEST()
193 ParagraphBuilderImpl builder(paragraph_style, fontCollection); in DEF_TEST()
231 ParagraphStyle paragraph_style; in DEF_TEST() local
232 paragraph_style.turnHintingOff(); in DEF_TEST()
233 paragraph_style.setMaxLines(14); in DEF_TEST()
234 ParagraphBuilderImpl builder(paragraph_style, fontCollection); in DEF_TEST()
330 ParagraphStyle paragraph_style; in DEF_TEST() local
331 paragraph_style.turnHintingOff(); in DEF_TEST()
332 paragraph_style.setMaxLines(14); in DEF_TEST()
[all …]
/external/skia/modules/skparagraph/samples/
DSampleParagraph.cpp1223 ParagraphStyle paragraph_style; in onDrawContent() local
1224 paragraph_style.turnHintingOff(); in onDrawContent()
1225 ParagraphBuilderImpl builder(paragraph_style, fontCollection); in onDrawContent()
1265 ParagraphStyle paragraph_style; in onDrawContent() local
1266 paragraph_style.setTextStyle(text_style); in onDrawContent()
1269 ParagraphBuilderImpl builder(paragraph_style, fontCollection); in onDrawContent()
1344 ParagraphStyle paragraph_style; in onDrawContent() local
1345 paragraph_style.setStrutStyle(strut_style); in onDrawContent()
1346 paragraph_style.setTextStyle(text_style); in onDrawContent()
1347 ParagraphBuilderImpl builder(paragraph_style, getFontCollection()); in onDrawContent()
[all …]
/external/skia/modules/skparagraph/bench/
DParagraphBench.cpp39 ParagraphStyle paragraph_style; in onDraw() local
40 paragraph_style.turnHintingOff(); in onDraw()
41 ParagraphBuilderImpl builder(paragraph_style, fontCollection); in onDraw()
/external/skia/bench/
DParagraphBench.cpp65 skia::textlayout::ParagraphStyle paragraph_style; in onDelayedSetup() local
67 skia::textlayout::ParagraphBuilder::make(paragraph_style, fFontCollection); in onDelayedSetup()
/external/skia/fuzz/
DFuzzSkParagraph.cpp258 ParagraphStyle paragraph_style = BuildParagraphStyle(fuzz); in DEF_FUZZ() local
259 ParagraphBuilderImpl builder(paragraph_style, fontCollection); in DEF_FUZZ()