Home | History | Annotate | Download | only in core

Lines Matching refs:Layout

19         *  layout. If the orientation is horizontal, the layout is interpreted as
20 * left to right. It the orientation is vertical, the layout is
33 /** The layout of the pixel specifies its subpixel geometry.
38 enum Layout {
51 Layout getLayout() {
52 return static_cast<Layout>(fGeometry | kLayoutMask);
71 static Layout fromOldLayout(SkFontHost::LCDOrder order) {
81 Layout layout = fromOldLayout(SkFontHost::GetSubpixelOrder()); //kRGB_Layout
82 Geometry ret = { SkToU8(orientation | layout) };
86 static Geometry Make(Orientation orientation, Layout layout) {
87 Geometry ret = { SkToU8(orientation | layout) };
105 * Can the layout of those channels be exploited? */