Home
last modified time | relevance | path

Searched refs:row1 (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dbasic_transformer.cpp381 const uint16_t *row1 = reinterpret_cast<uint16_t *>(data + aroundPos.y1 * rb);
385 aroundPixels.color10 = RGB565to32(row1[aroundPos.x0]);
386 aroundPixels.color11 = RGB565to32(row1[aroundPos.x1]);
393 const uint8_t *row1 = data + aroundPos.y1 * rb;
402 (row1[current0] << SHIFT_16_BIT) | (row1[current0 + 1] << SHIFT_8_BIT) | (row1[current0 + OFFSET_2]);
404 (row1[current1] << SHIFT_16_BIT) | (row1[current1 + 1] << SHIFT_8_BIT) | (row1[current
[all...]
/foundation/arkui/ui_lite/test/uitest/test_edit_text/
H A Dcustom_input_method.cpp197 FlexLayout* row1 = SetupKeyRow("row1", KEYBOARD_WIDTH, rowHeight); in SetupKeyboard() local
198 row1->SetPosition(0, 0); in SetupKeyboard()
199 keyboard->Add(row1); in SetupKeyboard()
203 row2->LayoutBottomToSibling("row1"); in SetupKeyboard()
217 row1->Add(key); in SetupKeyboard()
227 row1->LayoutChildren(); in SetupKeyboard()
/foundation/window/window_manager/utils/src/
H A Dwm_math.cpp109 void Matrix4::SwapRow(int row1, int row2) in SwapRow() argument
111 float *p = mat_[row1]; in SwapRow()
/foundation/window/window_manager/utils/include/
H A Dwm_math.h200 void SwapRow(int row1, int row2);

Completed in 4 milliseconds