Home
last modified time | relevance | path

Searched refs:fAlignment (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/gpu/
DGrRingBuffer.h28 , fAlignment(alignment) in GrRingBuffer()
62 size_t fAlignment; variable
DGrRingBuffer.cpp53 fHead = GrAlignTo(head + size, fAlignment); in getAllocationOffset()
/external/skia/modules/skparagraph/src/
DTextStyle.cpp170 fAlignment == other.fAlignment && in equals()
172 (fAlignment != PlaceholderAlignment::kBaseline || in equals()
DParagraphCache.cpp81 hash = mix(hash, SkGoodHash()(ph.fStyle.fAlignment)); in operator ()()
83 if (ph.fStyle.fAlignment == PlaceholderAlignment::kBaseline) { in operator ()()
DRun.cpp212 switch (placeholderStyle->fAlignment) { in updateMetrics()
/external/skia/modules/skparagraph/include/
DTextStyle.h127 , fAlignment(alignment) in PlaceholderStyle()
135 PlaceholderAlignment fAlignment = PlaceholderAlignment::kBaseline; member
/external/skia/modules/skparagraph/samples/
DSampleParagraph.cpp1927 placeholder_style.fAlignment = PlaceholderAlignment::kMiddle; in onDrawContent()
1934 placeholder_style.fAlignment = PlaceholderAlignment::kTop; in onDrawContent()
3082 placeholder_style.fAlignment = PlaceholderAlignment::kBottom; in onDrawContent()
/external/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp5691 placeholder_style.fAlignment = PlaceholderAlignment::kBottom; in DEF_TEST()