Searched refs:colorSpaceAgnostic (Results 1 – 6 of 6) sorted by relevance
137 colorSpaceAgnostic(false), in layer_state_t()218 bool colorSpaceAgnostic; member
98 output.writeBool(colorSpaceAgnostic); in write()188 colorSpaceAgnostic = input.readBool(); in read()
1260 s->colorSpaceAgnostic = agnostic; in setColorSpaceAgnostic()
259 bool colorSpaceAgnostic; member377 virtual bool isColorSpaceAgnostic() const { return mDrawingState.colorSpaceAgnostic; } in isColorSpaceAgnostic()
115 mCurrentState.colorSpaceAgnostic = false; in Layer()1295 if (mCurrentState.colorSpaceAgnostic == agnostic) { in setColorSpaceAgnostic()1299 mCurrentState.colorSpaceAgnostic = agnostic; in setColorSpaceAgnostic()
3834 if (layer->setColorSpaceAgnostic(s.colorSpaceAgnostic)) { in setClientStateLocked()