Searched refs:gNames (Results 1 – 9 of 9) sorted by relevance
/external/skia/samplecode/ |
D | SampleFilter2.cpp | 23 static const char* gNames[] = { variable 34 fBitmapCount = SK_ARRAY_COUNT(gNames)*2; in Filter2View() 38 SkImageDecoder::DecodeFile(gNames[i], &fBitmaps[i], kN32_SkColorType, in Filter2View() 42 SkImageDecoder::DecodeFile(gNames[i-fBitmapCount/2], &fBitmaps[i], kRGB_565_SkColorType, in Filter2View() 59 str.append(gNames[fCurrIndex]); in onQuery()
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/ |
D | ORAddressTest.java | 68 GeneralNames gNames = new GeneralNames(); in testORAddress() local 69 gNames.addName(gName); in testORAddress() 71 printAsHex(8, "", " ", gNames.getEncoded()); in testORAddress()
|
D | EDIPartyNameTest.java | 105 GeneralNames gNames = new GeneralNames(); in _testEDIPartyName1() local 106 gNames.addName(gName); in _testEDIPartyName1() 107 encoded = gNames.getEncoded(); in _testEDIPartyName1()
|
/external/skia/tests/ |
D | FontHostTest.cpp | 216 static const char* const gNames[] = { in test_tables() local 225 for (size_t i = 0; i < SK_ARRAY_COUNT(gNames); ++i) { in test_tables() 226 SkAutoTUnref<SkTypeface> face(SkTypeface::CreateFromName(gNames[i], SkTypeface::kNormal)); in test_tables() 229 SkDebugf("%s\n", gNames[i]); in test_tables()
|
D | PathOpsSkpClipTest.cpp | 621 } gNames; variable 977 const char* skp = gNames.next(); in DEF_TEST() 1080 gNames.set(FLAGS_skp); in tool_main()
|
/external/skia/src/views/animated/ |
D | SkWidgetViews.cpp | 353 static const char* gNames[] = { in SkWidgetFactory() local 364 for (size_t i = 0; i < SK_ARRAY_COUNT(gNames); i++) in SkWidgetFactory() 365 if (!strcmp(gNames[i], name)) in SkWidgetFactory()
|
/external/skia/gm/ |
D | fontmgr.cpp | 191 static const char* gNames[] = { in onDraw() local 196 for (size_t i = 0; i < SK_ARRAY_COUNT(gNames); ++i) { in onDraw() 197 fset.reset(fFM->matchFamily(gNames[i])); in onDraw()
|
/external/skia/bench/ |
D | DashBench.cpp | 314 static const char* gNames[] = { "hori", "vert", "diag" }; in LineTypeName() local 315 static_assert(kLineTypeCount == SK_ARRAY_COUNT(gNames), "names_wrong_size"); in LineTypeName() 316 return gNames[lt]; in LineTypeName()
|
/external/skia/src/utils/ |
D | SkLua.cpp | 1222 static const char* gNames[] = { "clamp", "repeat", "mirror" }; in mode2string() local 1223 SkASSERT((unsigned)mode < SK_ARRAY_COUNT(gNames)); in mode2string() 1224 return gNames[mode]; in mode2string() 1228 static const char* gNames[] = { in gradtype2string() local 1231 SkASSERT((unsigned)t < SK_ARRAY_COUNT(gNames)); in gradtype2string() 1232 return gNames[t]; in gradtype2string()
|