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

  /external/chromium_org/third_party/skia/src/core/
SkPictureContentInfo.cpp 23 bool suitableForDash = (0 == fNumPaintWithPathEffectUses) ||
27 bool ret = suitableForDash &&
31 if (!suitableForDash) {
SkPicture.cpp 227 bool suitableForDash = (0 == fNumPaintWithPathEffectUses) ||
231 bool ret = suitableForDash &&
236 if (!suitableForDash) {

Completed in 62 milliseconds