Home
last modified time | relevance | path

Searched refs:gCT (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/image/
DSkImagePriv.cpp38 static const SkColorType gCT[] = { in SkBitmapConfigToColorType() local
46 SkASSERT((unsigned)config < SK_ARRAY_COUNT(gCT)); in SkBitmapConfigToColorType()
47 return gCT[config]; in SkBitmapConfigToColorType()
/external/skia/src/image/
DSkImagePriv.cpp38 static const SkColorType gCT[] = { in SkBitmapConfigToColorType() local
46 SkASSERT((unsigned)config < SK_ARRAY_COUNT(gCT)); in SkBitmapConfigToColorType()
47 return gCT[config]; in SkBitmapConfigToColorType()
/external/chromium_org/third_party/skia/samplecode/
DSampleApp.cpp707 static const SampleWindow::DeviceType gCT[] = { in cycle_devicetype() local
718 SK_COMPILE_ASSERT(SK_ARRAY_COUNT(gCT) == SampleWindow::kDeviceTypeCnt, array_size_mismatch); in cycle_devicetype()
719 return gCT[ct]; in cycle_devicetype()
/external/skia/samplecode/
DSampleApp.cpp707 static const SampleWindow::DeviceType gCT[] = { in cycle_devicetype() local
718 SK_COMPILE_ASSERT(SK_ARRAY_COUNT(gCT) == SampleWindow::kDeviceTypeCnt, array_size_mismatch); in cycle_devicetype()
719 return gCT[ct]; in cycle_devicetype()