Home
last modified time | relevance | path

Searched refs:target_x (Results 1 - 2 of 2) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
H A Dnucnvtst.c5380 char target_x[] = {0x00, 0x00, 0x00, 0x00}; in TestEBCDICUS4XML() local
5383 char *target = target_x; in TestEBCDICUS4XML()
5402 if (U_FAILURE(status) || memcmp(target_x, fromUnicodeMaps, sizeof(char)*3) != 0) { in TestEBCDICUS4XML()
5405 printSeqErr((const unsigned char*)target_x, 3); in TestEBCDICUS4XML()
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp8038 float target_x = can_be_fully_visible_x ? ImFloor((item_rect.Min.x + item_rect.Max.x - window->InnerRect.GetWidth()) * 0.5f) : item_rect.Min.x; in ScrollToRectEx() local
8039 SetScrollFromPosX(window, target_x - window->Pos.x, 0.0f); in ScrollToRectEx()

Completed in 30 milliseconds