HomeSort by relevance Sort by last modified time
    Searched defs:inNames (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/tests/
FontMgrTest.cpp 57 const char* inNames[] = {
61 for (size_t i = 0; i < SK_ARRAY_COUNT(inNames); ++i) {
62 SkAutoTUnref<SkTypeface> first(SkTypeface::CreateFromName(inNames[i],
68 SkAutoTUnref<SkTypeface> face(SkTypeface::CreateFromName(inNames[i],
74 inNames[i], name.c_str(), first->uniqueID(), face->uniqueID());
  /external/skia/tests/
FontMgrTest.cpp 57 const char* inNames[] = {
61 for (size_t i = 0; i < SK_ARRAY_COUNT(inNames); ++i) {
62 SkAutoTUnref<SkTypeface> first(SkTypeface::CreateFromName(inNames[i],
68 SkAutoTUnref<SkTypeface> face(SkTypeface::CreateFromName(inNames[i],
74 inNames[i], name.c_str(), first->uniqueID(), face->uniqueID());

Completed in 185 milliseconds