Searched defs:row1 (Results 1 – 3 of 3) sorted by relevance
384 const uint16_t *row1 = reinterpret_cast<uint16_t *>(data + aroundPos.y1 * rb); in GetAroundPixelRGB565() local396 const uint8_t *row1 = data + aroundPos.y1 * rb; in GetAroundPixelRGB888() local414 const uint32_t *row1 = reinterpret_cast<uint32_t *>(data + aroundPos.y1 * rb); in GetAroundPixelRGBA() local425 const uint8_t *row1 = data + aroundPos.y1 * rb; in GetAroundPixelALPHA8() local
197 FlexLayout* row1 = SetupKeyRow("row1", KEYBOARD_WIDTH, rowHeight); in SetupKeyboard() local
109 void Matrix4::SwapRow(int row1, int row2) in SwapRow()