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

  /external/skia/src/core/
SkDevice.cpp 228 bool isFixedColor = false;
231 while (iter.next(&srcR, &dstR, &isFixedColor, &c)) {
232 if (isFixedColor || (srcR.width() <= 1.0f && srcR.height() <= 1.0f &&
  /external/skqp/src/core/
SkDevice.cpp 227 bool isFixedColor = false;
230 while (iter.next(&srcR, &dstR, &isFixedColor, &c)) {
231 if (isFixedColor || (srcR.width() <= 1.0f && srcR.height() <= 1.0f &&

Completed in 81 milliseconds