Home | History | Annotate | Download | only in core

Lines Matching refs:layout

10         *  layout. If the orientation is horizontal, the layout is interpreted as
11 * left to right. It the orientation is vertical, the layout is
24 /** The layout of the pixel specifies its subpixel geometry.
29 enum Layout {
42 Layout getLayout() {
43 return static_cast<Layout>(fGeometry & kLayoutMask);
62 static Layout fromOldLayout(SkFontLCDConfig::LCDOrder order) {
72 Layout layout = fromOldLayout(SkFontLCDConfig::GetSubpixelOrder()); //kRGB_Layout
73 Geometry ret = { SkToU8(orientation | layout) };
77 static Geometry Make(Orientation orientation, Layout layout) {
78 Geometry ret = { SkToU8(orientation | layout) };
96 * Can the layout of those channels be exploited? */