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

  /external/chromium_org/third_party/skia/samplecode/
SampleEncode.cpp 95 static const SkImageEncoder::Type gTypes[] = {
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/
SampleEncode.cpp 95 static const SkImageEncoder::Type gTypes[] = {
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/
measunit.cpp 60 static const char * const gTypes[] = {
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, 0, LENGTHOF(gTypes), "currency")
    [all...]
  /development/ide/xcode/ports/
SkOSWindow_Mac.cpp 36 static const EventTypeSpec gTypes[] = {
49 int count = SK_ARRAY_COUNT(gTypes);
53 count, gTypes, this, nil);
  /external/chromium_org/third_party/skia/src/views/mac/
SkOSWindow_Mac.cpp 130 static const EventTypeSpec gTypes[] = {
144 int count = SK_ARRAY_COUNT(gTypes);
147 count, gTypes, this, nil);
  /external/skia/src/views/mac/
SkOSWindow_Mac.cpp 130 static const EventTypeSpec gTypes[] = {
144 int count = SK_ARRAY_COUNT(gTypes);
147 count, gTypes, this, nil);
  /external/chromium_org/third_party/skia/tests/
ImageDecodingTest.cpp 357 const SkImageEncoder::Type gTypes[] = {
364 for (size_t i = 0; i < SK_ARRAY_COUNT(gTypes); ++i) {
366 SkAutoTUnref<SkMemoryStream> stream(create_image_stream(gTypes[i]));
  /external/skia/tests/
ImageDecodingTest.cpp 356 const SkImageEncoder::Type gTypes[] = {
363 for (size_t i = 0; i < SK_ARRAY_COUNT(gTypes); ++i) {
365 SkAutoTUnref<SkMemoryStream> stream(create_image_stream(gTypes[i]));

Completed in 358 milliseconds