Lines Matching full:subclass
178 true when the two processor are of the same subclass (i.e. they return the same object from
274 * This assumes that the subclass output color will be a modulation of the input color with a
298 * This allows one subclass to access another subclass's implementation of
318 * processor subclass manages the lifetime of the transformations (this function only stores a
319 * pointer). The GrCoordTransform is typically a member field of the GrProcessor subclass.
321 * A processor subclass that has multiple methods of construction should always add its coord
340 SK_ABORT("Subclass must override this if advertising this optimization.");
353 * Subclass implements this to support isEqual(). It will only be called if it is known that
354 * the two processors are of the same subclass (i.e. they return the same object from
355 * getFactory()). The processor subclass should not compare its coord transforms as that will