Searched refs:fDeviceCMStorage (Results 1 – 4 of 4) sorted by relevance
559 SkASSERT(sizeof(DeviceCM) <= sizeof(fDeviceCMStorage)); in init()560 fMCRec->fLayer = (DeviceCM*)fDeviceCMStorage; in init()561 new (fDeviceCMStorage) DeviceCM(device, nullptr, fMCRec->fMatrix, nullptr, nullptr); in init()1197 SkASSERT(layer == (void*)fDeviceCMStorage); in internalRestore()
561 SkASSERT(sizeof(DeviceCM) <= sizeof(fDeviceCMStorage)); in init()562 fMCRec->fLayer = (DeviceCM*)fDeviceCMStorage; in init()563 new (fDeviceCMStorage) DeviceCM(device, nullptr, fMCRec->fMatrix, nullptr, nullptr); in init()1200 SkASSERT(layer == (void*)fDeviceCMStorage); in internalRestore()
2516 intptr_t fDeviceCMStorage[kDeviceCMSize / sizeof(intptr_t)]; variable
2536 intptr_t fDeviceCMStorage[kDeviceCMSize / sizeof(intptr_t)]; variable