Lines Matching refs:SkDevice_ComputeLayerGroup
764 SkDevice_ComputeLayerGroup* layerDevice = static_cast<SkDevice_ComputeLayerGroup*>(device); in drawDevice()
784 SkDevice_ComputeLayerGroup* SkDevice_Compute::createLayerGroup(const CreateInfo& cinfo, in createLayerGroup()
786 return new SkDevice_ComputeLayerGroup(this, cinfo, paint); in createLayerGroup()
794 SkDevice_ComputeLayerGroup::SkDevice_ComputeLayerGroup(SkDevice_Compute* root, in SkDevice_ComputeLayerGroup() function in SkDevice_ComputeLayerGroup
826 void SkDevice_ComputeLayerGroup::drawDevice(SkBaseDevice* device, int left, int top, in drawDevice()
831 SkBaseDevice* SkDevice_ComputeLayerGroup::onCreateDevice(const CreateInfo& cinfo, in onCreateDevice()
836 void SkDevice_ComputeLayerGroup::onCtmChanged() { in onCtmChanged()
846 void SkDevice_ComputeLayerGroup::onSave() { in onSave()
851 void SkDevice_ComputeLayerGroup::onRestore() { in onRestore()
856 void SkDevice_ComputeLayerGroup::onClipRect(const SkRect& rect, SkClipOp op, bool aa) { in onClipRect()
862 void SkDevice_ComputeLayerGroup::onClipRRect(const SkRRect& rrect, SkClipOp op, bool aa) { in onClipRRect()
868 void SkDevice_ComputeLayerGroup::onClipPath(const SkPath& path, SkClipOp op, bool aa) { in onClipPath()
874 void SkDevice_ComputeLayerGroup::onClipRegion(const SkRegion& deviceRgn, SkClipOp op) { in onClipRegion()
879 void SkDevice_ComputeLayerGroup::onSetDeviceClipRestriction(SkIRect* mutableClipRestriction) { in onSetDeviceClipRestriction()