Searched refs:mCurrentDataspace (Results 1 – 2 of 2) sorted by relevance
53 if (dataspace != mCurrentDataspace) { in setDataSpace()54 mCurrentDataspace = dataspace; in setDataSpace()61 sk_sp<SkColorSpace> colorSpace = DataSpaceToColorSpace(mCurrentDataspace); in buildColorSpaceWithFilter()
116 android_dataspace mCurrentDataspace = HAL_DATASPACE_UNKNOWN; variable