Searched refs:placeholder_style (Results 1 – 2 of 2) sorted by relevance
1918 PlaceholderStyle placeholder_style; in onDrawContent() local1923 placeholder_style.fHeight = 32; in onDrawContent()1924 placeholder_style.fWidth = 32; in onDrawContent()1925 placeholder_style.fBaselineOffset = 32; in onDrawContent()1926 placeholder_style.fBaseline = TextBaseline::kAlphabetic; in onDrawContent()1927 placeholder_style.fAlignment = PlaceholderAlignment::kMiddle; in onDrawContent()1928 builder.addPlaceholder(placeholder_style); in onDrawContent()1930 placeholder_style.fHeight = 19; in onDrawContent()1931 placeholder_style.fWidth = 41; in onDrawContent()1932 placeholder_style.fBaselineOffset = 19; in onDrawContent()[all …]
5688 PlaceholderStyle placeholder_style; in DEF_TEST() local5689 placeholder_style.fWidth = 16.0f; in DEF_TEST()5690 placeholder_style.fHeight = SK_ScalarInfinity; in DEF_TEST()5691 placeholder_style.fAlignment = PlaceholderAlignment::kBottom; in DEF_TEST()5692 placeholder_style.fBaseline = TextBaseline::kAlphabetic; in DEF_TEST()5693 placeholder_style.fBaselineOffset = SK_ScalarInfinity; in DEF_TEST()5700 builder.addPlaceholder(placeholder_style); in DEF_TEST()