Searched refs:xName (Results 1 – 2 of 2) sorted by relevance
768 String8 xName(name, x-name); in parseScreenSize() local776 uint16_t w = (uint16_t)atoi(xName.string()); in parseScreenSize()805 String8 xName(name, x-name); in parseSmallestScreenWidthDp() local808 out->smallestScreenWidthDp = (uint16_t)atoi(xName.string()); in parseSmallestScreenWidthDp()827 String8 xName(name, x-name); in parseScreenWidthDp() local830 out->screenWidthDp = (uint16_t)atoi(xName.string()); in parseScreenWidthDp()849 String8 xName(name, x-name); in parseScreenHeightDp() local852 out->screenHeightDp = (uint16_t)atoi(xName.string()); in parseScreenHeightDp()
523 std::string xName(name, x - name); in parseScreenSize() local531 uint16_t w = (uint16_t)atoi(xName.c_str()); in parseScreenSize()560 std::string xName(name, x - name); in parseSmallestScreenWidthDp() local563 out->smallestScreenWidthDp = (uint16_t)atoi(xName.c_str()); in parseSmallestScreenWidthDp()582 std::string xName(name, x - name); in parseScreenWidthDp() local585 out->screenWidthDp = (uint16_t)atoi(xName.c_str()); in parseScreenWidthDp()604 std::string xName(name, x - name); in parseScreenHeightDp() local607 out->screenHeightDp = (uint16_t)atoi(xName.c_str()); in parseScreenHeightDp()