Home | History | Annotate | Download | only in pdf

Lines Matching refs:components

52    @param curColor[components]   The current color components.
53 @param prevColor[components] The previous color components.
57 SkScalar* prevColor, int components,
60 SkAutoSTMalloc<4, SkScalar> multiplierAlloc(components);
62 for (int i = 0; i < components; i++) {
68 // and dupInput[i .. components] = false.
69 SkAutoSTMalloc<4, bool> dupInputAlloc(components);
71 dupInput[components - 1] = false;
72 for (int i = components - 2; i >= 0; i--) {
80 for (int i = 0; i < components; i++) {
81 // If the next components needs t, make a copy.