Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
pdfium_skia_gold_session.py
Go to the documentation of this file.
1# Copyright 2021 The PDFium Authors
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4"""PDFium implementation of //build/skia_gold_common/skia_gold_session.py."""
5
6from skia_gold_common import output_managerless_skia_gold_session as omsgs
7
8
9# ComparisonResults nested inside the SkiaGoldSession causes issues with
10# multiprocessing and pickling, so it was moved out here.
12 """Struct-like object for storing results of an image comparison."""
13
23class PDFiumSkiaGoldSession(omsgs.OutputManagerlessSkiaGoldSession):
24
26 return str(self._instance)
27
QString str
[2]