Searched refs:isFixedColor (Results 1 – 6 of 6) sorted by relevance
/external/skqp/src/core/ |
D | SkLatticeIter.h | 37 bool next(SkIRect* src, SkRect* dst, bool* isFixedColor = nullptr, 41 bool next(SkRect* src, SkRect* dst, bool* isFixedColor = nullptr, 44 if (this->next(&isrcR, dst, isFixedColor, fixedColor)) {
|
D | SkLatticeIter.cpp | 256 bool SkLatticeIter::next(SkIRect* src, SkRect* dst, bool* isFixedColor, SkColor* fixedColor) { in next() argument 274 return this->next(src, dst, isFixedColor, fixedColor); in next() 279 if (isFixedColor && fixedColor) { in next() 280 *isFixedColor = fRectTypes.count() > 0 in next() 282 if (*isFixedColor) { in next()
|
D | SkDevice.cpp | 195 bool isFixedColor = false; in drawImageLattice() local 198 while (iter.next(&srcR, &dstR, &isFixedColor, &c)) { in drawImageLattice() 199 if (isFixedColor || (srcR.width() <= 1.0f && srcR.height() <= 1.0f && in drawImageLattice()
|
/external/skia/src/core/ |
D | SkLatticeIter.h | 37 bool next(SkIRect* src, SkRect* dst, bool* isFixedColor = nullptr, 41 bool next(SkRect* src, SkRect* dst, bool* isFixedColor = nullptr, 44 if (this->next(&isrcR, dst, isFixedColor, fixedColor)) {
|
D | SkLatticeIter.cpp | 256 bool SkLatticeIter::next(SkIRect* src, SkRect* dst, bool* isFixedColor, SkColor* fixedColor) { in next() argument 274 return this->next(src, dst, isFixedColor, fixedColor); in next() 279 if (isFixedColor && fixedColor) { in next() 280 *isFixedColor = fRectTypes.count() > 0 in next() 282 if (*isFixedColor) { in next()
|
D | SkDevice.cpp | 163 bool isFixedColor = false; in drawImageLattice() local 166 while (iter.next(&srcR, &dstR, &isFixedColor, &c)) { in drawImageLattice() 167 if (isFixedColor || (srcR.width() <= 1.0f && srcR.height() <= 1.0f && in drawImageLattice()
|