HomeSort by relevance Sort by last modified time
    Searched refs:CreateFontconfigTestStanza (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/gfx/test/
fontconfig_util_linux.h 52 std::string CreateFontconfigTestStanza(const std::string& name,
fontconfig_util_linux.cc 134 std::string CreateFontconfigTestStanza(const std::string& name,
  /external/chromium_org/ui/gfx/
font_render_params_linux_unittest.cc 124 CreateFontconfigTestStanza("pixelsize", "less_eq", "double", "10") +
128 CreateFontconfigTestStanza("size", "more_eq", "double", "20") +
173 CreateFontconfigTestStanza("weight", "eq", "const", "bold") +
177 CreateFontconfigTestStanza("slant", "eq", "const", "italic") +
217 CreateFontconfigTestStanza("scalable", "eq", "bool", "true") +
237 CreateFontconfigTestStanza("pixelsize", "less_eq", "double", "10") +
365 CreateFontconfigTestStanza("family", "eq", "string", "Arial") +

Completed in 67 milliseconds