Searched refs:layerToDevice (Results 1 – 4 of 4) sorted by relevance
178 SkRect devOutputBounds = SkRect::Make(SkIRect(node.fMapping.layerToDevice(node.fOutputBounds))); in draw_node()
444 DeviceSpace<T> layerToDevice(const LayerSpace<T>& layerGeometry) const { in layerToDevice() function
307 return mapping.layerToDevice(skif::LayerSpace<SkIRect>(dst)); in getOutputBounds()
2116 SkMatrix layerToDevice = device->localToDevice(); in onDrawImage2() local2117 layerToDevice.preTranslate(x, y); in onDrawImage2()2118 skif::Mapping mapping(layerToDevice, SkMatrix::Translate(-x, -y)); in onDrawImage2()