Home
last modified time | relevance | path

Searched defs:row1 (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dbasic_transformer.cpp384 const uint16_t *row1 = reinterpret_cast<uint16_t *>(data + aroundPos.y1 * rb); in GetAroundPixelRGB565() local
396 const uint8_t *row1 = data + aroundPos.y1 * rb; in GetAroundPixelRGB888() local
414 const uint32_t *row1 = reinterpret_cast<uint32_t *>(data + aroundPos.y1 * rb); in GetAroundPixelRGBA() local
425 const uint8_t *row1 = data + aroundPos.y1 * rb; in GetAroundPixelALPHA8() local
/ohos5.0/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
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dwm_math.cpp109 void Matrix4::SwapRow(int row1, int row2) in SwapRow()