Searched refs:paragraph_style (Results 1 – 5 of 5) sorted by relevance
191 ParagraphStyle paragraph_style; in DEF_TEST() local192 paragraph_style.turnHintingOff(); in DEF_TEST()193 ParagraphBuilderImpl builder(paragraph_style, fontCollection); in DEF_TEST()231 ParagraphStyle paragraph_style; in DEF_TEST() local232 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() local331 paragraph_style.turnHintingOff(); in DEF_TEST()332 paragraph_style.setMaxLines(14); in DEF_TEST()[all …]
1223 ParagraphStyle paragraph_style; in onDrawContent() local1224 paragraph_style.turnHintingOff(); in onDrawContent()1225 ParagraphBuilderImpl builder(paragraph_style, fontCollection); in onDrawContent()1265 ParagraphStyle paragraph_style; in onDrawContent() local1266 paragraph_style.setTextStyle(text_style); in onDrawContent()1269 ParagraphBuilderImpl builder(paragraph_style, fontCollection); in onDrawContent()1344 ParagraphStyle paragraph_style; in onDrawContent() local1345 paragraph_style.setStrutStyle(strut_style); in onDrawContent()1346 paragraph_style.setTextStyle(text_style); in onDrawContent()1347 ParagraphBuilderImpl builder(paragraph_style, getFontCollection()); in onDrawContent()[all …]
39 ParagraphStyle paragraph_style; in onDraw() local40 paragraph_style.turnHintingOff(); in onDraw()41 ParagraphBuilderImpl builder(paragraph_style, fontCollection); in onDraw()
65 skia::textlayout::ParagraphStyle paragraph_style; in onDelayedSetup() local67 skia::textlayout::ParagraphBuilder::make(paragraph_style, fFontCollection); in onDelayedSetup()
258 ParagraphStyle paragraph_style = BuildParagraphStyle(fuzz); in DEF_FUZZ() local259 ParagraphBuilderImpl builder(paragraph_style, fontCollection); in DEF_FUZZ()