Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_utils.cpp1584 Color16 p16 = *(reinterpret_cast<Color16*>(&imgHead[px1])); local
1586 COLOR_FILL_COVER(screenBuffer, bufferMode, p16.red, p16.green, p16.blue, RGB565);
1588 COLOR_FILL_BLEND(screenBuffer, bufferMode, &p16, RGB565, opa);
/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/
H A Dtreeview.js1246 let p16 = this.listNodeDataSource.getData(n16);
1247 if (p16 === undefined) {
1250 let q16 = p16.e6();
1261 let s16 = p16.f6();
/foundation/arkui/ace_engine/advanced_ui_component/gridobjectsortcomponent/interfaces/
H A Dgridobjectsortcomponent.js456 set options(p16) {
457 this.__options.set(p16);
/foundation/arkui/ace_engine/advanced_ui_component/dialog/interfaces/
H A Ddialog.js3216 this.observeComponentCreation2((o16, p16) => {

Completed in 14 milliseconds