Searched refs:gCT (Results 1 – 4 of 4) sorted by relevance
38 static const SkColorType gCT[] = { in SkBitmapConfigToColorType() local46 SkASSERT((unsigned)config < SK_ARRAY_COUNT(gCT)); in SkBitmapConfigToColorType()47 return gCT[config]; in SkBitmapConfigToColorType()
707 static const SampleWindow::DeviceType gCT[] = { in cycle_devicetype() local718 SK_COMPILE_ASSERT(SK_ARRAY_COUNT(gCT) == SampleWindow::kDeviceTypeCnt, array_size_mismatch); in cycle_devicetype()719 return gCT[ct]; in cycle_devicetype()