HomeSort by relevance Sort by last modified time
    Searched full:is_percentage (Results 1 - 4 of 4) sorted by null

  /external/skia/tools/
picture_utils.h 38 bool is_percentage(const char* const string);
picture_utils.cpp 83 bool is_percentage(const char* const string) { function in namespace:sk_tools
bench_pictures_main.cpp 650 } else if (sk_tools::is_percentage(widthString)) {
677 if (sk_tools::is_percentage(heightString)) {
render_pictures_main.cpp 623 } else if (sk_tools::is_percentage(widthString)) {
649 if (sk_tools::is_percentage(heightString)) {

Completed in 6097 milliseconds