Searched refs:fAlignment (Results 1 – 8 of 8) sorted by relevance
28 , fAlignment(alignment) in GrRingBuffer()62 size_t fAlignment; variable
53 fHead = GrAlignTo(head + size, fAlignment); in getAllocationOffset()
170 fAlignment == other.fAlignment && in equals()172 (fAlignment != PlaceholderAlignment::kBaseline || in equals()
81 hash = mix(hash, SkGoodHash()(ph.fStyle.fAlignment)); in operator ()()83 if (ph.fStyle.fAlignment == PlaceholderAlignment::kBaseline) { in operator ()()
212 switch (placeholderStyle->fAlignment) { in updateMetrics()
127 , fAlignment(alignment) in PlaceholderStyle()135 PlaceholderAlignment fAlignment = PlaceholderAlignment::kBaseline; member
1927 placeholder_style.fAlignment = PlaceholderAlignment::kMiddle; in onDrawContent()1934 placeholder_style.fAlignment = PlaceholderAlignment::kTop; in onDrawContent()3082 placeholder_style.fAlignment = PlaceholderAlignment::kBottom; in onDrawContent()
5691 placeholder_style.fAlignment = PlaceholderAlignment::kBottom; in DEF_TEST()