HomeSort by relevance Sort by last modified time
    Searched refs:dupInput (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/pdf/
SkPDFShader.cpp 67 // If the last component to use t is i, then dupInput[0..i - 1] = true
68 // and dupInput[i .. components] = false.
69 bool dupInput[kColorComponents];
70 dupInput[kColorComponents - 1] = false;
72 dupInput[i] = dupInput[i + 1] || multiplier[i + 1] != 0;
75 if (!dupInput[0] && multiplier[0] == 0) {
82 if (dupInput[i] && multiplier[i] != 0) {
100 if (dupInput[i]) {
    [all...]
  /external/skia/src/pdf/
SkPDFShader.cpp 67 // If the last component to use t is i, then dupInput[0..i - 1] = true
68 // and dupInput[i .. components] = false.
69 bool dupInput[kColorComponents];
70 dupInput[kColorComponents - 1] = false;
72 dupInput[i] = dupInput[i + 1] || multiplier[i + 1] != 0;
75 if (!dupInput[0] && multiplier[0] == 0) {
82 if (dupInput[i] && multiplier[i] != 0) {
100 if (dupInput[i]) {
    [all...]

Completed in 4747 milliseconds