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()
529 std::string xName(name, x - name); in parseScreenSize() local537 uint16_t w = (uint16_t)atoi(xName.c_str()); in parseScreenSize()566 std::string xName(name, x - name); in parseSmallestScreenWidthDp() local569 out->smallestScreenWidthDp = (uint16_t)atoi(xName.c_str()); in parseSmallestScreenWidthDp()588 std::string xName(name, x - name); in parseScreenWidthDp() local591 out->screenWidthDp = (uint16_t)atoi(xName.c_str()); in parseScreenWidthDp()610 std::string xName(name, x - name); in parseScreenHeightDp() local613 out->screenHeightDp = (uint16_t)atoi(xName.c_str()); in parseScreenHeightDp()