Searched refs:gTypes (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/skia/samplecode/
H A DSampleEncode.cpp95 static const SkImageEncoder::Type gTypes[] = { variable
100 // must match up with gTypes[]
122 for (size_t j = 0; j < SK_ARRAY_COUNT(gTypes); j++) {
124 SkImageEncoder::Create(gTypes[j]));
136 if (SkImageEncoder::kJPEG_Type == gTypes[j]) {
138 } else if (SkImageEncoder::kPNG_Type == gTypes[j]) {
185 for (size_t j = 0; j < SK_ARRAY_COUNT(gTypes); j++) {
190 if (SkImageEncoder::kJPEG_Type == gTypes[j]) {
192 } else if (SkImageEncoder::kPNG_Type == gTypes[j]) {
/external/skia/samplecode/
H A DSampleEncode.cpp95 static const SkImageEncoder::Type gTypes[] = { variable
100 // must match up with gTypes[]
122 for (size_t j = 0; j < SK_ARRAY_COUNT(gTypes); j++) {
124 SkImageEncoder::Create(gTypes[j]));
136 if (SkImageEncoder::kJPEG_Type == gTypes[j]) {
138 } else if (SkImageEncoder::kPNG_Type == gTypes[j]) {
185 for (size_t j = 0; j < SK_ARRAY_COUNT(gTypes); j++) {
190 if (SkImageEncoder::kJPEG_Type == gTypes[j]) {
192 } else if (SkImageEncoder::kPNG_Type == gTypes[j]) {
/external/icu/icu4c/source/i18n/
H A Dmeasunit.cpp60 static const char * const gTypes[] = { variable
608 return gTypes[fTypeId];
645 for (int32_t typeIdx = 0; typeIdx < LENGTHOF(gTypes); ++typeIdx) {
664 int32_t typeIdx = binarySearch(gTypes, 0, LENGTHOF(gTypes), type);
681 gTypes, LENGTHOF(gTypes), &errorCode);
711 int32_t result = binarySearch(gTypes, 0, LENGTHOF(gTypes), "duration");
720 int32_t result = binarySearch(gTypes,
[all...]
/external/chromium_org/third_party/skia/src/views/mac/
H A DSkOSWindow_Mac.cpp130 static const EventTypeSpec gTypes[] = { local
144 int count = SK_ARRAY_COUNT(gTypes);
147 count, gTypes, this, nil);
/external/skia/src/views/mac/
H A DSkOSWindow_Mac.cpp130 static const EventTypeSpec gTypes[] = { local
144 int count = SK_ARRAY_COUNT(gTypes);
147 count, gTypes, this, nil);
/external/chromium_org/third_party/skia/tests/
H A DImageDecodingTest.cpp357 const SkImageEncoder::Type gTypes[] = { local
364 for (size_t i = 0; i < SK_ARRAY_COUNT(gTypes); ++i) {
366 SkAutoTUnref<SkMemoryStream> stream(create_image_stream(gTypes[i]));
/external/skia/tests/
H A DImageDecodingTest.cpp356 const SkImageEncoder::Type gTypes[] = { local
363 for (size_t i = 0; i < SK_ARRAY_COUNT(gTypes); ++i) {
365 SkAutoTUnref<SkMemoryStream> stream(create_image_stream(gTypes[i]));

Completed in 164 milliseconds