Lines Matching refs:GM
21 class GM;
25 /** Result type for GM verifiers. */
59 * Abstract base class for GM verifiers. A verifier checks the rendered output image of a GM.
62 * output of a GM against a given "golden" image which represents the correct output, or just
63 * check the output image of the GM by itself.
86 * @param actual Bitmap containing rendered output of a GM.
94 * @param actual Bitmap containing rendered output of a GM.
99 /** Renders the GM using the "golden" configuration. This is common across all GMs/verifiers. */
100 static SkBitmap RenderGoldBmp(skiagm::GM* gm, const SkColorInfo& colorInfo);
161 /** A list of GM verifiers. */
165 explicit VerifierList(GM* gm);
178 /** The parent GM instance of this VerifierList. */
179 GM* fGM;